@charset "UTF-8";
@import url("reset.css");
@import url("clearfix.css");
@import url("base.css");

/* CSS Document */

/*area1
-------------------------------------------------------------*/

h1{
	color:#A67C52;
	font-size:2.0em;
	font-weight:bold;
	width:270px;
	height:65px;
	background-image: url(../img/common/main-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:20px 236px 0 44px;
}

#area1
,#area3{
	width:520px;
}

#area1 p{
	font-size:1.2em;
	line-height:1.5em;
	margin:0 0 0 25px;
}


/*area2
-------------------------------------------------------------*/
#area2{
	width:460px;
	margin:10px 0 30px 45px;
}


#area2 #boxLeft{
	width:219px;
	float:left;
}

#area2 #boxRight{
	width:241px;
	float:left;
}
/*area3
-------------------------------------------------------------*/

#area3 table{
	width:460px;
	margin:30px auto 10px auto;
}

#area3 li{
	font-size:1.2em;
	line-height:1.5em;
	margin:0 0 0 25px;
	background-image: url(../img/admission/admission-list.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:8px 0 0 25px;
}

#area3 p{
	font-size:1.2em;
	line-height:1.5em;
	margin:0 0 0 25px;
}



