@charset "utf-8";

html,body,#wrapper{
	height:100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #666;	
	}

/*一番上の階層のstyleｃｓｓに置くと回り込みの枠解除になる
img{vertical-align:bottom;
border-style:none;}
a img {
    border-style:none;
}
*/
img{
border-style:none;}
a img {
    border-style:none;
}
a:hover{
	opacity:0.5;
}
a {
    outline: none;
}/*リンク枠けし*/
a:focus, *:focus { outline:none; }/*リンク枠けし*/
/*a:hover img {
	opacity:0.5;}*/
ul {
	margin:0;
	padding:0;}
li {
	margin:0;
	padding:0;
	
	list-style:none;}
h1,h2,h3,p {
	margin:0;
	padding:0;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}	

body > #wrapper{
	height: auto;
	min-height:100%;
	}
body{
	background-image: url(img/bg.png);

}

#wrapper
{


	height:100%;
}
#header{
	height:187px;
	background-image: url(img/header_bg.png);
	background-repeat: repeat-x;
}
#header h1{
	padding-top:0;
	height:113px;
}

#footer01{
		background-image: url(img/footer.png);
			height: 47px;
	/*margin-top:-61px;/*下部分マージンを上げる*/
		background-position: center bottom;
		margin:0 auto;
}
#footer{
	width:910px;
	background-image: url(img/footer_01.png);
	
	margin:0 auto;
	height: 47px;*/
	margin-top:-47px;/*下部分マージンを上げる*/
	background-repeat: no-repeat;
	background-position: right bottom;

}
#footer a{
	color:#CCCCCC;
}
#footer a:hover{
	color:#CC3300;
}
#footer01 p{
	color:#fff;
	font-size:9px;
	padding-top:30px;
	line-height: 12px;
	color:#963;
}

/*-----------------ボタン------------------------*/

#button {
		margin:0 auto;
		width:980px;
	height:73px;
		/*background-image: url(img/button_00.png);*/
background-repeat: no-repeat;
	padding-top:0;	

}
#button ul{
	width:980px;
	margin:0 auto;
	

}
#button ul li{
	list-style-type: none;
	float:left;
	/*文字見えなくさせる*/
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

#button li a{
	float:left;
	display:block;
	overflow:hidden;
	/*width:100%;*/
	height: 0:!important;
	height /**/ :73px;
	padding-top:0px;
	background-image:url(img/button.png);
	color:#FFF;

}


#button li a:hover{
	opacity:0.5;
}
#nav01 a{background-position: 0 0;width:172px;}
#nav02 a{background-position: -172px 0;width:184px;}
#nav03 a{background-position: -356px 0; width:150px;}
#nav04 a{background-position: -506px 0;width:160px;}
#nav05 a{background-position: -666px 0;width:154px;}
#nav06 a{background-position: -820px 0;width:157px;}

#nav01 a.stay {background-position: 0 -73px;}
#nav02 a.stay  {background-position: -172px -73px;}
#nav03 a.stay {background-position: -356px -73px; }
#nav04 a.stay {background-position: -506px -73px;}




#nav01 a:hover {background-position: 0 -73px;}
#nav02 a:hover  {background-position: -172px -73px;}
#nav03 a:hover {background-position: -356px -73px; }
#nav04 a:hover {background-position: -506px -73px;}
#nav05 a:hover {background-position: -666px -73px;}
#nav06 a:hover {background-position: -820px -73px;}




/*-----------------------------------------*/
#main{
	width:910px;
	text-align: left;
	margin:0 auto;
	/*border-radius:20px;
	clear:both;
	height:auto;
	box-shadow:#CCC 1px 2px 7px 1px;

	background-image:url(img/main_bg.png);*/

}


#main h1{
	padding-left:30px;

}

#main01 {
	 padding-top:10px;
	 padding-bottom:10px;
}
#go_top{
	clear:both;
	text-align:right;
	padding-top:20px;
	padding-right:20px;
	padding-bottom:15px;
}

/*------------------padding-----------------------*/
.padding_10{
	padding:10px;
}
.padding_t10{
	padding-top:10px;
}
.padding_t15{
	padding-top:15px;
}
.padding_t20{
	padding-top:20px;
}
.padding_t40{
	padding-top:40px;
}
.padding_l10{
	padding-left:10px;
}
.padding_l20{
	padding-left:20px;
}
.padding_l40{
	padding-left:40px;
}
.padding_l60{
	padding-left:60px;
}
.padding_l245{
	margin-left: 245px;
}
.padding_b5{
	padding-bottom:5px;
}
.padding_b20{
	padding-bottom:20px;
}
.padding_b40{
	padding-bottom:40px;
}
.padding_t74{
	padding-top:74px;
}
.padding_r20{
	padding-right:20px;
}
.padding_r60{
	padding-right:60px;
}
.padding_r80{
	padding-right:80px;
}
.margin_l20{
	margin-left:20px;
}
.clear{
	clear:both;
}
.go_top{
	text-align: right;
}
.go_top a{
	color: #F66;
}
.go_top a:hover{
	color: #CCC;
}
.color_cya{
	color:#993300;
}
.color_red{
	color:#CC0000;
}
/*----------------Home---------------*/

#home{
	padding-left:15px;
	padding-right:15px;
	/*padding-top:20px;*/


}

#home02{
	padding-left:30px;
}
#map{
	float:left;
	width:410px;

}
#map02{
	width:400px;
	float:right; 
	
}
#map02 table{
	background-color: #FFF;
	border: 1px solid #C93;
}
#map02 table th{
	padding:10px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C93;
	background-color: #FFFFD9;
	text-align: center;
}
#map02 table td{
	padding:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C93;
	text-align: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #C93;
}
	
/*----------------about_us---------------*/

#about_us{
	padding-left:15px;
	padding-right:15px;
	/*padding-top:20px;*/


}
#about_us02{
	padding-top:20px;
	padding-left:50px;
}
#about_us02 table{
	background-color: #FFF;
	border: 1px solid #C93;
	width:830px;
}
#about_us02 table th{
	padding:5px;
	width:30%;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C93;
	background-color: #FFFFD9;
	text-align: center;
}
#about_us02 table td{
	padding:5px;
	width:70%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C93;
	text-align: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #C93;
}
#about_us03{
	padding-left:15px;
	padding-right:15px;
	padding-top:20px;
}
#about_us03 p{
	padding-left:60px;
	padding-right:30px;
}

/*----------------year---------------*/

#year{
	padding-left:15px;
	padding-right:15px;
	/*padding-top:20px;*/


}
#year table tr td.center{
	text-align: center;
}
/*----------------day---------------*/

#day{
	padding-left:15px;
	padding-right:15px;
	/*padding-top:20px;*/


}
#day #day_t{
	padding-left:50px;
}
#day #day_t table{
	width:870px;
	height:1250px;
	border:0;
	border-spacing:0;
	background-image: url(img/time.png);
	background-repeat: no-repeat;
	background-position: 200px;
}
#day #day_t table tr td{
	vertical-align: top;
	padding-left:10px;
	padding-right:10px;
}

