
@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);


#coR h2 ,h4{
	margin-bottom: 10px;
}

#coR h3{
	margin-bottom: 15px;
}

.news_detail{
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #cccccc;
}

.news_detail dt{
	float: left;
	width: 60px;
	background: url(/images/cmn/icon.gif) 5px 50% no-repeat;
	padding: 5px 0 5px 20px;
}

.news_detail dd{
	float: right;
	width: 570px;
	padding: 5px 0;
	color: #9b263b;
	font-weight: bold;
}

.news_detail .txt p{
	margin: 5px 0 10px;
	padding: 0 0 0 20px;
}

.news_detail .photo img{
	display: block;
	width: 200px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}

.news_detail .link{
	text-align: right;
}




