@charset "euc-jp";
@import "template.css";
@import "tmp_header.css";
@import "tmp_global_menu.css";
@import "tmp_footer.css";

#global_menu li#faq a{
	background-image: url(../img/btn_menu_on_faq.jpg);
}

.goto_top_page{
	clear: both;
	width: 850px;
	margin: 0 0 35px 0;
}

/* よくある質問 */

#content_main{
	margin-left: 20px;
}

#content_main h1{
	width: 590px;
	height: 32px;
	margin-top: 15px;
	background-image: url(../img/faq/bk_h_faq.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#faq_desc{
	margin: 15px 0 0 0;
	padding-bottom: 15px;
}

div#faq_box{
	width: 609px;
	margin-bottom: 20px;
}

div.faq_q,
div.faq_a{
	line-height: 1.3;
	padding: 7px 0 0 35px;
	background-position: top left;
	background-repeat: no-repeat;
}

div.faq_q{
	background-image: url(../img/faq/icon_faq_q.jpg);
	margin-top: 25px;
}
div.faq_a{
	background-image: url(../img/faq/icon_faq_a.jpg);
	margin-top: 15px;
	margin-bottom: 25px;
}
.faq_first_line{
	height: 30px;
}
.margin-top20{
	margin-top: 20px;
}