@charset "utf-8";
/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, figure {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 1em;
}
body, table, input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
} article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
	color: #2A2A2A;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p {  }
td {
	line-height: 1.5em;
	vertical-align: top;
	font-size: 1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
image { margin: 0; padding: 0; border-width: 0; }
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/

#h1container {
	vertical-align: top;
	width: auto;
}
#boxcontainer {
	vertical-align: top;
	padding: 0;
	width: 100%;
	text-align: center;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

#headercontainer {
	vertical-align: top;
	padding: 0;
	width: 100%;
	text-align: center;
}


/*------------------------------------------------------------
	リンク
------------------------------------------------------------*/


a:visited {
	color: #00F;
}
a:hover {
	color: #ff6f00;
	text-decoration: none;
}
a:active {  }

/*------------------------------------------------------------
	メニュー
------------------------------------------------------------*/




/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

#contents p {
	margin-top: 8px;
	margin-bottom: 4px;
}
#boxcontents p {
	margin-top: 10px;
	margin-bottom: 5px;
}
.graph-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 8px;
	max-width: 40%;
	height: auto;
}
.graph-left {
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
	max-width: 40%;
	height: auto;
}
.graph-max {
	max-width: 100%;
	height: auto;
}
.text-center {
	text-align: center;
}
.text-center2 {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.text-right {
	text-align: right;
}
.text-brown {
	color: #5c472a;
}
.text-orange {
	color: #F17F00;
}
.text-pink { color: #ff0067; }
.text-green {
	color: #3B820A;
}
.text-blue {
	color: #0046D9;
}
.text-red { color: #f00; }
.text-in {
	padding-left: 15px;
}
.text-1 { font-size: 10px; }
.text-12 {
	font-size: 12px;
}
.text-16bold {
	font-size: 16px;
	font-weight: bold;
}

.text-13em {
	font-size: 1.3em;
}
.text-12boldpink {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF0067;
}
.text-11boldblue {
	font-size: 1.1em;
	font-weight: bold;
	color: #0081D8;
}
.text-16boldred {
	font-size: 1.4em;
	font-weight: bold;
	color: #f00;
}
.back a{
	text-align: center;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #a6a7a7;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #F1F8EF;
	color: #3F572F;
}
hr { height: 1px; clear: both; }
ul { margin-top: 0; margin-right: 0; margin-bottom: 0; list-style-type: disc; }
ol { margin-top: 10px; margin-right: 0; margin-bottom: 10px; list-style-type: decimal; }
#contents ul li {
	text-decoration: none;
	margin-left: 20px;
	list-style-image: url(../img/list-icon.png);
	line-height: 1.8em;
	margin-bottom: 3px;
}
#contents ol li {
	text-decoration: none;
	margin-left: 25px;
}
#menu ul li {
	text-decoration: none;
	margin-left: 20px;
	list-style-image: url(../img/list-icon.gif);
	line-height: 1.8em;
}
.text-strike {
	text-decoration: line-through;
}
.text-underline {
	text-decoration: underline;
}
.more {
	line-height: 1.4;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 10px;
	background-color: #B7F39B;
	display: inline-block;
	border-radius: 8px;
	margin-bottom: 15px;
}
.more a {
	color: #363636;
}
.waku1 {
	line-height: 1.4;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	background-color: #F2FCFD;
	display: inline-block;
	border-radius: 8px;
	margin-bottom: 15px;
	border: 3px double #95ADBB;
}
#infobox {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border: 2px solid #46E100;
	padding-top: 5px;
	background-color: #F7FFF4;
	padding-left: 15px;
	margin-top: 20px;
	padding-right: 15px;
	font-size: 0.9em;
}
#infobox2 {
	margin-bottom: 40px;
	padding-bottom: 15px;
	border: 2px solid #46E100;
	padding-top: 5px;
	background-color: #F9F9F9;
	padding-left: 15px;
	margin-top: 30px;
	border-radius: 7px;
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 15px;
}
#bunnerbox ul li {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	list-style: none;
	line-height: 1.5em;
}
#bunnerbox li {
	float: left;
	width: 94px;
	list-style: none;
}
#bunnerbox:after {
	content: "";
	display: block;
	clear: both;
}
#bunnerbox img {
	max-width: 100%;
	height: auto;
}

/*------------------------------------------------------------
	ボタン
------------------------------------------------------------*/

