@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #999;
}

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

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 560px;
	background-image: url(../images/topimage.jpg);
	background-repeat: no-repeat;
	margin-top: 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	position: relative;
}

#header {
	height: 470px;
}

#header h1 {
	font-size: 0.75em;
	line-height: 1;
}

#header p {
	font-size: 0.75em;
	line-height: 1;
}

#content {
	height: 60px;
}

#content ul {
	height: 23px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 130px;
}

#content li {
	display: block;
	float: left;
	list-style-type: none;
	height: 23px;
	text-indent: -9999px;
}

#content li a {
	font-size: 0.75em;
	text-decoration: none;
	line-height: 23px;
	display: block;
	height: 23px;
	background-image: url(../images/top_navi.jpg);
	background-repeat: no-repeat;
}

#content li#info a {
	width: 105px;
	background-position: -2px -1px;
}

#content li#conc a {
	width: 70px;
	margin-left: 30px;
	background-position: -139px -1px;
}

#content li#rest a {
	width: 105px;
	margin-left: 30px;
	background-position: -239px -1px;
}

#content li#recu a {
	width: 105px;
	margin-left: 30px;
	background-position: -375px -1px;
}

#content li#link a {
	width: 40px;
	margin-left: 30px;
	background-position: -510px -1px;
}

#content li#info a:hover {
	width: 105px;
	background-position: -2px -27px;
}

#content li#conc a:hover {
	width: 70px;
	margin-left: 30px;
	background-position: -139px -27px;
}

#content li#rest a:hover {
	width: 105px;
	margin-left: 30px;
	background-position: -239px -27px;
}

#content li#recu a:hover {
	width: 105px;
	margin-left: 30px;
	background-position: -375px -27px;
}

#content li#link a:hover {
	width: 40px;
	margin-left: 30px;
	background-position: -510px -27px;
}

#container #info1 {
	position: absolute;
	top: 360px;
	background-color: #666;
	font-size: 0.75em;
	line-height: 1.4;
	padding: 10px;
	text-align: center;
	left: 250px;
	width: 300px;
}

#info1 p a {
	color: #FFF;
	text-decoration: none;
}

#info1 p a:hover {
	color: #F00;
	text-decoration: underline;
}

#footer {
	background-color: #333;
	height: 20px;
	padding-top: 10px;
}

#footer p {
	font-size: x-small;
	color: #999;
	text-align: center;
}

