/* FAQのコンテンツ内のレイアウト */

/* 1段目 */

.box1{
	width: 770px;
	margin: 10px 0 5px 0;
	border-bottom: 6px double #DDDDDD;
}
.box1 h2{
	width: 125px;
	height: 53px;
	float: left;
	background-image: url(../img/faq/faq_title.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.box1 div.right_box{
	width: 624px;
	float: right;
}

.box1 p{
	font-size: 16px;
	font-weight: bold;
	padding: 18px 0 0 0;
}

/* Question Box */
#question_box{
	width: 770px;
	padding: 2px 0;
	background-image: url(../img/faq/faq_bg.gif);
	background-repeat: repeat-y;
}
#question_box ol{
	margin: 10px 0 20px 15px;
	padding: 0 0 0 10px;
	list-style: url(../img/home/top_list.gif) inside none;
}
#question_box li{
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
}

#l_list{
	width: 450px;
	float: left;
}
#r_e{
	width: 280px;
	background-image: url(../img/faq/book.gif);
	background-position: 95% 98%;
	background-repeat: no-repeat;
	float: right;
}
#r_e p{
	display: block;
	width: 200px;
	margin-top: 30px;
	color: #333333;
	line-height: 200%;
}
#r_e a{
	font-size: 14px;
}

h3.q1{
	width: 770px;
	height: 30px;
	background-image: url(../img/faq/q1.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top: 8px;
}
	
h3.q2{
	width: 770px;
	height: 30px;
	background-image: url(../img/faq/q2.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top: 4px;
}
h3.q3{
	width: 770px;
	height: 30px;
	background-image: url(../img/faq/q3.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top: 4px;
}
h3.q4{
	width: 770px;
	height: 30px;
	background-image: url(../img/faq/q4.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top: 4px;
}
h3.q5{
	width: 770px;
	height: 30px;
	background-image: url(../img/faq/q5.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top: 4px;
}
h3.q6{
	width: 770px;
	height: 30px;
	background-image: url(../img/faq/q6.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top: 4px;
}
h3.qq{
	width: 770px;
	height: 30px;
	background-image: url(../img/faq/qq.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top: 4px;
}

.answer_box{
	padding: 0 0 8px 20px;
}

p img{
	width: 30px;
	height: 22px;
	float: left;
	margin: 0 20px 2px 0;
}

/*------------------テーブル系--------------------------*/

table{
	margin: 0;
}

th,td{
	margin: 0;
}

table.line{
	border: solid 1px #999999;
	border-collapse: collapse;
	margin: 0 0 15px 0;
}

th{
	padding: 6px;
	border: solid 1px #888888;
	background-color: #2C6C93;
	color: #FFFFFF;
}

td.usual{
	padding: 6px;
	border: solid 1px #999999;
	background-color: #ffffff;
	color: #333333;
}

td.title{
	padding: 6px;
	border: solid 1px #999999;
	background-color: #FFE3E3;
	font-weight: bold;
	color: #333333;
}
