@charset "UTF-8";
/* CSS Document */

@import url("reset.css");

@import url("base.css");


#regular{
	width:530px;
	margin:2px 0 10px 24px;
}

#regular div#regularContents{
	width:470px;
	margin:0 0 0 30px;
	color:#333;
}

#regular p#area0{
	width:470px;
	margin:5px 0 0 0;
}

#regular div#regularContents h2{
	font-size:1.3em;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #595959;
	clear:left;
	margin:0 0 10px 0;
	padding:25px 0 5px 0;	
}

#regular div#regularContents p
,#regular div#regularContents li{
	font-size:1.2em;
}

#regular li.regularLeft{
	width:20px;
	float:left;
}
#regular li.regularRight{
	width:450px;
	float:left;
	
}

p#top{
	font-size:1.1em;
	text-align:right;
}

