@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/header_bg.png);
	background-repeat: repeat-x;
}

#wrapper
{
	width:1200px;
	height:100%;
}
#header{
	height:252px;
	padding-top:0;
	margin-top:0;

}
#header h1{

}

#footer01{
		background-image: url(img/footer_bg.png);
			height: 60px;
	margin-top:-60px;/*下部分マージンを上げる*/
		background-position: center bottom;
		margin:0 auto;
		
}
#footer{
	width:1200px;
	background-image: url(img/footer_01.png);
	
	margin:0 auto;
	height: 60px;
	margin-top:-60px;/*下部分マージンを上げる*/
	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:1200px;
	height:252px;
			background-image:url(img/button.png);
background-repeat: no-repeat;
	padding-top:0;	

}
#button ul{
	width:1200px;
	padding-left:216px;
	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 /**/ :252px;
	padding-top:0px;
	background-image:url(img/button.png);
	color:#FFF;

}


#button li a:hover{
	/*opacity:0.5;*/
}
#nav01 a{background-position: -216px 0;width:168px;}
#nav02 a{background-position: -384px 0;width:158px;}
#nav03 a{background-position: -542px 0; width:295px;}
#nav04 a{background-position: -837px 0;width:172px;}
#nav05 a{background-position: -1009px 0;width:185px;}


#nav01 a.stay {background-position: -216px -252px;}
#nav02 a.stay  {background-position: -384px -252px;}
#nav03 a.stay {background-position: -542px -252px; }
#nav04 a.stay {background-position: -837px -252px;}




#nav01 a:hover {background-position: -216px -252px;}
#nav02 a:hover  {background-position: -384px -252px;}
#nav03 a:hover {background-position: -542px -252px; }
#nav04 a:hover {background-position: -837px -252px;}
#nav05 a:hover {background-position: -1009px -252px;}





/*-----------------------------------------*/
/*#main{
	width:1200px;
	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{
	width:780px;
	text-align: left;
	margin:0 auto;
	float:right;
	margin-bottom:0;
	padding-bottom:0;
	/*border-radius:20px;
	clear:both;
	height:auto;
	box-shadow:#CCC 1px 2px 7px 1px;

	background-image:url(img/main_bg.png);*/

}
#sideWrap{
	width:417px;
	height:857px;
	float:left;
	background-image: url(img/seide_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	/*background-color: #3F3;*/
	padding-bottom:0;
	margin-bottom:0;
}
 
#side{
}

#main h1{


}

#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;
	opacity:0.5;
}
.color_cya{
	color:#993300;
}
.color_red{
	color:#CC0000;
}
/*----------------Home---------------*/

#home{
	width:780px;
	text-align:left;


}
#slider{
	padding-top:20px;
	width:600px;
	padding-left:90px;

}
.font_line{
	line-height: 28px;
	background-image: url(img/font_line.png);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right:20px;
}
#home_table{
	width:700px;
	padding-top:40px;
	/*padding-left:20px;*/
}
#home_table table{
	border: 1px solid #CCC;	
}
#home_table table tr th{
	padding:5px;
	font-weight: normal;
	text-align:center;
	width:30%;
	background-image: url(img/home_th.png);
}
#home_table table tr td{
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCC;
}
#map{
	width:780px;	border: 1px solid #999;
}
#map_canvas{
	width:774px;
	height:320px;
	margin:3px;

}
/*----------------about_us---------------*/

#about_us{
	width:780px;
	text-align:left;
	padding-top:20px;


}
#about_us_table{
	width:700px;
	/*padding-top:20px;*/
	/*padding-left:20px;*/
}
#about_us_table table{
	border: 1px solid #CCC;	
}
#about_us_table table tr th{
	padding:5px;
	font-weight: normal;
	text-align:center;
	width:27%;
	background-image: url(img/home_th.png);
}
#about_us_table table tr td{
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCC;
}
#about_us ul {
	padding-left:20px;
	padding-right:20px;
}
#about_us ul li{
	padding-top:20px;
	background-image: url(img/dot.png);
	background-repeat: no-repeat;
	background-position: 2px 22px;
	padding-left: 20px;
	list-style-type: none;
}
#about_us_table02{
	width:700px;
	/*padding-top:20px;*/
	/*padding-left:20px;*/
}
#about_us_table02 table{
	border: 1px solid #CCC;	
}
#about_us_table02 table tr th{
	padding:5px;
	font-weight: normal;
	text-align:center;
	width:30%;
	background-image: url(img/home_th.png);
}
#about_us_table02 table tr td{
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #CCC;
}
.red_line{
	color:#F00;

}
/*----------------day---------------*/

#day{
	width:780px;
	text-align:left;
	padding-top:20px;


}
#day #day01{
}
#day #day01 #d_left{
	width:380px;
	float:left;
}
#day #day01 #d_rigt{
	width:380px;
	float:left;
	padding-left:15px;
}
#day table{
	width:100%;
}

#day table tr th{
	width:30%;
}
#day table tr td{
	width:70%;
	padding:10px;
	border: 1px dashed #CCC;	
}
/*----------------year---------------*/

#year{
	width:780px;
	text-align:left;
	padding-top:20px;


}
#year table{
	width:100%;
}

#year table tr th{
	width:33%;
	text-align:center;
}
#year table tr td{
	padding:15px;
	border: 1px dashed #CCC;
}
.center{
	text-align:center;
}