/* CSS Document */

* {margin:0;padding:0;}

body{font-size:70%;line-height:1.4;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";}

img{
	vertical-align:text-bottom;
	border-style:none;
	}
hr {display:none;}
a:link,
a:visited,
a:active,
a:hover{color:#669900;}


h1,h2,h3,h4,h5{font-size:100%;}

body{
	margin:0;
	bottom:0;
	background-color:#D7D9CE;
}

#container{
	width: 779px;
	border-left:1px solid #CCCCCC;
	brder-right:1px solid #CCCCCC;
	background-color: #fff;
	margin: 0 auto;
}


#splash {
	text-align: center;
}

#splash #container {
	background-color: #99CC00;
	padding-top: 36px;
}

#splash #container #footer {
	background-color: #fff;
	text-align: right;
	height: 28px;
	line-height: 28px;
	padding-right: 5px;
}

#splash #container #menu{
padding-bottom:255px;
	background-image: url(../imgs/top_bg_mountain.gif);

/*イベント終了後は↑を削除し、↓に差し替え
	background-image: url(../imgs/top_bg_mountain_end.gif);
*/
	background-repeat: no-repeat;
	background-position: left bottom;
}

