/*
 * Style sheet for the HTML 4.01 specification
 * DoBeef Last modify 2007/02/19 18:10
 */
@charset "shift_jis";

*{
	margin:0;
	padding:0;
}

body {
	font:12px"MS Pゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	background:#B6E7B9;
	text-align:center;
}

input, textarea{
	font:12px/1 "MS Pゴシック",Osaka,"ヒラギノ角ゴ Pro W3"
}

/*オリンピックありがとう */

/*へッター */
#container{
	width:750px;
	margin-left:auto;/* IE以外用の中央寄せ */
	margin-right:auto;/* IE以外用の中央寄せ */
	text-align:left;/* 中身を左寄せに戻す */
}

#header{
	width:750px;
}

#olympic{
	margin-top:5px;
}


/*メニュー */
#menu{
	width:750px;
	height:50px;
	overflow:hidden;
	background-image: url("../images/menu_back.gif");
	background-repeat: no-repeat;
}

ul#siteNav{
	width:750px;
	height:50px;
	margin-top:2px;
}
ul#siteNav li{
	float:left;
}

ul#siteNav li#liMenu01 a{
	width:122px;
	height:46px;
	color:#000000;
	display:block;
	background-image: url("../images/menu01a.gif");
	background-repeat: no-repeat;
	margin-left:2px;
	margin-right:2px;
}

ul#siteNav li#liMenu01 a:hover,ul#siteNav li#liMenu01 a:active{
	width:122px;
	height:46px;
	color:#000000;
	display:block;
	background-image: url("../images/menu01h.gif");
	background-repeat: no-repeat;
}

ul#siteNav li#liMenu02 a{
	width:123px;
	height:46px;
	color:#000000;
	display:block;
	background-image: url("../images/menu02a.gif");
	background-repeat: no-repeat;
	margin-right:2px;
}

ul#siteNav li#liMenu02 a:hover,ul#siteNav li#liMenu02 a:active{
	background-image: url("../images/menu02h.gif");
	background-repeat: no-repeat;
}

ul#siteNav li#liMenu03 a{
	width:123px;
	height:46px;
	color:#000000;
	display:block;
	background-image: url("../images/menu03a.gif");
	background-repeat: no-repeat;
	margin-right:2px;
}

ul#siteNav li#liMenu03 a:hover,ul#siteNav li#liMenu03 a:active{
	background-image: url("../images/menu03h.gif");
	background-repeat: no-repeat;
}

ul#siteNav li#liMenu04 a{
	width:123px;
	height:46px;
	color:#000000;
	display:block;
	background-image: url("../images/menu04a.gif");
	background-repeat: no-repeat;
	margin-right:2px;
}

ul#siteNav li#liMenu04 a:hover,ul#siteNav li#liMenu04 a:active{
	background-image: url("../images/menu04h.gif");
	background-repeat: no-repeat;
}

ul#siteNav li#liMenu05 a{
	width:123px;
	height:46px;
	color:#000000;
	display:block;
	background-image: url("../images/menu05a.gif");
	background-repeat: no-repeat;
	margin-right:2px;
}

ul#siteNav li#liMenu05 a:hover,ul#siteNav li#liMenu05 a:active{
	background-image: url("../images/menu05h.gif");
	background-repeat: no-repeat;
}

ul#siteNav li#liMenu06 a{
	width:122px;
	height:46px;
	color:#000000;
	display:block;
	background-image: url("../images/menu06a.gif");
	background-repeat: no-repeat;
}

ul#siteNav li#liMenu06 a:hover,ul#siteNav li#liMenu06 a:active{
	background-image: url("../images/menu06h.gif");
	background-repeat: no-repeat;
}

/* フッター */

#footer{
	width:750px;
	clear:both;
	background:#5B9816;
	color:#000;
	text-align:center;
	border-top:1px btted #ddd;
}
#footer a{
	color:#558;
}
#footer a:visited{
	color:#858;
}
#footer p{
	line-height:1;
	font-size:12px;
	color:#fff;
	padding-top:0.5em;
	padding-bottom:0.5em;
	margin-right:1em;
	margin-bottom:0;
}

/*コンテンツ */
#contents{
	width:750px;
	margin:10px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	background:#ffffff;
	float:left;
}

#top_contents{
	width:750px;
	height:490px;
	margin:10px 0px 10px 0px;
	padding:0px 0px 10px 0px;
	float:left;
	background-image:url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

img{
	vertical-align: bottom
}


