/* メイン画像
------------------------------------------------ */
#main_wrap{
	height:340px;
	margin:0 auto;
	background:url(../image/top/main.jpg) no-repeat center top;
}
#main{
	width:940px;
	height:320px;
	margin:0 auto;
	position:relative;
}
#main #btn a{
	width:250px;
	height:115px;
	display:block;
	position:absolute;
	top:144px;
	left:10px;
}
#main #btn a span{
	display:none;
}

/* 6つのポイント
------------------------------------------------ */
#point_title{
	width:670px;
	margin:0 auto 20px;
}
#point6{
	width:644px;
	padding:10px 6px 10px 10px;
	margin:0 auto 40px;
	background:#F0F0F0;
}
#point6 #top{
	margin-bottom:20px;
}

#point6 li{
	width:208px;
	float:left;
	display:inline;
	margin-right:10px;
	font-size:14px;
	font-weight:bold;
}
#point6 .end{
	margin-right:0;
}

/* 質問コーナー
------------------------------------------------ */
#ask_title{
	width:670px;
	margin:0 auto 20px;
}

#ask{
	width:660px;
	margin:0 auto 40px;
}
#ask_btn{
	width:404px;
	margin:0 auto;
}


/* ニュース
------------------------------------------------ */
#news{
	width:684px;
	margin:0px auto 20px;
}
#news .inbox{
	width:624px;
	margin:0 auto;
	padding:15px 30px 0;
	background:url(../image/top/bg_middle.jpg) repeat-y;
}
#news li{
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px #CCC dotted;
}
#news .day{
	width:80px;
	color:#990000;
	text-indent:5px;
	float:left;
}
#news .ico{
	width:68px;
	margin-top:5px;
	float:left;
}
#news .title{
	width:450px;
	float:right;
}
#news .bg_bottom{
	height:18px;
	background:url(../image/top/bg_bottom.jpg) no-repeat bottom;
}

/* よくあるご質問
------------------------------------------------ */
#faq{
	width:684px;
	margin:0px auto;
}
#faq .inbox{
	width:624px;
	margin:0 auto;
	padding:15px 30px 0;
	background:url(../image/top/bg_middle.jpg) repeat-y;
}
#faq li{
	padding:5px 40px 5px;
	margin-bottom:5px;
	background:url(../image/top/icon_q.gif) no-repeat left;
}
#faq .bg_bottom{
	height:18px;
	background:url(../image/top/bg_bottom.jpg) no-repeat bottom;
}