@charset "Shift_JIS";
/***************************************************************

*faq.css

***************************************************************/
span.sub_title{
	color: #999999;
	}
.inner h1{
	font-size: 2.0em;
	font-weight: bold;
	color: #660000;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #dfd9bc;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 20px;
	padding-left: 10px;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dfd9bc;
}
.inner h2{
	padding: 0 0 0 10px;
	font-size:1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	line-height: 30px;
	color: #333333;
}
.inner p{
	margin: 0 10px 20px 10px;
}
.inner dl{
		margin: 0 10px 20px 10px;}
.inner dt span {
	background: transparent url(../img/faq/faq_01.gif) no-repeat scroll left center;
	display: block;
	line-height: 28px;
	padding: 0 0 0 35px;
}
.inner dt {
	background: transparent url(../img/common/dot.gif) repeat-x scroll left bottom;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 3px;
}
.inner dd {
	background: transparent url(../img/faq/faq_02.gif) no-repeat scroll left top;
	margin: 0 0 20px;
	padding: 0 0 10px 35px;
}