@charset "UTF-8";
/* CSS Document */
/*
*ご存知でしたか?煙突の重要性
*/

h2.pagetitle {
	background:url(images/pagetitle.gif) no-repeat;
}

.contentsBlock .left {
	float:left;
}
.contentsBlock .right {
	float:right;
}


/**=================================================================
質問リスト
*/
ul.question_list {
	margin-top:-14px;
}

ul.question_list li {
	padding:9px 0 9px 23px;
	border-bottom:solid 1px #D9D9D9;
	background-image:url(images/icon_a.gif);
	background-repeat:no-repeat;
	background-position:left center;
}

ul.question_list li a{
	color:#3b342b;
}
ul.question_list li a:hover {
	color:#f57f20;
	text-decoration:none;
}

/**=================================================================
解答リスト
*/
ul.answerList dt{
	border:solid #D9D9D9;
	border-width:1px 0;
	padding:9px 0 9px 23px;
	background-image:url(images/icon_a.gif);
	background-repeat:no-repeat;
	background-position:left center;
	margin-bottom:12px;
}
ul.answerList dd{
	min-height:1em;
	height: auto !important;
	height:1em;
}

ul.answerList dd div.anchor{
	font-size:10px;
	text-align:right;
	padding:18px 0;
	clear:both;
}

/**=================================================================
#block01
*/
#block01 h3.copy {
	background:url(images/block01_copy.gif) no-repeat;
	width:288px;
	height:45px;
}

#block01 .left {
	width:361px;
}

#block01 .right {
	width:361px;
}

/**=================================================================
#block02
*/
#block02 h3.subtitle {
	background:url(images/block02_subtitle.gif) no-repeat;
}