@charset "EUC-JP";

/*　家づくりＱ＆Ａ
-------------------------------------------------------------------*/

#main .inner {
	padding: 0px 0px 0px 15px;
}

h1#cate-title {
	background: url(../img/qa_title.gif) no-repeat left top;
	margin: 0px 0px 30px;
	padding: 0px;
	height: 56px;
	width: 665px;
	text-indent: -9999px;
}

#main p.sp {
	margin-bottom: 20px;
}

#main p.sp2 {
	margin-bottom: 50px;
}

h2.question {
	width: 615px;
	margin-bottom: 17px;
	background: url(../img/icon_q.gif) no-repeat left 2px;
	border-bottom: 1px dotted #462300;
	color: #462300;
	padding: 5px 10px 7px 40px;
}

div.answer {
	width: 628px;
	margin-bottom: 50px;
	background: url(../img/icon_a.gif) no-repeat left top;
	padding-left: 37px;
	min-height:64px;
 height: auto !important;
 height: 64px;
}

/*-----------------------------------------------------------------------------*/

/*　ボックスライン　*/

div.box-top {
	background: url(../img/box_bg_top1.gif) no-repeat left top;
	width: 665px;
	padding-top: 5px;
	margin-bottom: 40px;
}

div.box-bottom {
	background: url(../img/box_bg_bottom1.gif) no-repeat left bottom;
	padding: 0px 5px 5px;
}

div.box-bottom ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

div.box-bottom li {
	border-top: 1px solid #CFC7BE;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px solid #8E7B68;
	background: url(../img/icon_01.gif) no-repeat 10px 14px;
	padding: 10px 10px 10px 35px;
	font-weight: bold;
}

div.box-bottom li a:link {
	color: #99CC00;
}

div.box-bottom li a:hover { 
	color:#F00;
}

.form_bt {
	margin: 0px auto 40px;
	padding: 0px;
	height: 36px;
	width: 430px;
}

.form_bt a  {
	height: 36px;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 430px;
	text-indent: -9999px;
	background: url(../img/qa_bt.gif) 0px top;
}

.form_bt a:hover {
	opacity:0.7;filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

