@charset "utf-8";

/*　FAQ
------------------------------------------------------------ */

#img_top {
    width: 670px;
	height: 70px;
}

.dl_faq_menu {
    width: 630px;
	height: 30px;
	margin-bottom: 30px;
}
.dl_faq_menu .dt_01 {
    width: 300px;
	height: 30px;
	float: left;
	display: block;
	margin-right: 30px;
	background: url(../common/images/faq_a_btn.gif) left top no-repeat;
}
.dl_faq_menu .dt_02 {
    width: 300px;
	height: 30px;
	float: right;
	display: block;
	background: url(../common/images/faq_b_btn.gif) left top no-repeat;
}
.dl_faq_menu dd {
    clear: both;
}
.dl_faq_menu dt a:hover img {
    filter: alpha(opacity=0); 
	-moz-opacity:0.00;
	opacity:0.00;
}

.box_white {
    width: 600px;
	_width: 630px;
	border: 1px solid #F0ECE5;
	background: #FFF;
	padding: 14px;
}

.dl_01 {
    width: 630px;
}
.dl_01 dt {
    font-weight: bold;
	color: #C00;
}
.dl_01 dd {
    color: #56483E;
}


































































#news {
    width: 200px;
	margin-bottom: 10px;
}

.news_in {
    width: 180px;
	_width: 200px;
	height: 176px;
	_height: 196px;
	padding: 10px;
	overflow: auto;
	background: #F9F2EA;
}

.news_in dt {
    font-size: 0.9em;
	font-weight: bold;
	color: #666;
}
.news_in dd {
    padding-bottom: 2px;
	border-bottom: 1px dotted #999;
	margin-bottom: 3px;
}