/*共通項目
------------------------------------------------------------*/
body {
	background:url(/images/guidance/img_main.jpg) no-repeat center top;
}
#Top_Contents{
	height:2510px;
	margin-top:218px;
}

#Main {
	width:680px;
	float:right;
	margin:0;
}
#Main h2{
	height:40px;
	background:url(/images/common/img_tit_01.gif) no-repeat left top;
	color:#5f3f2a;
	font-size:16px;
	font-weight:400;
	padding:19px 24px;
}
#Main h2.facilities{
	background:url(/images/guidance/img_tit.gif) no-repeat left top;
}

#Main .section{
	height:1123px;
}


#Main .section .left{
	float:left;
}

#Main .section .right{
	float:right;		
}




/*contents
------------------------------------------------------------*/
#Main .section .contents{
	background:url(/images/guidance/img_bg_01.gif) no-repeat left top;
	width:299px;
	height:330px;
	margin-bottom:16px;
	padding:13px 15px;
}

#Main .section .contents2{
	background:url(/images/guidance/img_bg_02.gif) no-repeat left top;
	width:299px;
	height:330px;
	margin-bottom:16px;
	padding:13px 15px;
}


#Main .section p{
	color:#666666;
	line-height:18px;
	padding-bottom:10px;
	font-size:13px;
}
#Main .section p.top{
	float:right;
	margin-right:4px;
	padding-bottom:0;
}

