@charset "shift_jis";

/* ------------------------------------------ */
/* ---------- page structure style ---------- */
/* ------------------------------------------ */

body#faq { background: url(/images/bg_body_top.gif) repeat-x top #fff; }

#faq #container { width: 930px; }
#faq #header    { height:90px;}

#faq #header h1 { float: left; text-indent: -9999px; }

#faq #lmenu    { float:left; width:210px; margin-top:10px; }
#faq #contents { float:right; width:700px; margin-top:32px;}


#faq #footer { clear: both; padding: 40px 35px 3px; }

#faq #footer #copyright {
	float: right;
	width: 153px;
	height: 15px;
	text-indent: -9999px;
	background-image: url(/images/copyright.gif);
	background-repeat: no-repeat;
}


/* -------------------- */
/* ----- contents ----- */
/* -------------------- */

#lmenu p { font-size:90%;}

#lmenu dl.title {
	margin: 5px 0 25px;
	padding: 0px 10px 5px;
	border: 1px solid #9c3;
	background:#E8FDE1;
	overflow:hidden;
}

#lmenu dl.title dt {
	margin: 0 0 5px;
	padding: 0 0 4px;
	background-image: url(/images/dot_green.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#lmenu dl.title dd {
	margin: 0;
	color: #360;
	font-size: 117%;
	line-height:1.8em;
	font-weight: bold;
	background:url(/images/circle_green.gif) no-repeat left;
	padding-left:17px;
}

#lmenu dl.title dd a,
#lmenu dl.title dd a:visited{
	color:#336600;
	}

#contents .ttlLG span { font-weight:bold;}

#faqDetail .faqbox{
	margin-bottom:20px;
}

#faqDetail .faqbox h3{
	background: url(/faq/images/icon_question.gif) no-repeat top left;
	padding:5px 0px 5px 30px;
	color:#336600;
	}

#faqDetail .faqbox p {
	margin:10px 0px;
	background: url(/faq/images/icon_answer.gif) no-repeat top left;
	padding:0px 0px 30px 30px;	
	}
	