@charset "utf-8";
/* CSS Document */

#tabMenu {
	border-bottom:3px solid #5a3714;
	line-height:1.1;
	margin:10px 0;
	width:100%;
}
#tabMenu td {
	text-align:center;
	vertical-align:middle;
	background:url(/function/img/bg_tabmenu_a.gif) repeat-x right top;
	border-left:1px solid #5a3714;
	border-right:1px solid #5a3714;
	border-top:1px solid #5a3714;
}
#tabMenu td.space {
	width:5px;
	background-image:none;
	border:0;
	font-size:0;
}
#tabMenu td a {
	display:block;
	padding:5px 8px 3px 8px;
}
#tabMenu td.here {
	background:url(/function/img/bg_tabmenu_a_here.gif) repeat-x right top;
}
#tabMenu td.here a {
	color:#ffffff;
	font-weight:bold;
}

div#faq p {
	padding:10px 10px 10px 30px;
	text-indent:-12px;
}

/* 2011.04.13 */

div#faq dl {
	margin:5px 0 5px 50px;
}

