@charset "utf-8";

/* --main-- */
body {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";	
 }
 
 
h1, h2, h3, h4, h5, h6 { margin: 0; }
ol, ul { margin: 0;}
dl { margin: 0; }
ol li {	list-style:none; }
ul li {	list-style:none; }
dl dd, ol li, ul li {	margin: 0; }
a {
	color: #CC0000;
}



.align-center {	text-align: center; }
.align-left {	text-align: left; }
.align-right {	text-align: right; }


.nonetext {
	font-size: 1px;
	line-height: 1px;
	text-indent: -99999px;
	overflow: hidden;
	outline: none;
}


.img_left{
	float:left;
	margin:0px 10px 10px 0px;
}



.img_right{
	float:right;
	margin:0px 0px 10px 10px;
}




/* --header---------------------------------- */


#header_wapper {
	margin:0px auto 0px auto;
	background: url(/image/hader_bg.gif);
	background-repeat: repeat;
}
	
	
#header {
	padding:15px 0px 15px 0px;
	width: 950px;
	height: 106px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#logo_area{
	float:left;
	width: 202px;
	height: 92px;
}


#site_title{
	margin:70px 0px 0px 5px;
	float:left;
	width: 300px;
	height: 21px;
}


#header_right_area{
	float:right;
	width: 330px;

}

#qa_b{
	margin:15px 0px 10px 0px;
	float:right;
	width: 98px;
	height: 21px;
}



#google_text{
	float:left;
	width: 100px;
	font-size:14px;
	color:#333333;

}

#google{
float:right;
	width: 230px;


}




/* ---top_main_img_area---------------------------------------------------------------------- */

#main_img_wapper {
	margin:0px auto 0px auto;
	padding:20px 0px 20px 0px;
	background-image: url(/image/main_img_bg_1.gif);	
}


#main_img_iner {
	margin:0px auto 0px auto;
	text-align: center;
	
}





/* ---top_main_NAVI_img_area---------------------------------------------------------------------- */

#main_navi_wapper {
	background-image: url(/image/main_navi_bg.gif);
	
}

#main_navi_iner {
	margin:0 auto;
	width:950px;
	
}





/* --main_btn-- */

#main_btn{
	margin: 0;  
  padding: 0; 
}


ul#main_btn {
    width:950px;
    margin:0;
    overflow:hidden;　/*float解除*/
    zoom:100%;　/*float解除*/
	
}

#main_btn li {
	float:left; /*次の要素を右側へ回り込ませる*/
    list-style:none; /*リストの●を消す*/
	
}

#main_btn li a {
	display:block; /*インラインからブロック要素へ変更*/
    height:78px; /*高さ*/
    width:158px; /*横幅*/
    text-align:center; /*テキストの位置*/
    font-weight:bold; /*テキストの太さ*/
    letter-spacing:1px; /*文字間隔*/
    text-indent:-9999px; /*テキストを横に飛ばして見えなくする*/
    background-image:url(/image/main_navi.gif); /*メニュー画像*/
    background-repeat:no-repeat; 
	
}


ul#main_btn a.home {background-position:0px 0px; width:158px;}
ul#main_btn li a.home:hover {background-position:0px -78px;}
 
ul#main_btn a.what {background-position:-158px 0px; width:158px;}
ul#main_btn li a.what:hover {background-position:-158px -78px;}
 
ul#main_btn li a.map {background-position:-316px 0px; width:158px;}
ul#main_btn li a.map:hover {background-position:-316px -78px;}
 
ul#main_btn li a.access {background-position:-474px 0px; width:158px;}
ul#main_btn li a.access:hover {background-position:-474px -78px;}
 
ul#main_btn li a.festival {background-position:-632px 0px;}
ul#main_btn li a.festival:hover {background-position:-632px -78px;}

ul#main_btn li a.history {background-position:-790px 0px;}
ul#main_btn li a.history:hover {background-position:-790px -78px;}






#second_page_img_wapper {
	margin:0px auto 0px auto;
/*	background: url(/image/hader_bg.gif);
	background-repeat: repeat;*/
}




#second_page_img {
	margin:0px auto 0px auto;
	width: 950px;
	text-align: center;
}






/* ---content_area---------------------------------------------------------------------- */

#content_wapper {
	margin:15px auto 0px auto;
}


#content_iner {
	margin:0px auto 0px auto;
	width: 950px;
	text-align: center;
}



#content_snap-iner {
	margin:0px auto 0px auto;
	text-align: center;
}



/*  contents_main_left   */
/***********************************************/


#contents_main_area {
	margin:10px 0px 0px 0px;
	float:left;
	padding: 0px 0px 0px 0px;
	width:660px;
	background-color:#FFFFFF;
}



#contents_main_area_in{
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


#contents_main_area_in h2{
	margin:10px 0px 15px 0px;
	padding: 5px 0px 5px 10px;
	font-size:18px;
	text-align:left;
	color:#4D0900;
	border-left-color: #4D0900;
	border-left-style: solid;
	border-left-width: 8px;
	border-bottom-color: #4D0900;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	line-height: 30px;
}



#contents_main_area_in h3{
	margin:10px 0px 15px 10px;
	padding: 5px 0px 5px 10px;
	font-size:15px;
	text-align:left;
	color:#4D0900;
	background-color:#DCBFB7;
	border-left-color: #4D0900;
	border-left-style: dotted;
	border-left-width: 1px;
	border-bottom-color: #4D0900;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-top-color: #4D0900;
	border-top-style: dotted;
	border-top-width: 1px;
	border-right-color: #4D0900;
	border-right-style: dotted;
	border-right-width: 1px;
	line-height: 30px;
}


#contents_main_area_in h4{
	margin:10px 0px 10px 10px;
	padding: 5px 0px 5px 10px;
	font-size:15px;
	text-align:left;
	color:#4D0900;
	border-bottom-color: #4D0900;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	line-height: 30px;
}


#contents_main_area_in p{
	margin:10px 0px 10px 10px;
	padding: 5px 0px 5px 10px;
	font-size:14px;
	text-align:left;
	color:#212121;
	line-height: 23px;
}



/*  tokusetu  */
/***********************************************/


#contents_main_area_tokusetu {
	margin:10px 0px 0px 0px;
	float:left;
	padding: 0px 0px 0px 0px;
	width:950px;
	background-color:#FFFFFF;
}




/*  NAVI   */
/***********************************************/


#main-area_right{
	margin:10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width:270px;
	float:right;
	
}







/* --footer---------------------------------------------------------------------------- */
#footer_wapper { 
	margin:50px auto 0px auto;
	background: url(/image/footer_bg.gif);
	background-repeat: repeat;
	 }

#footer_iner {
	padding:120px 0px 0px 0px;
	width: 996px;
	height:53px;
	margin:0px auto 0px auto;
	background-image: url(/image/footer_img.gif);
	background-repeat: no-repeat;	
}


