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


/*
中央揃え
コンテンツ
フッター
リンク 
テキスト

*/



/* 中央揃え */

body {
	background-color: #8cc11e;
}

#Wrapper {
	text-align:center;
	background-image: url(../img/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 101%;
	width: 101%;
}

/* コンテンツ */

#Contents {
	width:900px;
	text-align:justify;
	margin-bottom:0px;
	vertical-align: top;
	height: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

#ttl{
	margin: 0px;
	padding: 0px;
}
#date{
	margin: 0px;
	padding: 0px;
}
#topbtn{
	margin: 0px;
	text-align: center;
	vertical-align: top;
	height: 440px;
	width: 900px;
	padding: 0px;
}
#topbtn h2{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
}
#topbtn h3{
	font-size: 12px;
	font-weight: bold;
	margin: 15px;
	clear: both;
}
#topbtn .caption{
	margin-top: 25px;
	margin-bottom: 15px;
}
#topbtn .btn{/*ナビゲーションボタン*/
	margin-top: 60px;
	margin-left: auto;
	list-style-type: none;
	width: 600px;
	margin-right: auto;
	margin-bottom: 15px;
}
#topbtn .event{
	display:block;
	width:287px;
	height:125px;
	float: left;
	text-align: left;
}
#topbtn .access{
	display:block;
	width:287px;
	height:125px;
	float: right;
	text-align: right;
}
#topbtn .event a{
	display:block;
	width:287px;
	height:125px;
	background-image: url(../img/btn_event_f2.gif);
	background-repeat: no-repeat;
}
#topbtn .access a{
	display:block;
	width:287px;
	height:125px;
	background-image: url(../img/btn_access_f2.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#topbtn a:hover img{/*rolloverで上の画像を隠す*/
	display:block;
	visibility: hidden;

}


/*フッター */

#footer{
	width: 900px;
	height: 30px;
	text-align: center;
	vertical-align: top;
	vertical-align: top;
	font-size: 0.8em;
	margin-bottom:0px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#footer .copyright{
	color: #333;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 0.8em;
	padding: 0px;
	margin-top: 10px;
}


/*
リンク */

a:link, a:visited, a:active{

}

a:hover{

}

/*
テキスト*/
#Contents {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.txtRight{
	text-align: right;
}
.txtCenter{
	text-align: center;
}
.txtLeft{
	text-align: left;
}


/* CSSハック */
/* IE6用に、中央揃えのためのCSSハック */
* html #Contents {
 text-align:justify;
}




/* clear */
.clear {
 clear:both;
}
/* clearfixハック */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix {
display: inline-block;
overflow:hidden
}
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
