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

/*メインイメージ
------------------------*/

#mainbg {
	width:945px;
	height:635px;
	background-image:url(../images/index/head1.jpg);
	text-indent: -9999px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
/*メインイメージ2
------------------------*/

#mainbg2 {
	width:945px;
	height:450px;
	background-image:url(../images/index/head4.jpg);
	text-indent: -9999px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

#mainbg3 {
	width:945px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}


/*トップコンテンツボックス
---------------------------------*/

#mainbox {
	width:945px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.box_l {
	width:550px;
	float:left;
}

.l_title {
	width:550px;
	height:50px;
	background-image:url(../images/index/news.jpg);
	text-indent: -9999px;
}

.l_content {
	width: 546px;
	border: 2px dotted #CCCCCC;
	color: #000;
}
.l_text {
	color: #000000;
	margin-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 450px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

.box_r {
	width:375px;
	float:right;
}

.r_title {
	width:375px;
	height:50px;
	background-image:url(../images/index/faq.jpg);
	text-indent: -9999px;
}

.r_content {
	width:371px;
	border: 2px dotted #CCCCCC;
}

.r_q {
	color: #000000;
	margin-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 300px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../images/faq/icon_q.gif);
	height: 15px;
	background-repeat: no-repeat;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.r_a {
	color: #000000;
	margin-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 300px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../images/faq/icon_a.gif);
	height: 15px;
	background-repeat: no-repeat;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
