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

#mianimage{
	margin:20px 10px 40px;
	height:400px;
}

#contentbody{
	width:960px;
	margin:0px 10px 0px;
	}
	
/* ------------ ニュース */
#newsbox{
	float:left;
	}
	
#newsbox dl {
	margin-top:10px;
	width:640px;
	font-size:80%;
	line-height:2.5em;
}
#newsbox dt {
	float:left;  
	width:120px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:baseline;
	color: #00265E;
}
#newsbox dt img{
	margin-bottom:-2px;
	margin-right:5px;
}

#newsbox dd {  
 width:440px;
 margin-left:120px;
 color:#666;
}

#newsbox dd a:link	{
	text-decoration: underline;
	color: #00265E;
}
#newsbox dd a:visited	{
	text-decoration: none;
	color: #00265E;
}
#newsbox dd a:hover	{
	text-decoration: none;
	color: #00265E;
}
#newsbox dd a:active	{
	text-decoration: none;
	color: #0099FF;
}

.promo li{
	float:left;
	margin-right:25px;
	margin-bottom:30px;
	}

p.clr{
	clear:both;
	}




/* ------------ 右ボックス */
#rightbox{
	float:right;
	background-image:url(../img/sub_navi_bg.jpg);
	background-repeat:repeat-y;
}

#footer{
	margin-top:40px;
	padding-bottom:5px;
}

.bannerBox{
	margin:5px 0px 20px;
}

.cdBox{
	margin:5px 0px 20px;
	height:138px;
	width:250px;
	font-size:70%;
	}
	
.twBox{
	margin:5px 0px 20px;
	}
	
	
	
/*CMエリア*/

.cmArea{
	margin-top:30px;
	}
	
.cmArea h3{
	margin-bottom:10px;
}

.cmArea embed{
	margin-left:5px;
}















