@charset "utf-8";

/* =======================================

	Top CSS

========================================== */

#maincolumn {
	padding:0 0 18px 0;
}

#maincolumn #left-box {
	width: 440px;
	float:left;
	display:block;
	padding:20px 0 0 0;
}
#maincolumn #right-box {
	width: 440px;
	float:right;
	display:block;
	margin-top: 20px;
}
#maincolumn #right-box .web-mitsumori {
	width: 363px;
	height:52px;
	padding:0 0 0 77px;
	background-image: url(../img/top/img05.jpg);
	background-repeat: no-repeat;
}

#news_box{
	width: 440px;
	height: 253px;
	overflow: auto;
	margin-bottom: 10px;
}

#news_box dl{
	width: 405px;
	padding: 7px 0 0 7px;

}

#news_box dl dt{
	width: 82px;
	font-size: 12px;
	font-weight: bold;
	float: left;
}

#news_box dl dd{
	width: 323px;
	font-size: 12px;
	float: left;
	line-height: 140%;
}

#news_box dl dd a{
	color: #f60;
}

#news_box dl dd a{
	color: #f60;
	text-decoration: underline;
}

#news_box dl dd a:hover{
	color: #f60;
	text-decoration: none;
}

#news_box p{
	width: 410px;
	padding: 7px 0 0 7px;
	line-height: 130%;
}

#news_box p a{
	color: #f60;
}

#news_box p a{
	color: #f60;
	text-decoration: underline;
}

#news_box p a:hover{
	color: #f60;
	text-decoration: none;
}

.date{
	font-weight: bold;
}