/* faq.css */
@charset "Shift_JIS";

/* コンテナ部分
--------------------------------------------------------- */
#countainer { width: 760px; margin: 10px 10px 80px;}

/* ページタイトル部分
--------------------------------------------------------- */
#countainer h2 {
	text-indent: -9999px;
	background: url(../faq/img/faq-h2.gif) center top no-repeat;
	display: block;
	height: 23px;
	margin: 35px 0 35px;
}

/* 上部コメント部分
--------------------------------------------------------- */
#comment { text-align: center;}

/* コンテンツ部分
--------------------------------------------------------- */
#content-box { margin-top: 30px;}

/* コンテンツタイトル部分
--------------------------------------------------------- */
#content-box h3 { text-indent: -9999px; width: 778px; height: 25px;}

/* クエスチョン画像部分
--------------------------------------------------------- */
#q1 { background:url(../faq/img/faq-h3_q1.gif) left top no-repeat;}
#q2 { background:url(../faq/img/faq-h3_q2.gif) left top no-repeat;}
#q3 { background:url(../faq/img/faq-h3_q3.gif) left top no-repeat;}
#q4 { background:url(../faq/img/faq-h3_q4.gif) left top no-repeat;}
#q5 { background:url(../faq/img/faq-h3_q5.gif) left top no-repeat;}

/* アンサー部分
--------------------------------------------------------- */
#content-box p {
	height: 20px;
	text-align: left;
	vertical-align: bottom;
	margin-bottom: 30px;
}
#content-box img {
	height: 26px;
	width: 175px;
	vertical-align: middle;
}
