@charset "Shift-JIS";

/*
	よくあるお問い合わせレイアウト
	最終更新： 2009-02-24
*/

/*--------------------------------------------------回答*/
div.answer dl dt {
	font-size:161.6%;
	line-height:1.2;
	background:url(../images/faq/question.gif) no-repeat 2px 3px;
	margin:0 0 25px 0;
	padding:0 0 10px 65px;
	border-bottom:1px solid #DDDDDD;
	min-height:65px;
	height:auto!important;/*IE6対策*/
	height:65px;/*IE6対策*/
}
div.answer dl dd {
	background:url(../images/faq/answer.gif) no-repeat 2px 3px;
	margin:0;
	padding-left:65px;
	min-height:60px;
	height:auto!important;/*IE6対策*/
	height:60px;/*IE6対策*/
}

/*--------------------------------------------------回答12*/
div.answer12 {
	margin:20px 0;
}
div.answer12 dl dt {
	font-size:116%;
	background:none!important;
	margin:0 0 10px 0;
	padding:0 0 0 5px;
	border-left:5px solid #990033;
	min-height:10px;
	height:auto!important;/*IE6対策*/
	height:10px;/*IE6対策*/
}
div.answer12 dl dd {
	background:none!important;
	margin:0;
	padding-left:0;
	min-height:20px;
	height:auto!important;/*IE6対策*/
	height:20px;/*IE6対策*/
}

/*--------------------------------------------------道路運送車両法*/
div.lowList {
	margin:20px 0;
}
div.lowList dl dt {
	font-size:116%;
	background:none!important;
	margin:0 0 10px 0;
	padding:0 0 0 5px;
	border-left:5px solid #990033;
	min-height:10px;
	height:auto!important;/*IE6対策*/
	height:10px;/*IE6対策*/
}
div.lowList dl dd {
	color:#003399;
	background:none!important;
	margin:0;
	padding-left:0;
	text-decoration:underline;
	min-height:20px;
	height:auto!important;/*IE6対策*/
	height:20px;/*IE6対策*/
}

/*--------------------------------------------------法文*/
div.low {
	border:1px solid #DDDDDD;
	margin:2px 0 10px 0;
	padding:10px 20px;
}
div.low h3 {
	color:#303030;
	border:0;
	margin:0;
	padding:0;
}
div.low p {
	text-indent:0;
}





/*--------------------------------------------------問い合わせ先*/
div.reference dl dt {
	font-size:108%;
	background:none!important;
	margin:0 0 5px 0;
	padding:0 0 0 5px;
	border-left:0;
	border-bottom:0;
	min-height:10px;
	height:auto!important;/*IE6対策*/
	height:10px;/*IE6対策*/

}

/*--------------------------------------------------戻るボタン*/
/*画像置換*/ 
div#button p a {
	display:block;
	width:200px;
	height:30px;
	margin:25px auto;
	text-indent:-9999px;
	text-decoration:none;
	overflow:hidden;
	font-size:0;/*IE対策*/
}
div#button p#back a {
	background:url(../images/faq/back.jpg) no-repeat;
}
/*ロールオーバー*/
div#button p#back a:hover {
	background-position:0 -30px;
}

/*EOF*/