@charset "utf-8";

html,body{

}

body {
	color:#391F13;
	text-align:left;
	font-size:12px;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
	line-height:1.4;
	background: #FFE100 url(../img/bg.png);
}

a:link,
a:visited {
	color:#FF7F00;
	outline: none;
}

a:hover {
	color:#FF9E3E;
	text-decoration:underline;
	outline: none;
}

span.fake {
	color:#FF7F00;
	text-decoration: underline;
}

#wrapper {
	width:100%;
	padding-top: 44px;
}

/*------------------------------------------------
リセット
------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
	margin:0;
	padding:0;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img{
	border:0;
	vertical-align:bottom;
}

address, caption, cite, code, dfn, em, strong, var{
	font-style:normal;
	font-weight:normal;
}

ol, ul{
	list-style:none;
}

caption, th{
	text-align:left;
	font-weight:normal;
}

h1, h2, h3, h4, h5, h6{
	font-size:100%; font-weight:normal;
}

/*
q:before, q:after{
	content:".";
}
*/

abbr, acronym{
	border:0;
}

/*------------------------------------------------
ヘッダー
------------------------------------------------*/
#header {
	width:100%;
	height: 44px;
	background-color: #00913A;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5000;
}

#header .inner {
	position: relative;
	z-index: 1000;
	margin:0 auto;
}

/*#header h1 {
	text-align: center;
	position: relative;
	margin-bottom: -12px;
	top: -12px;
	z-index: -1;
}*/

#header .inner .logo_top {
	float: left;
	display: inline;
	padding-top: 8px;
	padding-left: 15px;
}
#header .inner #btn_menu {
	float: right;
	display: inline;
	cursor: pointer;
}
#header .inner #btn_menu:hover {
	opacity: 0.7
}


/*------------------------------------------------
メニュー
------------------------------------------------*/

#menu {
	clear: both;
	padding-bottom: 2px;
	position: fixed;
	top: 44px;
	left: 0;
	z-index: 5000;
	display: none;
	width: 100%;
}

#menu li {
	background-color: #FFF;
	width: 100%;
	margin-bottom: -2px;
}

#menu li a.act {
	position: relative;
	z-index: 100;
}
#menu li a {

}

#menu li.m1 a {
	background: url(../img/menu1.gif) no-repeat;
}
#menu li.m2 a {
	background: url(../img/menu2.gif) no-repeat;
}
#menu li.m3 a {
	background: url(../img/menu3.gif) no-repeat;
}
#menu li.m4 a {
	background: url(../img/menu4.gif) no-repeat;
}


#menu li.m1 a.act {
	background: url(../img/menu1_on.gif) no-repeat;
}
#menu li.m2 a.act {
	background: url(../img/menu2_on.gif) no-repeat;
}
#menu li.m3 a.act {
	background: url(../img/menu3_on.gif) no-repeat;
}
#menu li.m4 a.act {
	background: url(../img/menu4_on.gif) no-repeat;
}

#cover {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	/*background-color: #F00;*/
	width: 100%;
	height: 100%;
	min-height: 100%;
	display: none;
}

/*------------------------------------------------
コンテンツ
------------------------------------------------*/

#header_tag {
	margin-bottom: 15px;
	line-height: 1;
}

#contents {
	padding: 0 10px;
}

#contents .inner {
	margin: 0 auto;
	padding:0 0 30px;
	position: relative;
}

/*#contents h1 {
	margin-bottom: 6px;
	position: relative;
	z-index: 1000;
	text-align: left;
}*/

#contents h2 {
	background-color: #FF8000;
	margin-bottom: 25px;
	line-height: 1;
	padding: 10px 0;
	text-align: center;
}

.small {
	font-size: 10px!important;
}

#btn_gotop {
	position: fixed;
	bottom: -125px;
	right: 20px;
	z-index: 5000;
}

/*------------------------------------------------
フッター
------------------------------------------------*/

