@charset "utf-8";

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

#main {
	margin-bottom: 10px;
}

#img_top {
	width: 580px;
	height: 260px;
}

#news {
    width: 560px;
	height: 200px;
	overflow: auto;
}
.title {
    width: 560px;
	height: 26px;
	_height: 34px;
	padding-top: 8px;
	background: url(common/images/top_news.jpg) left top no-repeat;
}
.title p {
    width: 130px;
	height: 21px;
	display: block;
	background-color: #FF8200;
	color: #FFF;
	margin-left: 425px;
	text-align: center;
	_padding-top: 4px;
	_height: 15px;
}

#service {
    width: 560px;
	height: 100px;
	_height: 120px;
	padding-top: 20px;
}
#service a:hover img {
    filter: alpha(opacity=70); 
	-moz-opacity:0.70;
	opacity:0.70;
}
.dl_01 {
    width: 520px;
	padding: 10px 0;
	margin: 0 10px;
	border-bottom: 1px dashed #999;
}
.dl_01 dt {
    font-weight: bold;
	color: #CC6600;
}
.dl_01 dd {
    line-height: 160%;
	font-weight: bold;
}
.dl_01 dd.dd_m {
    font-size: 0.9em;
	font-weight: normal;
	color: #444;
	text-indent: -1em;
	padding-left: 2em;
}