@charset "UTF-8";
/* CSS Document */

/* リセットスタイル */
*{
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* ここまで */

/* フロートクリア */
.float-clear {
	font-size: 0px;
	clear: both;
}

/* ボディ */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fffff4;
}

/* コンテナ */
#container {
	width: 800px;
	margin-top:50px;
	margin-right: auto;
	margin-left: auto;
}

/* ヘッダー */
#header {
	height: 186px;
}
#header p img {
	float: left;
	display: inline;
	margin-left: 42px;
}

/* ヘッダー内ナビゲーション */
#header ul {
	float: right;
	display: inline;
	margin-top: 56px;
	background-color: #82c880;
	margin-right: 15px;
}
#header ul li {
	float: left;
	display: inline;
	font-size: 0px;
	text-indent: -9999px;
}
#header ul li #btn_left a {
	display: block;
	height: 63px;
	width: 11px;
	background-image: url(images/btn_left.jpg);
	background-repeat:no-repeat;
}
#header ul li #btn01 a {
	background-image: url(images/top.jpg);
	background-repeat:no-repeat;
	height: 63px;
	width: 32px;
	display: block;
	margin-right: 16px;
}
#header ul li #btn01 a:hover {
	background-image: url(images/top-over.jpg);
}
#header ul li #btn02 a {
	background-image: url(images/sponsor.jpg);
	background-repeat:no-repeat;
	height: 63px;
	width: 32px;
	display: block;
	margin-right: 16px;
}
#header ul li #btn02 a:hover {
	background-image: url(images/sponsor-over.jpg);
}
#header ul li #btn03 a {
	background-image: url(images/sitemap.jpg);
	background-repeat:no-repeat;
	height: 63px;
	width: 32px;
	display: block;
	margin-right: 16px;
}
#header ul li #btn03 a:hover {
	background-image: url(images/sitemap-over.jpg);
}

#header ul li #btn_right a {
	height: 63px;
	width: 11px;
	background-image: url(images/btn_right.jpg);
	display: block;
	background-repeat:no-repeat;
}
/* ここまで */

