@charset "EUC-JP";

div#main-detail-news{
	width: 950px;
	background-color: #ffffff;
}

div.main-detail{
	width: 420px;
	margin: 30px 0px 30px 0;
	float: left;
	height: 310px;
}

div.main-detail div.pic{
	float: left;
	width: 90px;
	margin:0px 0px 0px 0px;
}

div.main-detail div.text{
	float: right;
	width: 300px;
	padding:0px 20px 0px 0px;
}

div.main-detail h2{
	color: #BD5F00;
	font-weight: normal; 
	font-size:12px;
	line-height: 15px;
}


a:link ,a:visited {
	color: #BD5F00;
	text-decoration: underline; 
	font-size:12px;
	line-height: 1.3;
}


a:active,a:hover{
	color: #55a00f;
	text-decoration: underline; 
	font-size:12px;
	line-height: 1.3;

}

.clear {
	clear: both;
}
