/*
	bace id [#bodySec] >> layoutBase.css
	bace class [div.contentsArea] >> designBody.css
*/

#bodySec {
	border-right: 1px solid #877671;
	border-bottom: 1px solid #877671;
	border-left: 1px solid #877671;
	background-image: none;
	background-color: #FFFFFF;
}

#bodySec div.contentsArea {
	float: none;
	width: 708px;
	padding: 20px 15px;
}

/* メニュー画像：共通セット */

#bodySec div.contentsArea ul li {
	width: 708px;
	height: 50px;
	margin: 0px 0px 10px 0px;
}

#bodySec div.contentsArea ul li a {
	display: block;
	width: 708px;
	height: 50px;
	background-image: url("/faq/img/index_navi1.gif");/* default */
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1px;
	line-height: 100%;
	text-decoration: none;
	text-indent: -9999px;
}

#bodySec div.contentsArea ul li a:hover {
	background-position: left bottom;
	text-decoration: none;
}

#bodySec div.contentsArea ul li a span {
	margin: 0px;
	padding: 0px;
	height: 1px;
	line-height: 0px;
}


/* メニュー画像：個別セット */

#bodySec div.contentsArea ul li#cat010000faq a {
	background-image: url("/faq/img/index_navi1.gif");
}

#bodySec div.contentsArea ul li#cat020000tel a {
	background-image: url("/faq/img/index_navi2.gif");
}

#bodySec div.contentsArea ul li#cat030000mail a {
	background-image: url("/faq/img/index_navi3.gif");
}

#bodySec div.contentsArea ul li#cat040000area a {
	background-image: url("/faq/img/index_navi4.gif");
}