@charset "utf-8";
/* CSS Document */


/* body
------------------------------------------------------------ */
body{
	background:url(../images/top_bg_01.jpg) left top repeat-x;
}


/* topImg
------------------------------------------------------------ */
#topImg{
	width:100%;
	height:330px;
	padding-top:27px;
	background:url(../images/top_bg_02.jpg) center top no-repeat;
}
#topImg #topImgBody{
	width:820px;
	height:320px;
	margin:0 auto;
}



/* news
------------------------------------------------------------ */
#news{
	width:100%;
	background-color:#f5f5f5;
}
#news dl{
	width:820px;
	padding:30px 60px 10px 60px;
	margin:0 auto;
	background:url(../images/top_bg_03.jpg) left -48px no-repeat;
}
#news dl dt{
	width:160px;
	height:40px;
	margin-bottom:20px;
}
#news dl dt a{
	display:block;
	width:160px;
	height:0;
	padding-top:40px;
	overflow:hidden;
	background:url(../images/top_ttl_01.jpg) left top no-repeat;
}
#news dl dd{
	height:120px;
	padding-left:10px;
	overflow:auto;
}
#news dl dd ul{
	margin-bottom:10px;
}
#news dl dd ul li.n1{
	float:left;
	width:90px;
}
#news dl dd ul li.n2{
	float:left;
}


/* banner
------------------------------------------------------------ */
#banner{
	width:900px;
	margin:0 auto;
	padding-bottom:70px;
}
#banner ul{
	text-align:center;
}
#banner ul.left{
	float:left;
	margin-bottom:10px;
	padding:20px 29px 10px 0;
	border-right:1px dotted #dfdfdf;
}
#banner ul.right{
	float:left;
	margin-bottom:10px;
	padding:20px 0 10px 30px;
}