@charset "utf-8";
/* CSS Document */


/*ページ構成基本部分*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: auto;
	padding: 0px 0px 0px 5px;
	width: 800px;
	background: url(../images/backimage.gif) repeat;
}
#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;
}

/*メインコンテンツ*/

#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;
}
