/* -------------------------------- 
Name: faq stylesheet
Manager: MUSCLE co.ltd
-------------------------------- */

/* sidemenu
-------------------------------- */
#sidemenu{
    margin: 32px 0 0 0;
}

#sidemenu li a{
	height: 31px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
    background: url(../../faq/img/sidemenu.gif) no-repeat;
}

#sm01 a:link, #sm01 a:visited {
	width: 181px;
	background-position: 0px 0px;
}


#sm01 a:hover, #sm01 a:active {
	background-position: -181px 0px;
}

#sm01_on a:link, #sm01_on a:visited, #sm01_on a:hover, #sm01_on a:active {
	width: 181px;
	background-position: -181px 0px;
}



/* box
-------------------------------- */
#box {
    width: 570px;
    padding: 20px 0 20px 5px;
}




/* CSi’Ç‰Á
-------------------------------- */

#category_list {
	margin:20px 0 0 -10px;
	padding:0;
}

#category {
	margin:15px 10px 10px 0;
	padding:10px 10px 0;
	background:#f4f4f4;
	border:#d9d9d9 solid 1px;
}

#category li{
	background:url(../../faq/img/hatena.jpg) no-repeat left top;
	padding-bottom:10px;
	padding-left:20px;
}

#category li a{
	color:#333;
	text-decoration:none;
}

#category li a:hover{
	text-decoration:underline;
	color:#1a8d3b;
}

#category_title {
	margin-top:30px;
}


#faq_area dl {
	width:530px;
	margin:15px 10px 0;
	padding-bottom:10px;
	border-bottom:#999 dotted 1px;
}

#faq_area dt {
	background:url(../../faq/img/questions.jpg) no-repeat left top;
	padding:4px 0 5px 105px;
	margin-bottom:5px;
	cursor:pointer;
}

#faq_area dd {
	background:url(../../faq/img/answer.jpg) no-repeat left top;
	padding:4px 0 5px 105px;
}

#gotop_faq {
	margin-top:20px;
	text-align:right;
}