.button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #7B5A4C;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 0 #1D1D1D;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 1.1em;
	padding-left: 8px;
	padding-right: 8px;
}
.button:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .2s;
}
.button:hover {
	background-color: #BF9584;
	color: #FFFFFF;
}
.button2 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #3BA31B;
	border-radius: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 1.1em;
	padding-left: 0px;
	padding-right: 0px;
	width: 30%;
	color: #FFFFFF;
	margin-left: 3px;
	margin-right: 3px;
}
.button2:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .2s;
}
.button2:hover {
	background-color: #FBA523;
	color: #0F0F0F;
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

/*------------------------------------------------------------
	クリアフィクス
------------------------------------------------------------*/
.clear {
	clear: both;
}  
.clear hr {
	display: none;
}
.space {
	height: 20px;
}  
.space hr {
	display: none;
}

/*------------------------------------------------------------
	RSS
------------------------------------------------------------*/

/* ボックス全体枠 */
.rss-box {
	text-align:left;
	margin: 0;
	padding: 0px;
}

/* RSSフィード　サイトタイトル表示 */

.rss-title {
	padding: 0;
	margin: 0px;
}

/* RSSフィード　サイトタイトル表示　リンクカラー */

.rss-title a {



}

/* RSSフィード　記事一覧の大枠 */

.rss-items {

}

/* RSSフィード　サイト説明文・記事タイトル・記事内容 */

.rss-item {
	padding: 0;
	margin: 0;
	line-height: 1.3em;
}

/* RSSフィード　サイト説明文・記事タイトル・記事内容 リンクカラー */

.rss-item a:link ,

.rss-item a:visited ,

.rss-item a:active {
	text-decoration : underline;
	color: blue;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

/* RSSフィード　サイト説明文・記事タイトル・記事内容 リンクカラー：ロールオーバー */

.rss-item a:hover {

color: #ff7d00;

}

/* RSSフィード　記事日付 */

.rss-date {
	color: #F75600;
	font-size: 11px;
	font-weight : normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	line-height: 14px;
}


/*------------------------------------------------------------
	YouTube
------------------------------------------------------------*/

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-top: 10px;
	margin-bottom: 20px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}










/* ########## 599px以下 ########## */

@media (max-width: 599px) {

/*------------------------------------------------------------
	モバイルメニューボタン
------------------------------------------------------------*/
#mobile-menu{
	position: fixed;
	top: 0;
	display: block;
	clear: both;
	width: 100%;
	margin-top: 0px;
	height: 5px;
}
#right-menu {
	display: block;
	font-size: 1px;
	text-indent: -9999px;
	vertical-align: middle;
	width: 42px;
	background-image: url(../img/menu.png);
	background-repeat: no-repeat;
	height: 0;
	background-size: 100% 100%;
	float: right;
	margin-top: 18px;
	margin-right: 5px;
	padding-top: 51px;
} 
#right-menu a{
	color: #fff;
	display: block;
	cursor: pointer;
	line-height: 100%;
}
	
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

#box {
	vertical-align: top;
	text-align: center;
	width : 96%;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}
#boxcontents {
	line-height: 1.6;
	text-align: left;
	vertical-align: top;
	width: 100%;
	float: right;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 50px;
	margin-left: 0px;
	clear: right;
	font-size: 0.85em;
	margin-right: 0px;
	margin-top: 0px;
}
#contents {
}

.sp-off {
	display: none;
}

/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/

#container {
	vertical-align: top;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	width: 100%;
	background-image: url(../img/sp-bg.jpg);
	background-repeat: repeat-x;
	background-size: 100% auto;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

h1 {
	font-size: 8px;
	font-weight: normal;
	text-align: left;
	margin-right: 2%;
	margin-left: 2%;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#h1-inner {
	vertical-align: bottom;
	margin-right: auto;
	margin-left: auto;
	max-width: 930px;
}
#header {
	vertical-align: top;
	background-image: url(../img/sp-headercontainer-bg.jpg);
	position: fixed;
	width: 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	border-bottom: 2px solid #A6A6A6;
	clear: both;
}
#headercontainer {
	vertical-align: top;
	text-align: left;
}
#header img{
	vertical-align: top;
	clear: both;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 65px;
	width: auto;
}

/*------------------------------------------------------------
	メニュー
------------------------------------------------------------*/

