@charset "UTF-8";/* CSS Document */
/*全体*/



/*コンテンつ*/
#contents {
	width: 950px;
	margin:0 auto 60px auto;
	padding:0;
	position: relative;
}

/*セクション1*/
#section1 {
	position: relative;
	width: 225px;
	float: left;
}
#section1 #menu{
	width: 225px;
	height:320px;
	padding-top:20px;
}
#section1 .navi{
	width: 225px;
	height:32px;
	display: block;
	overflow:hidden;
}
#section1 .corp{
	margin-top:10px;
}

/*セクション2*/
#section2{
	position: relative;
	width: 725px;
	float: right;
}
#section2 #pagetitle{
	margin:0;
	padding:0;
	width: 725px;
	height:95px;
	border-bottom:1px solid #dedede;
}


.oline{
	border-top:1px dotted #dedede;	
	height:1px;
	width:725px;
	margin:10px 0;
	overflow:hidden;
}