@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 {
	color:#999999;
    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%;

			background-image: url(img/header_bg.png);
				background-repeat: repeat-x;
}
#header{
	height:286px;
	padding-top:0;
	margin-top:0;

}
#header01{
	width:760px;
	margin:0 auto;
	text-align:left;
}
#header01 h1{
	padding-top:20px;
	height:94px;

}

#footer01{
		background-image: url(img/footer_bg.png);
			height: 50px;
	margin-top:-50px;/*下部分マージンを上げる*/
		background-position: center bottom;
		margin:0 auto;
		
}
#footer{
	width:1200px;
	background-image: url(img/footer_01.png);
	
	margin:0 auto;
	height: 50px;
	margin-top:-50px;/*下部分マージンを上げる*/
	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;
}

/*-----------------ボタン------------------------*/
nav {
	width: 100%;
	/*レイヤー順↓*/
	z-index:10000;

}
nav.fixed {
	position: fixed;
	left: 0;
	top: 0;

}


#button {
	margin:0 auto;
	/*width:830px;*/
	height:172px;
	background-image:url(img/button_bg.png);
	background-repeat: repeat-x;
	padding-top:0;
}
#button ul{
	width:830px;
	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 /**/ :140px;
	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:197px;}
#nav02 a{background-position: -197px 0;width:226px;}
#nav03 a{background-position: -423px 0; width:217px;}
#nav04 a{background-position: -640px 0;width:188px;}


#nav01 a.stay {background-position: 0 -140px;}
#nav02 a.stay  {background-position: -197px -140px;}
#nav03 a.stay {background-position: -423px -140px; }
#nav04 a.stay {background-position: -640px -140px;}




#nav01 a:hover {background-position: 0 -140px;}
#nav02 a:hover  {background-position: -197px -140px;}
#nav03 a:hover {background-position: -423px -140px; }
#nav04 a:hover {background-position: -640px -140px;}





/*-----------------------------------------*/
/*#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:800px;
	text-align: left;
	margin:0 auto;
	margin-bottom:0;
	padding-bottom:0;
	/*border-radius:20px;
	clear:both;
	height:auto;
	box-shadow:#CCC 1px 2px 7px 1px;*/



}

#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{
	text-align:left;


}
#slider{
	padding-top:20px;
	width:600px;
	padding-left:100px;

}
.overimg{
	position:absolute;
	top: 560px;
	text-align:center;
	margin-right:50px;
}

.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:800px;
	padding-top:20px;
	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-color:rgba(255,255,255,0.4);
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
#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;
}

#home h3{
	font-size:28px;
	font-weight: normal;
	color: #C08F45;
}
#home #moku{
}
#home #moku ul{
	padding-left:50px;
}
#home #moku ul li{
	padding-top:10px;

}
.moku01{
	background-image: url(img/hana02.png);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding-left: 45px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	width:600px;
}
.moku02{
		background-image: url(img/hana01.png);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding-left: 45px;
		border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	width:600px;
}
.moku03{
		background-image: url(img/hana03.png);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding-left: 45px;
		border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	width:600px;
}
.brown{
	color: #9A7234;
}
#map{
	width:380px;	border: 1px solid #999;
}
#map_canvas{
	width:374px;
	height:380px;
	margin:3px;

}
#home02{
}
#home02 #h_l{
	width:400px;
	float:left;
}
#home02 #h_r{
	width:400px;
	float:right;
}

/*----------------day_year---------------*/

#day_year{
	text-align:left;


}
#day_year02{
}
#day_year02 p{
	width:384px;
	border: 1px dashed #999;
	padding: 5px;
	margin:3px;
}
#day_year02 #d_l{
	width:400px;
	float:left;
}
#day_year02 #d_r{
	width:400px;
	float:right;
}
.line{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	line-height: 36px;
}
#day_year ul li{
	float:left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	line-height: 36px;
	background-image: url(img/day_li.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding-left: 30px;
}
/*----------------kosodate---------------*/

#kosodate{
	text-align:left;


}
#kosodate01{
	padding-left:20px;


}
#kosodate #kosodate01 ul{
	padding-left:50px;
}
#kosodate #kosodate01 ul li{
	padding-top:10px;

}
.kosodate01{
	background-image: url(img/hana02.png);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding-left: 45px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	width:600px;
}
.kosodate02{
		background-image: url(img/hana01.png);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding-left: 45px;
		border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	width:600px;
}
.kosodate03{
		background-image: url(img/hana03.png);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding-left: 45px;
		border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	width:600px;
}
.blod{
	font-weight:bold;
}
#kosodatebox{
}
#k_box00{
	width:200px;
	float:left;
	text-align:center;
}

#kosodatebox p{
	width:180px;
	border: 1px dashed #999;
	padding: 5px;
	margin:3px;
	text-align:left;
}
#kosodate02{
	clear:both;
}
#kosodate h3{
	font-size:28px;
	font-weight: normal;
	color: #C08F45;
}
#kosodate02 ul {
	padding-left:20px;
	width:600px;
}
#kosodate02 ul li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	line-height: 36px;
	background-image: url(img/day_li.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding-left: 30px;
}
#kosodate03{
	padding-top:20px;
}
#map02{
	width:380px;	border: 1px solid #999;
}
#map02_canvas{
	width:374px;
	height:380px;
	margin:3px;

}
#kosodate03 #k_l{
	width:400px;
	float:left;
}
#kosodate03 #k_r{
	width:400px;
	float:right;
}