#footer {
	width:100%;
	color:#000;
	font-size:77%;
	background-color: #006934;
}

#footer .inner {
	margin:0 auto;
	padding:10px;
}

#footer .inner #logo {
	float:left;
	display:inline;
}

#footer .inner #copy {
	/*clear: both;*/
	padding: 7px 0;
	margin: 0 auto;
	text-align: center;
}



#footer .snsBox {
	float: right;
	display: inline;
	padding-top: 5px;
}

/*------------------------------------------------
その他
------------------------------------------------*/

.clear {
	clear:both;
}

.clearfix:after {
	content:"";
	display:block;
	clear:both;
}

.clearfix {
	zoom:1;
}


.mt0 {
	margin-top:0 !important;
}

.mt4 {
	margin-top:4px !important;
}

.mt8 {
	margin-top:8px !important;
}

.mt10 {
	margin-top:10px !important;
}

.mt15 {
	margin-top:15px !important;
}

.mt20 {
	margin-top:20px !important;
}

.mb0 {
	margin-bottom:0 !important;
}

.mb3 {
	margin-bottom:3px !important;
}

.mb5 {
	margin-bottom:5px !important;
}

.mb8 {
	margin-bottom:8px !important;
}

.mb10 {
	margin-bottom:10px !important;
}

.mb12 {
	margin-bottom:12px !important;
}

.mb15 {
	margin-bottom:15px !important;
}

.mb20 {
	margin-bottom:20px !important;
}

.mb25 {
	margin-bottom:25px !important;
}

.mb30 {
	margin-bottom:30px !important;
}

.mb35 {
	margin-bottom:35px !important;
}

.mb40 {
	margin-bottom:40px !important;
}

.mb50 {
	margin-bottom:50px !important;
}

.mb60 {
	margin-bottom:60px !important;
}

.ml0 {
	margin-left:0 !important;
}

.ml15 {
	margin-left:15px !important;
}

.ml20 {
	margin-left:20px !important;
}

.ml25 {
	margin-left:25px !important;
}

.ml30 {
	margin-left:30px !important;
}

.ml35 {
	margin-left:35px !important;
}

.mr0 {
	margin-right:0 !important;
}

.mr10 {
	margin-right:10px !important;
}

.mr13 {
	margin-right:13px !important;
}

.mr16 {
	margin-right:17px !important;
}

.mr30 {
	margin-right:30px !important;
}

.mr55 {
	margin-right:55px !important;
}

.pt0 {
	padding-top:0 !important;
}

.pt25 {
	padding-top:25px !important;
}

.pb0 {
	padding-bottom:0 !important;
}

.pb15 {
	padding-bottom:15px !important;
}

.pb25 {
	padding-bottom:25px !important;
}

.pl0 {
	padding-left:0 !important;
}

.pr0 {
	padding-right:0 !important;
}

.fwb{
	font-weight:bold !important;
}

.fll{
	float:left !important;
	display:inline !important;
}

.flr{
	float:right !important;
	display:inline !important;
}

.tac {
	text-align:center;
	width:100%;
}

.tar {
	text-align:right;
	width:100%;
}

.bb {
	border-bottom:1px #DADADA solid !important;
}

.bn {
	border:none !important;
}

.fs0 {
	font-size:0 !important;
}

.fs10 {
	font-size:10px !important;
}

.fs11 {
	font-size:11px !important;
}

.fs13 {
	font-size:13px !important;
}

.fs86 {
	font-size:86% !important;
}

.fs117 {
	font-size:117% !important;
}

.fs134 {
	font-size:134% !important;
}

.small {
	font-size:12px;
	display: block;
	margin-top: 10px;
}

a.bha:hover,
input.bha:hover{
/*	opacity: 0.50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-khtml-opacity: 0.50;
	-moz-opacity: 0.50;
	zoom:1;*/
}

.db {
	display:inline-block !important;
}