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

body.bg_faq {
	BACKGROUND-IMAGE:url("../jp/images/common/material/bg_bottom_none.jpg");	
	BACKGROUND-REPEAT:no-repeat;
	BACKGROUND-POSITION:center top;	
}


#faq_bg_box {
}

#content_faq {
	clear: both;
	height: 100%;
	background-color: #fff;
	display: block;
}



#main_content_box {
	margin-left : auto;
	margin-right : auto;
	width: 700px;
}


#faq_title {
	margin-top: 10px;
}

.faq_bar {
	margin-top: 5px;
	margin-bottom: 10px;
}

ul.faq_bar_question_list {
	margin-left: 20px;
}

ul.faq_bar_question_list li {
	margin-top: 2px;
	margin-bottom: 2px;
}


hr.dotted{
	height:1px;
	color:#FFFFFF;
	width:100%;
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #bbb;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	background-color: #FFF;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
}



.faq_group_title {
	margin-bottom: 5px;
}



ul.faq {
	margin-left: 20px;
	margin-right: 20px;
}

ul.faq li.question {
	font-size: 14px;
	font-weight: bold;
	color: #0C6;
	background-image: url(../jp/images/faq/faq_Q.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 4px;
	margin-bottom: 5px;
}

ul.faq li.answer {
	background-image: url(../jp/images/faq/faq_A.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 5px;
}

.to_top {
	width: 100px;
	margin-left: 590px;
}