#navicontainer {
	width: 100%;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 85px;
	padding-bottom: 10px;
}
#global {
	font-size: 1px;
	text-decoration: none;
	text-align: left;
	clear: both;
	display: block;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#global:after {
	content: "";
	display: block;
	clear: both;
}
#global ul li {
	text-decoration: none;
	display: inline;
	text-indent: -9999px;
	list-style-type: none;
	list-style-position: inside;
  }
#global a:link { text-decoration: none; }
#global a:hover { text-decoration: none; }
#global a:visited { text-decoration: none; }

#global li.n01 a, .global li.n01 a:hover{
	float: left;
	width: 16.66%;
	height: 0;
	display: block;
	text-indent: -9999px;
	background-image: url(../img/sp/menu_01.jpg);
	overflow: hidden;
	background-size: cover;
	padding-top: 8.28%;
	margin-left: 2%;
	margin-top: 3%;
	margin-right: 1%;
	margin-bottom: 0.5%;
}

#global li.n02 a, .global li.n02 a:hover{
	float: left;
	width: 37.66%;
	height: 0;
	display: block;
	text-indent: -9999px;
	background-image: url(../img/sp/menu_02.jpg);
	overflow:hidden;
	background-size: cover;
	padding-top: 8.28%;
	margin-left: 1%;
	margin-top: 3%;
	margin-right: 1%;
	margin-bottom: 0.5%;
}
#global li.n03 a, .global li.n03 a:hover{
	display: none;
}
#global li.n04 a, .global li.n04 a:hover{
	float: left;
	width: 37.66%;
	height: 0;
	display: block;
	text-indent: -9999px;
	background-image: url(../img/sp/menu_03.jpg);
	overflow: hidden;
	background-size: cover;
	padding-top: 8.28%;
	margin-left: 1%;
	margin-top: 3%;
	margin-right: 2%;
	margin-bottom: 0.5%;
}
#global li.n05 a, .global li.n05 a:hover{
	display: none;
}

#menu {
	line-height: 1.3px;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 0%;
	padding-left: 0%;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: right;
	font-size: 0.85em;
	width: 100%;
	border-top: 1px solid #9E9E9E;
}
#menu p {
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.6em;
}
#menu a {
	text-decoration: none;
}
#menu a:hover {
	text-decoration: none;
	color: #ff6f00;
}
#menu ul li {
	text-decoration: none;
	list-style-image: url(../img/list-icon.png);
	margin-left: 18px;
	line-height: 1.6em;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

h2 {
	font-size: 1em;
	font-weight: bold;
	background-position: 5px 9px;
	clear: both;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 32px;
	border-bottom: 4px solid #46e100;
	background-color: #f1f2f2;
	background-image: url(../img/h2.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #a6a7a7;
	border-right: 1px solid #a6a7a7;
	border-top: 1px solid #a6a7a7;
	background-size: 19px auto;
}
#contents h3{
	font-size: 1em;
	font-weight: bold;
	background-repeat: repeat-y;
	clear: both;
	margin-top: 1.6em;
	margin-right: 0;
	margin-bottom: 1.2em;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-left: 10px solid #46e100;
	border-bottom: 2px solid #c8c9c9;
	padding-right: 5px;
}
#contents h4{
	font-size: 1em;
	font-weight: bold;
	clear: both;
	margin-top: 1.5em;
	margin-right: 0;
	margin-bottom: 0em;
	padding-top: 7px;
	padding-bottom: 2px;
	padding-left: 40px;
	margin-left: 1px;
	background-image: url(../img/h4icon.gif);
	background-repeat: no-repeat;
	background-position: 0% 3px;
	height: 32px;
}
.box1 {
	line-height: 1.5;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
.box2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	text-align: left;
}
.box3 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	text-align: left;
}



/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#footer {
	font-size: 0.65em;
	line-height: 1.7em;
	vertical-align: top;
	clear: both;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-right: 2%;
	margin-left: 2%;
	width: 96%;
	padding-top: 10px;
}
#footerbox {
	vertical-align: top;
	order-right-style: solid;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: left;
	border-top: 1px solid #36AE00;
	background-color: #E6ECE5;
	background-image: url(../img/footer-bg.jpg);
	background-repeat: repeat-x;
	padding-top: 5px;
}
#footermenu {
	clear: both;
	margin-right: 30%;
	margin-left: 0%;
	width: 70%;
}
#footer p {
	margin-top: 2px;
	margin-bottom: 2px;
}
.footertext {
	color: #FFF;
	font-size: 8px;
	background-color: #36AE00;
	text-align: center;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/*------------------------------------------------------------
	ページトップボタン
------------------------------------------------------------*/

#pageTop {
	position: fixed;
	bottom: 30px;
	right: 5px;
	width: 50px;
	background-image: url(../img/pagetop.png);
	background-size: 50px 50px;
	font-size: 1px;
	text-indent: -9999px;
}
#pageTop a {
	display: block;
	z-index: 999;
	width: 50px;
	height: 50px;
}
#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}



}





