/* FAQ お問い合わせ　サイトマップ設定　サンプル請求 
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/
h3 {
	text-indent: -9999px;
}

/*FAQ　　　　　　　*/
#faq_box {
	background-image: url(../faq/images/faq_title1.jpg);
	background-repeat: no-repeat;
	padding-top: 50px;
}
.faq_contents {
	border: 1px solid #50A665;
	width: 480px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background-color: #FEF7DA;
}
.faq_contents h4 {
	background-image: url(../faq/images/faq_imgq.gif);
	background-repeat: no-repeat;
	padding-left: 50px;
	height: 37px;
	background-position: 5px 2px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #168B33;
	color: #FF6600;
	background-color: #FFFFFF;
	margin: 1px;
}
.faq_contents p {
	background-image: url(../faq/images/faq_imga.gif);
	background-repeat: no-repeat;
	padding-left: 50px;
	margin-top: 15px;
	padding-right: 5px;
}


/*サンプル請求     */
#sample_box {
	background-image: url(../sample/images/sample_kanban.jpg);
	background-repeat: no-repeat;
	padding-top: 160px;
	width: 480px;
}
#sample_box2 {
	background-image: url(../sample/images/sample_kanban.jpg);
	background-repeat: no-repeat;
	padding-top: 160px;
	width: 480px;
	padding-bottom: 285px;
}

#sample_box table {
	line-height: 20px;
	border: 3px double #11A501;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	background-color: #11A501;
}
#sample_box caption {
	background-image: url(../sample/images/sample_title.jpg);
	padding-top: 35px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	padding-bottom: 10px;
}
#sample_box th {
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
	margin-top: 5px;
	color: #006600;
	font-weight: normal;
	width: 175px;
	text-align: left;
	padding-left: 5px;
}
#sample_box td {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 22px;
	width: 275px;
	background-color: #FFF7D9;
	padding-left: 5px;
}


/*お問い合わせ　　　  */
#mail_box {
	background-image: url(../mail/images/mail_kanban.jpg);
	background-repeat: no-repeat;
	padding-top: 160px;
	width: 480px;
}
#mail_box2 {
	background-image: url(../mail/images/mail_kanban.jpg);
	background-repeat: no-repeat;
	padding-top: 160px;
	width: 480px;
	padding-bottom: 285px;
}

#mail_box_tel {
	background-image: url(../mail/images/mail_telno.jpg);
	background-repeat: no-repeat;
	height: 90px;
	margin-top: 30px;
	margin-left: 0px;
}

#mail_box table {
	line-height: 20px;
	border: 3px double #CC3300;
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CC3300;
}
#mail_box caption {
	background-image: url(../mail/images/mail_title.jpg);
	padding-top: 35px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	padding-bottom: 10px;
}
#mail_box th {
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFFFFF;
	margin-top: 5px;
	color: #006600;
	font-weight: normal;
	width: 175px;
	text-align: left;
	padding-left: 5px;
}
#mail_box td {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 22px;
	width: 275px;
	background-color: #FFF7D9;
	padding-left: 5px;
}


/*サイトマップ　　*/
#sitemap_box {
	background-image: url(../sitemap/images/sitemap_title1.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 50px;
}
#sitemap_box_left {
	width: 230px;
	float: left;
	padding-right: 10px;
}
#sitemap_box_right {
	width: 230px;
	float: left;
}
#sitemap_box dl {
	margin-bottom: 40px;
}

#sitemap_box dt {
	background-color: #E4E4E4;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #42AC40;
	margin-left: 10px;
	padding-left: 5px;
	margin-top: 30px;
}
#sitemap_box dd {
	margin-left: 30px;
	margin-top: 2px;
}

