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



body {
	font-size: 80%;
}


/* 各種タグ初期化 ---------------------------------------------------------------------*/
html, body, table, ul, li, dl, dt, dd, h1, h2, h3 ,h4 {
	margin: 0px;
	padding: 0px;
}

img {
	border:none;
	margin-bottom: 1px;
}

.clear_css {
	clear: both;
}

p {
	margin-top: 0px;
}

h2 {
	margin-bottom: 20px;
	line-height: 1.3em;
}

/* INDEX ---------------------------------------------------------------------*/
#sp_base {
	text-align:center;
}
#sp_box {
	width: 900px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}
#sp_main {
	margin-top: 10px;
	padding-bottom: 40px;
	background-color: #e2e2e2;
}

#main_bg {
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 89px;
}

.img_left {
	width: 430px;
	float: left;
	padding-top: 30px;
}
.text_right {
	width: 390px;
	float:right;
	padding: 30px 40px 0px 40px;
}
.img_right {
	width: 430px;
	float: right;
	padding-top: 30px;
}
.text_left {
	width: 390px;
	float:left;
	padding: 30px 40px 0px 40px;
}

.midashi {
	font-weight: bold;
}
.lead {
	color: #036;
}
.name {
	font-weight: bold;
	color: #036;	
}




/* PAGE ---------------------------------------------------------------------*/


#sp_navi {
	width: 860px;
	padding: 20px 20px 0px 20px;
}
#sp_navi a {
	color: #000;
	text-decoration:none;
}
#sp_navi a:hover {
	color: #C00;
}

#sp_navi .fb {
	float: left;
	background-image: url(images/arrow_l.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-weight: bold;
	font-size: 20px;
}
#sp_navi .fb2 {
	float: left;
	background-image: url(images/arrow_l.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-weight: bold;
	font-size: 20px;
	margin-left: 30px;
}
#sp_navi .fn {
	float: right;
	background-image: url(images/arrow_r.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	font-size: 20px;
}

.q_txt { color:#00328e; font-weight:bold; }
.ts_txt { color:#085600; font-weight:bold; }
.hm_txt { color:#9f0000; font-weight:bold; }


.banner_box {
	padding-top: 20px;
	padding-bottom: 20px;
}
.banner_box p {
	margin: 0px;
	padding: 3px 2px 0px 2px;
}
