@charset "utf-8";
/* CSS Document */


/*ページ構成基本部分*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: auto;
	padding: 0px 0px 0px 5px;
	width: 800px;
	background: #ECE9D8;
}
#wrapper {
	margin: 0px auto;
	width: 800px;
	background: #FFFFFF;
}
#wrapper #headder_left {
	margin: 0px;
	padding: 0px;
	height: 130px;
	width: 135px;
	float: left;
}
#wrapper #headder_right {
	float: right;
	height: 130px;
	width: 665px;
}
#wrapper #headder_menu {
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 800px;
	clear: both;
}
#wrapper #headder_menu h2 {
	font-size: 9px;
	float: left;
}
#wrapper #footer {
	background: url(../images/footer.gif) no-repeat bottom;
	height: 50px;
	width: 800px;
}

/*フォント規定*/

h1 {
	font: normal 16px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-decoration: underline;
	text-align: center;
}
h2 {
	font: normal 12px/150% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-decoration: none;
}


/*メインコンテンツ*/

#wrapper #main {
	margin: 0px;
	padding: 10px 0px 0px;
	height: auto;
	width: 800px;
}
#wrapper #main #title {
	margin: 0px;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.style1 {font-weight: bold}
#wrapper #main .special_mainbox {
	clear: left;
	height: 150px;
	width: 800px;
	background: url(img/base_image.gif) no-repeat;
}
#wrapper #main .special_mainbox .special_leftbox {
	float: left;
	height: 150px;
	width: 395px;
	margin-right: 5px;
}
#wrapper #main .special_mainbox .special_rightbox {
	float: right;
	height: 150px;
	width: 395px;
	margin-left: 5px;
}
#wrapper #main .special_mainbox .special_leftbox .photo_box {
	float: left;
	height: 150px;
	width: 150px;
}
#wrapper #main .special_mainbox .special_leftbox .text_box {
	font: 12px/160% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	float: right;
	height: 150px;
	width: 245px;
}
#wrapper #main .special_mainbox .special_rightbox .photo_box {
	float: left;
	height: 150px;
	width: 150px;
}
#wrapper #main .special_mainbox .special_rightbox .text_box {
	font: 12px/120% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	float: right;
	height: 150px;
	width: 245px;
}
#wrapper #main #lead_text {
	font: 14px/130% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 10px;
	height: 50px;
	width: 780px;
}
