/* ■よくある質問 */
/* 基礎設定・全体レイアウト
最初に各種設定を一度クリア。
画面をセンタリングする際はbodyに{position:relative; margin-left:auto; margin-right:auto;}を指定。
-----------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	font-size:100%;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	padding:0;
	text-decoration:none;
	}
body {
	font-size:14px;
	position:relative;
	text-align:left;
	line-height:1.4em; 
	vertical-align:baseline;
	}
ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	}

ol li	{ margin-left:2em; }
.clear	{ clear:both; }

h3.cap		{ margin:15px 0 2px 0; padding:3px 4px;  height:20px;  background:#4dac26; color:#FFF; }
.faq_list dt	{ margin:10px 0 0 0; padding:3px 4px; font-weight:bold; background: #9fd44a; color:#026; }
.faq_list li	{ margin:3px 0 0 0; padding:2px 4px; border-bottom:1px dotted #888; }

.faq_ans dt	{ margin:0 0 0 0; padding:8px 0 6px 34px; font-weight:bold; background: url(../hp/faq/img/q.gif) left 2px no-repeat #9fd44a; }
.faq_ans dd	{ padding:6px 0 0 34px; background: url(../hp/faq/img/a.gif) left 4px no-repeat;  }

/* 詳しい説明はこちら： ロールオーバー*/
.b_kuwasii a	{ 
	margin-left:auto;
	margin-bottom:10px;
	width:176px; 
	height:33px; 
	background: url(../hp/faq/img/b_kuwasii_off.gif) left top no-repeat; 
	display: block; 
	overflow: hidden; 
	position: relative; 
	text-indent:-9999px;
	}

.b_kuwasii a:hover	{
	background: url(../hp/faq/img/b_kuwasii_on.gif) left top no-repeat; 
	}

.totop { font-size:12px; margin:5px 0; text-align:right; display: block;  }

