@charset "utf-8";
/* CSS Document */


/********************************************

			メインビジュアル部分

********************************************/

#mainVisual {
	width:100%;
	border-top:1px solid #BBB;
	border-bottom:1px solid #BBB;
	height:400px;
}
#mainVisual #mainVisual_inner {
	overflow:hidden;
	width:1000px;
	margin:0 auto;
	padding-left:140px;
}

/********************************************

				  body部分

********************************************/


body#top #content-body {
	padding:100px 0;
}
											   
#content-body #content-left {
	display:block;
	overflow:hidden;
	float:left;
	width:622px;
}
#content-body #content-right {
	display:block;
	overflow:hidden;
	float:right;
	width:237px;
}
#content-body #content-left h3 {
	float:left;
	font-size:1px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	background:url(../image/news.gif) no-repeat 0 0;
	width:100px;
	height:17px;
}
#content-body #content-left dl {
	float:left;
	width:360px;
	line-height:195%;
	padding-left:55px;
	margin-top:-5px;
}
#content-body #content-left dl dt {
	float:left;
	padding-right:17px;
}
#content-body #content-left dl dd {
	overflow:hidden;
}								   
#content-body #content-left dl dd a {
	background:url(../image/link_arrow.gif) no-repeat left center;
	padding-left:11px;
}




