@charset "UTF-8";
/* CSS Document */



/*------------------------------------------------------

	top

------------------------------------------------------*/
#topimg{
	clear:both;
	margin:0 0 17px;
}
#topimg img{
	margin:0;
}

/* kinou */
#kinou ul li{
	background-color:#fafafa;
	display:block;
	float:left;
	width:150px;
	padding:10px 10px 15px;
}
#kinou ul li img{
	display:block;
	margin:0 auto 15px;
	clear:both;
}
li.box01{
	margin:0 4px 0 0;
}
li.box02{
	margin:0 5px 0 0;
}
li.box03{
	margin:0 4px 0 0;
}


/* sample */
#sample{
	width:660px;
	display:block;
	margin:0 auto;
}
.sampleL{
	float:left;
}
.sampleR{
	float:right;
}
.sampleL,.sampleR{
	width:300px;
	margin:0 0 20px;
}
.sampleL img,.sampleR img{
	display:block;
	margin:0 0 10px;
}
.sampleL h3,.sampleR h3{
	display:block;
	margin:0 0 4px;
	font-weight:bold;
}


/* faq */
#faq{
	background-color:#fffffa;
	border-left:solid 2px #ff770a;
	border-right:solid 2px #ff770a;
	border-bottom:solid 2px #ff770a;
	padding:15px 18px 0;
}

#faq dl dt{
	background:url(../img/top/btn_q.jpg) no-repeat 0 0;
	padding:7px 0 0 40px;
	min-height:23px;
	clear:both;
	font-weight:bold;
	margin:0 0 4px;
}
#faq dl dd{
	background:url(../img/top/btn_a.jpg) no-repeat 0 0;
	padding:6px 0 8px 40px;
	min-height:23px;
	margin:0 0 15px;
	clear:both;
	border-bottom:dotted 1px #999;
	line-height:1.3;
}

/* etc */
#etc ul li{
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:dotted 1px #999;
	overflow:hidden;
	_zoom:1;
}
#etc ul li h3{
	width:175px;
	float:left;
}
#etc ul li p{
	display:block;
	width:490px;
	float:right;
	padding-top:22px;
}
