body {
	font-family: "ＭＳ Ｐ明朝", "細明朝体";
	font-size: small;
	color: #000000;
	line-height: 130%;
	margin-top: 0px;
	background-image:  url("images/boxback.gif");
	background-repeat: repeat-y;
	height: 50px;
	width: 920px;
	margin-left: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
a {
	font-size: small;
	color: #FF9900;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
	color: #CC6633;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	height: 40px;
	width: 900px;
	margin-top: 2px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #663399;
}
h2 {
	font-size: small;
	color: #FFFFFF;
	background-color: #666633;
	width: 400px;
	padding: 5px;
}
.box {
	width: 900px;
}

.menu {
	width: 900px;
	background-image:  url("images/menuback.jpg");
	height: 150px;
	margin-; 	margin-top: 0px;
	margin-left: 0px;
}
.menubotan {
	width: 600px;
	height: 29px;
	text-align: center;
	position: absolute;
	left: 150px;
	top: 100px;
}
.foot {
	margin-bottom: 0px;
	height: 15px;
	width: 900px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}	