/* ########## 600px以上 ########## */

@media (min-width: 600px) {

/*------------------------------------------------------------
	モバイルメニューボタン
------------------------------------------------------------*/
#mobile-menu{
	display: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

#bodybox {
	min-width: 970px;
	overflow: hidden;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-color: #f3fdf0;
}	
#box {
	vertical-align: top;
	text-align: center;
	width : 80%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	min-width: 950px;
	max-width: 1200px;
}
#boxcontents {
	line-height: 1.6em;
	text-align: left;
	vertical-align: top;
	width: 100%;
	float: left;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 40px;
	margin-left: 0px;
	font-size: 0.85em;
	margin-top: -5px;
	margin-right: -270px;
}
#contents {
	clear: both;
	margin-left: 20px;
	margin-right: 270px;
}
#pc-off {
	display: none;
}

/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/

#container {
	vertical-align: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	min-width: 970px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

#header {
	text-align: center;
	vertical-align: top;
	height: 120px;
	padding: 0;
	margin: 0px;
}
#headercontainer {
	vertical-align: top;
	padding: 0;
	order-right-style: solid;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 80%;
	text-align: left;
	height: 120px;
	background-image: url(../img/headercontainer-bg.jpg);
	background-repeat: no-repeat;
	background-position: right 0%;
	min-width: 950px;
	max-width: 1200px;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 0;
}
#h1-inner {
	vertical-align: bottom;
	margin-right: auto;
	margin-left: auto;
}



/*------------------------------------------------------------
	メニュー
------------------------------------------------------------*/

#navicontainer {
	vertical-align: top;
	width: 100%;
	text-align: center;
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../img/header-bg.jpg);
	background-repeat: repeat-x;
}
#global {
	text-decoration: none;
	text-align: left;
	height: 50px;
	clear: both;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 80%;
	min-width: 950px;
	max-width: 1200px;
}
#global ul li {
	text-decoration: none;
	display: inline;
	text-indent: -9999px;
	list-style-type: none;
	list-style-position: inside;
}
#global a:link { text-decoration: none; }
#global a:hover { text-decoration: none; }
#global a:visited { text-decoration: none; }
#global ul li.n01 {
	display: block;
	float: left;
	width: 11.4%;
	height: 50px;
	outline: none 0;
	background-image: url(../img/menu/m01.gif);
	border-left: 1px solid #a6a7a7;
	border-right: 1px solid #a6a7a7;
	background-position: center 0%;
	background-repeat: no-repeat;
}
#global ul li.n01 a {
	display: block;
	float: left;
	width: 100%;
	height: 50px;
	outline: none 0;
}
#global ul li.n01 a:hover {
	background-image: url(../img/menu/m01a.gif);
	background-position: center 0%;
	background-repeat: no-repeat;
}
#global ul li.n02 {
	display: block;
	float: left;
	width: 22.1%;
	height: 50px;
	outline: none 0;
	background-image: url(../img/menu/m02.gif);
	background-repeat: no-repeat;
	background-position: center 0%;
	border-right: 1px solid #a6a7a7;
}
#global ul li.n02 a {
	display: block;
	float: left;
	width: 100%;
	height: 50px;
	outline: none 0;
}
#global ul li.n02 a:hover {
	background-image: url(../img/menu/m02a.gif);
	background-position: center 0%;
	background-repeat: no-repeat;
}
#global ul li.n03 {
	display: block;
	float: left;
	width: 22.1%;
	height: 50px;
	outline: none 0;
	background-image: url(../img/menu/m03.gif);
	background-repeat: no-repeat;
	border-right: 1px solid #a6a7a7;
	background-position: center 0%;
}
#global ul li.n03 a {
	display: block;
	float: left;
	width: 100%;
	height: 50px;
	outline: none 0;
}
#global ul li.n03 a:hover {
	background-image: url(../img/menu/m03a.gif);
	background-position: center 0%;
	background-repeat: no-repeat;
}
#global ul li.n04 {
	display: block;
	float: left;
	width: 22.1%;
	height: 50px;
	outline: none 0;
	background-image: url(../img/menu/m04.gif);
	background-repeat: no-repeat;
	border-right: 1px solid #a6a7a7;
	background-position: center 0%;
}
#global ul li.n04 a {
	display: block;
	float: left;
	width: 100%;
	height: 50px;
	outline: none 0;
}
#global ul li.n04 a:hover {
	background-image: url(../img/menu/m04a.gif);
	background-position: center 0%;
	background-repeat: no-repeat;
}
#global ul li.n05 {
	display: block;
	float: left;
	width: 21.6%;
	height: 50px;
	outline: none 0;
	background-image: url(../img/menu/m05.gif);
	background-repeat: no-repeat;
	border-right: 1px solid #a6a7a7;
	background-position: center 0%;
}
#global ul li.n05 a {
	display: block;
	float: left;
	width: 100%;
	height: 50px;
	outline: none 0;
}
#global ul li.n05 a:hover {
	background-image: url(../img/menu/m05a.gif);
	background-position: center 0%;
	background-repeat: no-repeat;
}
	
	
	
	
	
	
	
	
	
