@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	background-color: #EAEAD8;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd {
	margin: 0px;
	padding: 0px;
}

#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/back.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height: 830px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #333;
	background-color: #FFF;
}

#header {
	height: 180px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/top_image02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header h1 {
	font-size: 0.75em;
	line-height: 1;
	height: 126px;
	display: block;
	text-indent: -9999px;
}

#navi ul {
	list-style-type: none;
	height: 32px;
	display: block;
	padding-left: 72px;
}

#navi li {
	float: left;
	height: 32px;
	font-size: 0.75em;
	text-indent: -9999px;
	display: block;
	width: 123px;
}

#navi li a {
	background-image: url(../images/navi.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 32px;
}
#navi li#home a {
	background-position: 0px 0px;
}
#navi li#abou a {
	background-position: -123px 0px;
}
#navi li#even a {
	background-position: -246px 0px;
}
#navi li#topi a {
	background-position: -369px 0px;
}
#navi li#semi a {
	background-position: -493px 0px;
}
#navi li#home a:hover {
	background-position: 0px -32px;
}
#navi li#abou a:hover {
	background-position: -123px -32px;
}
#navi li#even a:hover {
	background-position: -246px -32px;
}
#navi li#topi a:hover {
	background-position: -369px -32px;
}
#navi li#semi a:hover {
	background-position: -493px -32px;
}

#content {
	height: 600px;
	clear: left;
}


#footer {
	height: 50px;
	clear: both;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#footer p {
	font-size: 0.625em;
	color: #CCC;
	text-align: center;
	padding-top: 15px;
	text-indent: 0px;
}
