@charset "UTF-8";
/************************************************/
* {
	margin:0;
	padding:0;
	font-weight: normal;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	letter-spacing:0.1em;
	background:url(../img/bg.jpg) repeat-x;
}
body {
  -webkit-text-size-adjust: 100%;
}/*スマホのフォント自動調整をオフ*/
a {
text-decoration: none;
}
a:link,
a:visited {
	color:#000;
}
a:hover,
a:active {
	color:#7DB498;
}
a img {
	border:none;
}
a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	}	
img{
	vertical-align: bottom;
}
ul {
	display: inline;
	list-style-type: none;
	line-height: 0;  /*ulとdivとの間の隙間を取る*/
	}
#nav a:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);

}
ul li {
	display: inline;
	float: left;
	list-style-type:none;
}
table{
	border-collapse: collapse;
	}
/*クリアフィックス*/
.clearfix:after {
	/*clear: both;*/
	content: ".";
	display: block;
	/*height: 0;*/
	visibility: hidden;
}
.clearfix { display: inline-table; }	
/************************************************/
.sidenav{
	width: 165px;
	float: left;
	padding: 30px 10px 10px 0;
}
#contents{
	width: 760px;
	float: left;
	margin-top: 30px;
	}
img.bn{
	margin-bottom: 17px;
	}
#bt_link{
	width: 715px;
	margin: 30px 10px 10px 20px;
	float: left;
	}
#sougei{
	width: 715px;
	margin: 30px 10px 10px 20px;
	float: left;
	}
img.bt{
	margin-right: 22px;
	}
#headernav{
	width: 940px;
	}
#main{
	width: 940px;
	background:url(../img/header/main.jpg) no-repeat;
	float: left;
	}
img.header_img{
	float: left;
	}
#headernav_top{
	background-color: #7B7160;
	height: 30px;
	}
h1{
	float: left;
	font-size: 12px;
	margin: 6px 0 5px 10px;
	color: #777;
	width: 940px;
	}
.header_link{
	float: right;
	font-size: 12px;
	margin: 6px 15px 5px 5px;
	color: #fff;
	}
#wrapper_top{
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 100%;
	}
#wrapper_top_inner{
	width: 940px;
	margin: 0 auto;
	min-width: 940px;/*スマホ背景用*/
	}
#wrapper_middle{
	width: 100%;
	height: px;
	background:url(../img/) repeat-x;
	}
#wrapper_middle_inner{
	width: 1080px;
	margin: 0 auto;
	min-width: 1080px;/*スマホ背景用*/
	}
#totop{
	margin: 10px 25px;
	float: right;
	}
#wrapper_bottom{
	width: 100%;
	height: 235px;
	background:url(../img/footer/bg) repeat-x;
	background-color: #F7C48D;
	margin-top: 30px;
	}
#wrapper_bottom_inner{
	width: 940px;
	margin: 0 auto;
	min-width: 940px;/*スマホ背景用*/
	}
#footer_left{
	float: left;
	width: 148px;
	}
#footer_middle{
	float: left;
	width: 520px;
	}
.footer_link{
	margin-top: 30px;
	font-size: 9pt;
	width: 520px;
	}
.footer_add_left{
	float: left;
	width: 230px;
	padding: 5px 5px 0 15px;
	}
.footer_add_right{
	float: left;
	width: 250px;
	padding: 5px 5px 0 15px;
	}
#footer_right{
	float: left;
	width: 265px;
	}
address {
    font-style: normal;
    text-align: center;
    width: 940px;
    margin-top: 10px;
}