#menu {
	line-height: 1.3px;
	text-align: left;
	vertical-align: top;
	width: 198px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: right;
	font-size: 0.85em;
	float: right;
	background-color: #f3fbf3;
	border: 1px solid #a6a7a7;
}
#menu p {
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.6em;
}
#menu a {
	text-decoration: none;
}
#menu a:hover {
	text-decoration: none;
	color: #ff6f00;
}
#menu ul li {
	text-decoration: none;
	list-style-image: url(../img/list-icon.png);
	margin-left: 18px;
	line-height: 1.6em;
}
	

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

h2 {
	font-size: 1.3em;
	font-weight: bold;
	background-position: 7px 9px;
	height: 28px;
	clear: both;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 14px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 55px;
	border-bottom: 4px solid #46e100;
	background-color: #f1f2f2;
	background-image: url(../img/h2.jpg);
	background-repeat: no-repeat;
	border-left: 1px solid #a6a7a7;
	border-right: 1px solid #a6a7a7;
	border-top: 1px solid #a6a7a7;
}
#contents h3{
	font-size: 1.2em;
	font-weight: bold;
	background-repeat: repeat-y;
	clear: both;
	margin-top: 1.6em;
	margin-right: 0;
	margin-bottom: 1.2em;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-left: 10px solid #46e100;
	border-bottom: 2px solid #c8c9c9;
}
#contents h4{
	font-size: 1.1em;
	font-weight: bold;
	clear: both;
	margin-top: 1.5em;
	margin-right: 0;
	margin-bottom: 0em;
	padding-top: 7px;
	padding-bottom: 2px;
	padding-left: 40px;
	margin-left: 1px;
	background-image: url(../img/h4icon.gif);
	background-repeat: no-repeat;
	background-position: 0% 3px;
	height: 32px;
}
.box1 {
	line-height: 1.3;
	width: 340px;
	float: left;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
.box2 {
	line-height: 1.3;
	width: 340px;
	float: right;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
.box3 {
	line-height: 1.3;
	width: 320px;
	float: right;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}





/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#footerbox {
	font-size: 0.75em;
	line-height: 1.5em;
	vertical-align: top;
	clear: both;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin: 0;
	background-color: #e6ece5;
	border-top: 1px solid #36ae00;
	background-image: url(../img/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: center 0%;
}
#footer {
	vertical-align: top;
	order-right-style: solid;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	width: 80%;
	text-align: left;
	padding-right: 0px;
	margin-right: auto;
	min-width: 950px;
	max-width: 1200px;
}
#footer p {
	margin-top: 2px;
	margin-bottom: 5px;
}
.footertext {
	color: #FFF;
	font-size: 12px;
	background-color: #36ae00;
	text-align: center;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 2px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/*------------------------------------------------------------
	ページトップボタン
------------------------------------------------------------*/

#pageTop {
	position: fixed;
	bottom: 30px;
	right: 10px;
	width: 60px;
	background-image: url(../img/pagetop.png);
	background-size: 60px 60px;
	font-size: 1px;
	text-indent: -9999px;
}
#pageTop a {
	display: block;
	z-index: 999;
	width: 60px;
	height: 60px;
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}


}
