@charset "utf-8";
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #666666;
}
#co {
	background-color: #FFFFFF;
}
#contents {
	width: 726px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
}
#head {
	background-image: url(../image/line.gif);
	height: 96px;
	width: 726px;
	background-position: -10px;
}
#headlogo {
	height: 70px;
	width: 300px;
	padding-top: 18px;
}
#menu {
	text-align: center;
	float: left;
	height: 400px;
	width: 200px;
	padding-top: 10px;
	background-image: url(../image/menucolor.gif);
	background-repeat: repeat;
}
#main {
	background-image: url(../image/maincolor.gif);
	background-repeat: repeat;
	float: left;
	height: 410px;
	width: 526px;
}
#logo {
	text-align: center;
	margin-top: 60px;
}
#foot {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	clear: both;
	padding-top: 3px;
	padding-bottom: 3px;
}
