/* コンテンツ */
.contents {
	height:472px;
	background-image:url(../images/base.jpg);
	background-repeat:no-repeat;
}

.wrap_a {
	margin:50px 10px 0px 30px;
}

h2 {
	float:left;
	margin-right:10px;
}

.wrap_a p {
	clear:both;
	margin-top:10px;
	color:#FFF;
	line-height:normal;
	font-size:90%;
}

.wrap_b {
	margin:90px 0px 0px 400px;
}

.wrap_b p {
	color:#FFF;
	line-height:normal;
	font-size:90%;
	margin:0px;
}


img{
	vertical-align: bottom;
}
.news_box { width: 900px;  border: 4px double #CCCCCC; padding: 20px; margin: 50px auto; text-align: center;}
.news_box p.ttl { font-size: 20px; border-bottom: 1px dashed #CCCCCC; margin-bottom: 10px; font-weight: bold; margin-top:10px;}
.news_box p.ttl:first-child {margin-top:0;}
.news_box p.txt {padding: 0 0 10px;}
.news_box .red { color: #AE0001; font-weight: bold;}
