@charset "utf-8";
/*===========================================*/
/*==layout  ==*/
/*===========================================*/


#bg_in{
	width:100%;
	height:150px;
position:relative;
z-index:500;
margin:0 auto;
background:url(../images/bg_ha.png)  no-repeat top center;
	}


#main_contents a:hover img{
		opacity: 0.6;
	filter: alpha(opacity=60);

	}


/*===========================================*/
/*==囲み==*/
/*===========================================*/


.inner {
	width:980px;
	margin:0 auto;
	position: relative;
	z-index: 100000;


}
/*===========================================*/
/*==header==*/
/*===========================================*/

header {
	width:100%;
	position:relative;
	top:0px;
	z-index:100000;

}

header h1 {
	color:#FFF;
	font-size:93%;
	padding-top:3px;
	padding-bottom:2px;
	position:relative;
}

header h2 {
	width:201px;
	height:183px;
	position: absolute;
	top: 25px;
	left: -20px;
	z-index:100000;
}



header h2 a{
	display:block;
	width:201px;
	height:183px;
	}


/*===========================================*/
/*==gnav==*/
/*===========================================*/

nav#gNav ul li  {
	border-left:#FFF solid 1px;	
	border-right:#d2c7ab solid 1px;
	
}

nav#gNav ul li.no_left {
	border-left : hidden !important;
	
}

nav#gNav ul li.no_right {
	border-right : hidden !important;
	
}



/*===========================================*/
/*==サイドー==*/
/*===========================================*/

#side a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}


.side_box{
	width:236px;
	margin:20px auto;
	padding:0px 0px 10px 0;
	background:#FFFFFF;
	 border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
    position:relative;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.50);
	text-align:center !important;
	}
	

.side_box ul img {
	margin:0  auto!important;
	text-align:center !important;
	}


.side_box ul li{
	padding-bottom:8px;
	margin:0 ;
	}


.side_box ul.sub_menu li{
	border-bottom:#987E27 1px solid;
	margin:5px;
}


.side_box02{
	width:236px;
	margin:20px auto;
	padding:0px 0px 5px 0;
	background:#feeac7;
	 border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
    position:relative;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.50);
	text-align:center !important;
	}











/*===========================================*/
/*==お問合せー==*/
/*===========================================*/

#contact_box {
	background: url(../images/contact_box.gif) no-repeat top center;
	width:660px;
	height:150px;
}
#contact_box img {
	display:block;
}
#contact_box a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}



/*===========================================*/
/*==フッター==*/
/*===========================================*/
footer {
	width:100%;
	background:#a68a53 url(../images/bg_ha.png) no-repeat top center;;
	clear:both;
	position:relative;
	font-size:93%;
	color:#FFF;
}

footer ul {
	margin:30px 0px;
	padding-top:30px;

}


footer ul li {
	list-style:url(../images/list.png) inside;
	margin:10px 18px;
	float:left;
}



footer .copyright {
	text-align:center;
	padding:20px 0;
	font-size:93%;
	
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #FAF8E2;
}

/************************
* ページの先頭へ戻る   *
*************************/


/* page-top */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index:1500;
	color:#FFF;
}

#page-top a {
	color: #fff;
	padding:5px 10px;
	display:block;
	background:#5a3e1c;
}

#page-top a:hover {
	padding:5px 10px;
	color: #fff;
	background: #9C6B21;
	text-decoration:none;
}

 @media screen and (max-width:980px) {
#page-top {
	display: none;
}

#page-top a {
	display:none;
}

}
