@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
html {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 0px;
	width: 800px;
	font-size: 12px;
	line-height: 150%;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #000000;
}
a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	color: #00FFCC;
}
.float_left {
	float: left;
	clear: both;
}
.float_right {
	float: right;
	clear: both;
}
.block {
	display: block;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

#header {
	height: 127px;
	width: 800px;
}
#header img {
	padding-top: 12px;
	padding-left: 12px;
}

#contents {
	margin: 0px;
	padding: 0px;
}
#menu {
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 473px;
	width: 178px;
	float: left;
}

#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#menu li, #menu a {
	text-decoration: none;
	display: block;

}
#menu li {
	text-indent: -9999px;
}
#menu a {
	text-decoration: none;
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
	width: 178px;
}
#menu #yamate a {
	background-position: 0px 0px;
	height: 78px;
}
#menu #communication a {
	background-position: 0px -78px;
	height: 80px;
}
#menu #reform a {
	background-position: 0px -158px;
	height: 60px;
}
#menu #column a {
	background-position: 0px -218px;
	height: 60px;
}
#menu #link a {
	background-position: 0px -278px;
	height: 60px;
}
#menu #contact a {
	background-position: 0px -338px;
	height: 60px;
}

#menu #yamate a:hover {
	background-position: -178px 0px;
	height: 78px;
}
#menu #communication a:hover {
	background-position: -178px -78px;
	height: 80px;
}
#menu #reform a:hover {
	background-position: -178px -158px;
	height: 60px;
}
#menu #column a:hover {
	background-position: -178px -218px;
	height: 60px;
}
#menu #link a:hover {
	background-position: -178px -278px;
	height: 60px;
}
#menu #contact a:hover {
	background-position: -178px -338px;
	height: 60px;
}
#footer {
	background-color: #000000;
	height: 50px;
	clear: both;
}
