@charset "utf-8";

/*　トップ
------------------------------------------------------------ */

#img_top {
	width: 620px;
	height: 300px;
	background: url(common/images/img_top.jpg) left top no-repeat;
	text-indent: -9999em;
}

h3.new {
    width: 400px;
	height: 31px;
	background: url(common/images/new_top.jpg) no-repeat;
	text-indent: -9999em;
}

#news {
    width: 378px;
	_width: 400px;
	height: 160px;
	_height: 180px;
	padding: 10px;
	border-left: 1px solid #FDC5B5;
	border-right: 1px solid #FDC5B5;
	background-color: #FFF;
	overflow: auto;
}

.new_btm {
    width: 400px;
	height: 35px;
}

.left {
    width: 400px;
	float: left;
}
.right {
    width: 180px;
	float: right;
}

.top_bnr {
    width: 180px;
	height: 75px;
}

.top_bnr a:hover img {
    filter: alpha(opacity=70); 
	-moz-opacity:0.70;
	opacity:0.70;
} 

#news span {
    font-weight: bold;
	color: #FF796F;
	display: block;
}
#news p {
    border-bottom: 1px dotted #999;
	margin-bottom: 7px;
}