body {
	margin: 0;
	padding: 0;
}

#contents{
	width: 800px;
	height: 600px;
}

#header {
  margin: 0px;
  padding: 0px;
  width: 800px;
  height: 55px;
	
}
#headerleft {
	widht: 400px;
	height: 55px;
	float: left;
}
#headerright {
	widht: 400px;
	height: 40px;
	float: right;
	font-size: 8pt;
}
#headerright a {
	text-decoration: none;
}
#headerright .saiyo {
	text-align: right;
	font-weight: bold;
}
#headerright .annai {
	margin-top: 10px;
	color: #696969;
}



/* メニュー */
#menu {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 40px;
}
ul#menuhyo {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	float: left;
	text-indent: -9999px;
}
#menu a {
	text-decoration: none;
	overflow: hidden;
	background: url(../buzai/button.gif) no-repeat;
}
#menu1,#menu2,#menu3,#menu4,#menu5,
#menu1 a,
#menu2 a,
#menu3 a,
#menu4 a,
#menu5 a {
  display: block;
  width: 160px;
  height: 40px;
  margin: 0px;
  padding: 0px;
}
#menu1 a { background-position: 0px 0px;}
#menu2 a { background-position: -160px 0px;}
#menu3 a { background-position: -320px 0px;}
#menu4 a { background-position: -480px 0px;}
#menu5 a { background-position: -640px 0px;}
#menu1 a:hover { background-position: 0px -40px;}
#menu2 a:hover { background-position: -160px -40px;}
#menu3 a:hover { background-position: -320px -40px;}
#menu4 a:hover { background-position: -480px -40px;}
#menu5 a:hover { background-position: -640px -40px;}



/* メイン */
#main_guideline {
	width: 800px;
	float: left;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
}


/* フッター */
#footer {
	width: 800px;
	float: left;
}
.copy {
	margin: 0px;
	padding: 5px 20px;
	text-align: right;
	clear: both;
	font: normal 9pt serif;
	color: #ffffff;
	background: #0A32A0;
	font-family: "HG丸ゴシック M-PRO",sans-serif ;
}


a:hover {
	color: #000000;
}
a:link {
	color: #0A32A0;
}
a:visited {
	color: #191970;
}

