body {
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	background-image: url(../img/back1.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#bace {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	color: #333300;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCC99;
}
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	height: 60px;
	padding-top: 5px;
	background-color: #996600;
}
#header img {
}

#header #logo {
	float: left;
}
#header #name_box {
	float: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 450px;
	text-align: right;
	padding-right: 21px;
	margin-top: 8px;
}
#header #menu_box {
	float: right;
	margin-top: 5px;
	padding-right: 20px;
}
#header #menu_box img {
	float: left;
	margin: 0px;
}
#footer {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#footer address {
	font-style: normal;
}
