@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: 15px;
}

#wrapper #main #touroku {
	margin: 10px auto;
	width: 750px;
}

#wrapper #main #touroku #touroku_box {
	height: auto;
	width: 700px;
	margin: 0px auto;
	padding: 0px;
}

#wrapper #main #touroku #touroku_box #touroku_text {
	font: 12px/130% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-decoration: none;
	height: auto;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}

#wrapper #main #touroku #touroku_box1 {
	height: auto;
	width: 350px;
	float: left;
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-decoration: none;
	clear: both;
	background: url(images/touroku_back.jpg);
}

#wrapper #main #touroku #touroku_box2 {
	height: auto;
	width: 350px;
	float: right;
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-decoration: none;
	background: url(images/touroku_back.jpg);
}

#wrapper #main #message {
	margin: 10px auto;
	width: 750px;
	clear: both;
}

#wrapper #main #message #message_box {
	height: auto;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
