@charset "utf-8";


/* basic
-----------------------------------------------------------*/

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	min-width: 980px;
}

a{
	color:#005800;
	text-decoration: underline;
	overflow:hidden;
	outline:none;
}

a:hover{
	color:#3c3c3c;
	text-decoration:underline;
}

a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

img{
	padding: 0;
	border: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}


#container{
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*.clearfix:after{
	content: "";
	clear: both;
	display: block;
}*/


.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
 
.clearfix:after {
    clear: both;
}
 
.clearfix {
    *zoom: 1; /* for IE 6/7 only */
}

.clear{
	clear: both;
}


/* IE png */

img{
    background: #FFF\9;
}

/* header
-----------------------------------------------------------*/

#header{
	width: 100%;
	height: 100px;
	border-bottom: 3px solid #005800;
}

#header .innr{
	width:980px;
	margin:0 auto;
	position: relative;
}

#header .innr #logo{
	float: left;
	padding-top: 17px;
	position: relative;
}

#header .innr #logo h1{
	margin: 0;
    padding: 0;
    width: 366px;
	position: relative;
	z-index: 20;
}
#header .innr #logo p{
	position: absolute;
	bottom: -8px;
	right: -68px;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#header .innr #logo .sub{
  padding: 0px 0 2px 10px;
  width: 400px;
  margin: 21px 0;
}

#header .innr #btn{
	float: right;
	padding-top: 20px;
}

#header #btn img{
	margin-left: 10px;
}


#footer{
	text-align:center;
	margin:20px auto 24px auto;
}

#footer #cpy{
	margin-top:10px;
	padding-top:10px;
	border-top: 1px dotted #666666;
}


/* Global Navi
-----------------------------------------------------------*/

#gnav {
	font-size:14px;
	list-style-type: none;
	width: 980px;
	height: 40px;
	/*margin: 30px auto 300px;*/
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
	border-bottom: 1px solid #dddddd;
}

ul#gnav{
	border-right: 1px solid #dddddd;
}

#gnav li {
  position: relative;
	width: 243px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	border-left: 1px solid #dddddd;
}
#gnav li.gnavTOP_sub {
  position: relative;
	width: 195px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	border-left: 1px solid #dddddd;
}

#gnav li.gnavTOP_sub_2 {
  position: relative;
	width: 162px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	border-left: 1px solid #dddddd;
}

#gnav li a {
  display: block;
	margin: 0;
	padding: 15px 0 11px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}
#gnav li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
#gnav li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: .2s;
}
#gnav li ul li a {
  width:212px;
	padding: 13px 15px;
	background: #00b704;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}
#gnav > li:hover > a {
	background: #005800;
	color: #FFFFFF;
}
#gnav > li:hover li:hover > a {
	background: #005800;
	color: #FFFFFF;
}
#gnav li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
#gnav li ul li ul {
  top: 0;
  left: 100%;
}
#gnav li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
#gnav li ul li ul li a {  background: #66D468; }
#gnav li:hover ul li ul li:hover > a {  background: #005800; }
#gnav li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #454e08;
}
#gnav li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #454e08;
}

.gnavTOP{
	z-index:200;
}

.gnavBtm{
	z-index: 100;
	border-bottom-style: none !important;
}

.gnavBtm2{
	z-index: 100;
}


/* top contents
-----------------------------------------------------------*/

#topCntsAll{
	margin:10px 0 0 0;
	padding:0;
}


/* top contents L
-----------------------------------------------------------*/

#topCntsAll #cntsL{
	float:left;
	width:720px;
	margin:0;
	padding:0;
}


#topCntsAll #cntsL .cntBox{
	width:720px;
}

#topCntsAll #cntsL .cntBox h2{
	text-align: left;
	font-size:18px;
	color:#ffffff;
	padding:10px 0 10px 30px;
	background-image: url(../img/l_ttl_base01.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

#topCntsAll #cntsL .cntBox .innr{
	float:left;
	text-align:left;
	width:670px;
	margin:10px;
}

#topCntsAll #cntsL .cntBox .innr .txtBox{
	width: 680px;
}

#topCntsAll #cntsL .cntBox .innr .txtBox p{
	margin:0;
}

.innrSubTtl{
	border-bottom: 1px dotted #666666;
	background-image: url(../img/innrSubTtl.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:10px;
}

.innrSubTtl2{
	border-bottom: 1px dotted #666666;
	background-image: url(../img/innrSubTtl.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:10px;
}

.innrL{
	float:left;
}

.innrR{
	float:right;
}

.innrTxtMrg{
	margin-bottom:14px !important;
}

.innrTxtLong{
	text-align:left;
}

.innrTxtLong2{
	width:570px;
	float:right;
	text-align:left;
	margin-top:0;
	padding-top:0;
}

.innrTxtLong2 .innrSubTtl{
	margin:0;
}

.innrTxtLong dl dt{
	float: left;
	padding-left:1em;
	width: 100px;
	background-image: url(../img/arr01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.innrTxtLong dl dd{
	margin-left:100px;
	text-indent:-1em;
}


.innrTxtLong dl:after{
	content: "";
	clear: both;
	display: block;
}

/* top contents R
-----------------------------------------------------------*/

#topCntsAll #cntsR{
	text-align:left;
	float:right;
	width:248px;
	margin:0;
	padding:0;
}
#topCntsAll #cntsR #member {
	background: url(../img/bg_member.gif) no-repeat;
	padding: 28px 25px;
}
#topCntsAll #cntsR #member .title {
	border-bottom: solid 2px #4992cb;
	text-align: center;
}
#topCntsAll #cntsR #member p {
	margin: 7px 0;
	font-size: 13px;
	text-align: left;
}
#topCntsAll #cntsR #member a {
	margin-top: 10px;
}
#topCntsAll #cntsR img{
	margin-bottom:10px;
}

#topCntsAll #cntsR #info{
}

#topCntsAll #cntsR #info h2{
	text-align: left;
	font-size:18px;
	padding: 10px 0 10px 24px;
	color: #ffffff;
	background-image: url(../img/l_ttl_base01.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

#topCntsAll #cntsR #info dl{
	margin:0 0 10px 0;
	padding:0;
}

#topCntsAll #cntsR #info dl dt{
	text-align: left;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../img/arr01.jpg);
	border-bottom: 1px dotted #666666;
}

#topCntsAll #cntsR #info dd{
	text-align:left;
	margin:0 0 0 0;
}

#topCntsAll #cntsR #info p{
	text-align:right;
	color:#005800;
}

#topCntsAll #cntsR .bnrArea{
	text-align:center;
	margin-top:40px;
}

#topCntsAll #cntsR .login{
	background-image: -webkit-linear-gradient(top, #0099FF, #00E5FF);
	color:#FFF;
	text-align:center;
	height:180px;
	border-radius:10px;
}


#topCntsAll #cntsR .login p{
	font-size:130%;
	font-weight:bold;
	padding:10px 0 0;
	margin-top: 0;
}


#topCntsAll #cntsR .login ul{
	list-style:none;
	text-align:left;
	padding: 0 10px;
}


#topCntsAll #cntsR .login li{
	line-height:1.8em;
}


#topCntsAll #cntsR .login span{
	height:30px;
	padding:5px;
	background-color:#FFF;
}


#topCntsAll #cntsR .login a{
	 color:#000;
	 text-decoration:none;
}


#topCntsAll #cntsR .loginP2{
	 font-size:1em!important;
	 font-weight:bold!important;
	 padding:10px 0!important;
	 margin-top: 30px!important;
}


/* sub contents
-----------------------------------------------------------*/

#subCntsAll{
}

#tpcPth{
	text-align:left;
	margin:20px 0;
}

#subCntsAll #cntsR{
	float:right;
	width:245px;
	margin:0;
	padding:0;
	text-align:left;
}

#subCntsAll #cntsL .cntBox h2{
	text-align: left;
	font-size:18px;
	color:#ffffff;
	padding:10px 0 7px 30px;
	background-image: url(../img/l_ttl_base01.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top:-4px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#subCntsAll #cntsL{
	text-align: left;
	float:left;
	width:720px;
	margin:0;
	padding:0;
	font-size: 15px;/*IR 追加2015/9/25*/
	word-break: break-all;
}

/*左カラム内の画像最大サイズ指定*/
#subCntsAll #cntsL img {
	max-width: 690px;
}

#subCntsAll #cntsR .bnrArea{
	text-align:center;
	margin-top:40px;
}

/* subNav
-----------------------------------------------------------*/

#subNav{
	font-size:14px;
}

#subNav ul{
	margin:0;
	padding:0;
}

#subNav ul li{
	text-align:left;
	list-style:none;
	margin-bottom:1px;
}

#subNav ul li.sngl{
	background-image: url(../img/sub_nav01.jpg);
	background-position: left center;
	height:36px;
}

#subNav ul li.sngl span{
	color:#ffffff;
	line-height:36px;
	padding-left:26px;
	text-decoration:none;
}

#subNav ul li.prnt{
	background-image: url(../img/sub_nav02.jpg);
	background-position: left center;
	height:36px;
}

#subNav ul li.prnt span{
	color:#ffffff;
	line-height:36px;
	padding-left:26px;
	text-decoration:none;
}

#subNav ul li.chld{
	margin-left:1em;
	height: 36px;
	text-decoration: none;
	background-image: url(../img/arr01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#subNav ul li.chld span{
	color:#005800;
	line-height:36px;
	padding-left:15px;
	text-decoration:none;
}

#subNav ul li:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	cursor: pointer;
}


/* text
-----------------------------------------------------------*/

h2,h3{
	/*font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	font-weight:normal;
}

.txtB{
	font-weight: bold;
}

.redTxtB{
	font-weight: bolder;
	color: #F00;
}

.greenTxtB{
	color: #00b704;
	font-weight: bold;
}

.greenTxtBL{
	color: #00b704;
	font-size: 20px;
}

.dLinkTxt{
	color: #ababab;
}

.txtRight{
	text-align:right;
}

.cptn{
	font-size:11px;
}


/* img
-----------------------------------------------------------*/

.imgLeft{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgRight{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.bnrMrg{
	margin:5px 0;
}




/* img
-----------------------------------------------------------*/

.mrgTop20{
	margin-top:20px;
}



#subCntsAll #cntsR .wrksDtl .detail_image {
    float: right;
    padding: 10px;
}


.fltLeft{
	float: left;
}




/* 20150206　TopRnav
-----------------------------------------------------------*/

.cntsRlinkList{
	padding: 10px;
	background-color: #fffcf9;
	border: 1px solid #DDDDDD;
	margin-bottom:10px
}

h2.cntsRlinkListTtl{
	text-align: left;
	font-size: 18px;
	padding: 10px 0 10px 24px;
	margin:-8px auto 10px;
	color: #ffffff;
	background-image: url(../img/l_ttl_base01.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}

.cntsRlinkList ul{
	margin:0;
	padding-left:20px;
}

.cntsRlinkList ul li{
	margin:0;
	padding:0;
}

.cntsRlinkList ul li.theEnd{
	margin-top:20px;
	text-align:right;
	list-style:none;
}

.recP{
	margin-top:0;
	text-align:center;
}

.cntsRlinkList h3{
	text-align:center;
	font-size:14px;
	margin:6px auto 10px;
	font-weight:bold;
	color:#333333;
}


/* margin
------------------------------------------------ */
.m0 { margin: 0px!important;}
.m1 { margin: 1px!important;}
.m3 { margin: 3px!important;}
.m5 { margin: 5px!important;}
.m10 { margin: 10px!important;}
.m20 { margin: 20px!important;}
.m30 { margin: 30px!important;}

.mt0 { margin-top: 0px!important;}
.mt1 { margin-top: 1px!important;}
.mt2 { margin-top: 2px!important;}
.mt3 { margin-top: 3px!important;}
.mt4 { margin-top: 4px!important;}
.mt5 { margin-top: 5px!important;}
.mt6 { margin-top: 6px!important;}
.mt7 { margin-top: 7px!important;}
.mt8 { margin-top: 8px!important;}
.mt9 { margin-top: 9px!important;}
.mt10 { margin-top: 10px!important;}
.mt11 { margin-top: 11px!important;}
.mt12 { margin-top: 12px!important;}
.mt13 { margin-top: 13px!important;}
.mt14 { margin-top: 14px!important;}
.mt15 { margin-top: 15px!important;}
.mt20 { margin-top: 20px!important;}
.mt25 { margin-top: 25px!important;}
.mt30 { margin-top: 30px!important;}
.mt35 { margin-top: 35px!important;}
.mt40 { margin-top: 40px!important;}
.mt50 { margin-top: 50px!important;}
.mt60 { margin-top: 60px!important;}
.mt70 { margin-top: 70px!important;}
.mt80 { margin-top: 80px!important;}
.mt90 { margin-top: 90px!important;}

.mr0 { margin-right: 0px!important;}
.mr1 { margin-right: 1px!important;}
.mr2 { margin-right: 2px!important;}
.mr3 { margin-right: 3px!important;}
.mr4 { margin-right: 4px!important;}
.mr5 { margin-right: 5px!important;}
.mr6 { margin-right: 6px!important;}
.mr7 { margin-right: 7px!important;}
.mr8 { margin-right: 8px!important;}
.mr9 { margin-right: 9px!important;}
.mr10 { margin-right: 10px!important;}
.mr11 { margin-right: 11px!important;}
.mr12 { margin-right: 12px!important;}
.mr13 { margin-right: 13px!important;}
.mr14 { margin-right: 14px!important;}
.mr15 { margin-right: 15px!important;}
.mr20 { margin-right: 20px!important;}
.mr25 { margin-right: 25px!important;}
.mr30 { margin-right: 30px!important;}
.mr40 { margin-right: 40px!important;}
.mr50 { margin-right: 50px!important;}
.mr60 { margin-right: 60px!important;}
.mr70 { margin-right: 70px!important;}
.mr80 { margin-right: 80px!important;}
.mr90 { margin-right: 90px!important;}
.mr100 { margin-right: 100px!important;}

.mb0 { margin-bottom: 0px!important;}
.mb1 { margin-bottom: 1px!important;}
.mb2 { margin-bottom: 2px!important;}
.mb3 { margin-bottom: 3px!important;}
.mb4 { margin-bottom: 4px!important;}
.mb5 { margin-bottom: 5px!important;}
.mb6 { margin-bottom: 6px!important;}
.mb7 { margin-bottom: 7px!important;}
.mb8 { margin-bottom: 8px!important;}
.mb9 { margin-bottom: 9px!important;}
.mb10 { margin-bottom: 10px!important;}
.mb11 { margin-bottom: 11px!important;}
.mb12 { margin-bottom: 12px!important;}
.mb13 { margin-bottom: 13px!important;}
.mb14 { margin-bottom: 14px!important;}
.mb15 { margin-bottom: 15px!important;}
.mb20 { margin-bottom: 20px!important;}
.mb25 { margin-bottom: 25px!important;}
.mb30 { margin-bottom: 30px!important;}
.mb40 { margin-bottom: 40px!important;}
.mb50 { margin-bottom: 50px!important;}
.mb60 { margin-bottom: 60px!important;}
.mb70 { margin-bottom: 70px!important;}
.mb80 { margin-bottom: 80px!important;}
.mb90 { margin-bottom: 90px!important;}
.mb100 { margin-bottom: 100px!important;}

.ml0 { margin-left: 0px!important;}
.ml1 { margin-left: 1px!important;}
.ml2 { margin-left: 2px!important;}
.ml3 { margin-left: 3px!important;}
.ml4 { margin-left: 4px!important;}
.ml5 { margin-left: 5px!important;}
.ml6 { margin-left: 6px!important;}
.ml7 { margin-left: 7px!important;}
.ml8 { margin-left: 8px!important;}
.ml9 { margin-left: 9px!important;}
.ml10 { margin-left: 10px!important;}
.ml11 { margin-left: 11px!important;}
.ml12 { margin-left: 12px!important;}
.ml13 { margin-left: 13px!important;}
.ml14 { margin-left: 14px!important;}
.ml15 { margin-left: 15px!important;}
.ml20 { margin-left: 20px!important;}
.ml25 { margin-left: 25px!important;}
.ml30 { margin-left: 30px!important;}
.ml40 { margin-left: 40px!important;}
.ml50 { margin-left: 50px!important;}
.ml60 { margin-left: 60px!important;}
.ml70 { margin-left: 70px!important;}
.ml80 { margin-left: 80px!important;}
.ml90 { margin-left: 90px!important;}
.ml100 { margin-left: 100px!important;}

.mtmb5 { margin-top: 5px; margin-bottom: 5px!important;}
.mtmb10 { margin-top: 10px; margin-bottom: 10px!important;}
.mtmb15 { margin-top: 15px; margin-bottom: 15px!important;}

.mlmrAuto {
	margin-left: auto!important;
	margin-right: auto!important;
}

/* padding
------------------------------------------------ */
.p1 { padding: 1px!important;}
.p3 { padding: 3px!important;}
.p5 { padding: 5px!important;}
.p10 { padding: 10px!important;}
.p15 { padding: 15px!important;}
.p20 { padding: 20px!important;}

.pt1 { padding-top: 1px!important;}
.pt2 { padding-top: 2px!important;}
.pt3 { padding-top: 3px!important;}
.pt4 { padding-top: 4px!important;}
.pt5 { padding-top: 5px!important;}
.pt6 { padding-top: 6px!important;}
.pt7 { padding-top: 7px!important;}
.pt8 { padding-top: 8px!important;}
.pt9 { padding-top: 9px!important;}
.pt10 { padding-top: 10px!important;}
.pt11 { padding-top: 11px!important;}
.pt12 { padding-top: 12px!important;}
.pt13 { padding-top: 13px!important;}
.pt14 { padding-top: 14px!important;}
.pt15 { padding-top: 15px!important;}
.pt20 { padding-top: 20px!important;}
.pt25 { padding-top: 25px!important;}
.pt30 { padding-top: 35px!important;}

.pr1 { padding-right: 1px!important;}
.pr2 { padding-right: 2px!important;}
.pr3 { padding-right: 3px!important;}
.pr4 { padding-right: 4px!important;}
.pr5 { padding-right: 5px!important;}
.pr6 { padding-right: 6px!important;}
.pr7 { padding-right: 7px!important;}
.pr8 { padding-right: 8px!important;}
.pr9 { padding-right: 9px!important;}
.pr10 { padding-right: 10px!important;}
.pr11 { padding-right: 11px!important;}
.pr12 { padding-right: 12px!important;}
.pr13 { padding-right: 13px!important;}
.pr14 { padding-right: 14px!important;}
.pr15 { padding-right: 15px!important;}
.pr16 { padding-right: 16px!important;}
.pr17 { padding-right: 17px!important;}
.pr18 { padding-right: 18px!important;}
.pr19 { padding-right: 19px!important;}
.pr20 { padding-right: 20px!important;}
.pr25 { padding-right: 25px!important;}
.pr30 { padding-right: 30px!important;}

.pb1 { padding-bottom: 1px!important;}
.pb2 { padding-bottom: 2px!important;}
.pb3 { padding-bottom: 3px!important;}
.pb4 { padding-bottom: 4px!important;}
.pb5 { padding-bottom: 5px!important;}
.pb6 { padding-bottom: 6px!important;}
.pb7 { padding-bottom: 7px!important;}
.pb8 { padding-bottom: 8px!important;}
.pb9 { padding-bottom: 9px!important;}
.pb10 { padding-bottom: 10px!important;}
.pb11 { padding-bottom: 11px!important;}
.pb12 { padding-bottom: 12px!important;}
.pb13 { padding-bottom: 13px!important;}
.pb14 { padding-bottom: 14px!important;}
.pb15 { padding-bottom: 15px!important;}
.pb20 { padding-bottom: 20px!important;}
.pb25 { padding-bottom: 25px!important;}
.pb30 { padding-bottom: 30px!important;}

.pl1 { padding-left: 1px!important;}
.pl2 { padding-left: 2px!important;}
.pl3 { padding-left: 3px!important;}
.pl4 { padding-left: 4px!important;}
.pl5 { padding-left: 5px!important;}
.pl6 { padding-left: 6px!important;}
.pl7 { padding-left: 7px!important;}
.pl8 { padding-left: 8px!important;}
.pl9 { padding-left: 9px!important;}
.pl10 { padding-left: 10px!important;}
.pl11 { padding-left: 11px!important;}
.pl12 { padding-left: 12px!important;}
.pl13 { padding-left: 13px!important;}
.pl14 { padding-left: 14px!important;}
.pl15 { padding-left: 15px!important;}
.pl20 { padding-left: 20px!important;}
.pl25 { padding-left: 25px!important;}
.pl30 { padding-left: 30px!important;}

.pAll1 { padding: 1px!important;}
.pAll3 { padding: 3px!important;}
.pAll5 { padding: 5px!important;}
.pAll7 { padding: 7px!important;}
.pAll10 { padding: 10px!important;}
.pAll15 { padding: 15px!important;}
.pAll20 { padding: 20px!important;}
.pAll25 { padding: 25px!important;}
.pAll30 { padding: 30px!important;}

.ptpb5 { padding-top: 5px; padding-bottom: 5px!important;}
.ptpb10 { padding-top: 10px; padding-bottom: 10px!important;}
.ptpb15 { padding-top: 15px; padding-bottom: 15px!important;}

.plpr5 { padding-left: 5px; padding-right: 5px!important;}
.plpr10 { padding-left: 10px; padding-right: 10px!important;}
.plpr15 { padding-left: 15px; padding-right: 15px!important;}
.plpr20 { padding-left: 20px; padding-right: 20px!important;}
.plpr25 { padding-left: 25px; padding-right: 25px!important;}
.plpr30 { padding-left: 30px; padding-right: 30px!important;}

/* float
----------------------------------------------- */
.fl { float: left!important;}
.fr { float:right!important;}
.ftBox { overflow: hidden; *zoom: 1;}

/* btn
----------------------------------------------- */
.btn01 {
	width: 250px;
	border: solid 2px #6db642;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 0 0 20px auto;
}
.btn01 a {
	display: block;
	border: solid 2px #fff;
	padding: 7px 15px;
	text-align: center;
	text-decoration: none;
	
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-8 */
}
.btn01 a span {
	background: url(../img/arrow_green01.png) no-repeat right center;
	font-size: 11px;
	font-weight: bold;
	padding-right: 30px;
}

/* 20150519 追加 */
#gnav.typeA li {
	width: 195px;
}
#bnrBox {
	margin: 15px 0 0;
	padding: 0;
}
#bnrBox li {
	display: table-cell;
}
#bnrBox li:nth-child(2) {
	padding: 0 15px;
}
#bnrBox > *:first-child + * {
	padding: 0 15px;
	
}

#topSec01 #left {
	float: left;
	width: 350px;

}
#topSec01 #right {
	float: right;
	width: 350px;
}

#topSec01 .box {
	border: solid 1px #005801;
	padding: 10px;
}
#topSec01 .box .inner {
	height: 250px;
	margin-bottom: 50px;
}
#topSec01 .box .lk {
	text-align: right;
}

#topSec01 #left .box .inner .innr {
	float: inherit;
	width: inherit;
	margin: 10px 0;
}
#topSec01 #left .box .inner .innr .txtBox {
	width: 170px;
}

#topSec01 #right .event dt {
	float: none;
	width: auto;
}


#topSec02 .event {
	border-bottom: dotted 1px #666;
	padding: 6px 0;
	margin: 0;
}
#topSec02 .event dt {
	width: 185px;
	padding: 2px 2px 2px 1.2em;
	text-align: left;
}
#topSec02 .new {
	background: url(../img/arro_new.gif) no-repeat left center;
	padding-left: 50px;
	margin-left: 10px;
}
#topSec02 .event dd {
	margin-left: 0;
	text-indent: 0;
	padding: 2px 2px 2px 0px;
}




#topSec03 {
	margin: 30px 0;
}
#topSec03 h2 {
	border-left: solid 6px #005801;
	font-size: 18px;
	color: #005801;
	margin: 0 0 5px 11px;
	padding: 3px 10px;
	text-align: left;
}
#topSec03 ul {
	width: 720px;
	margin: 0 !important;
	padding: 0;
}
#topSec03 ul li {
	float: left;
	list-style: none;
	margin: 7px 0;
}
#topSec03 ul li:nth-child(2),
#topSec03 ul li:nth-child(5) {
	margin: 7px 30px;
}
#topSec03 ul > *:first-child + *,
#topSec03 ul > *:first-child + * + * + * + * {
	margin: 7px 30px;
}


#subNav ul li.chld a {
	color: #005800;
	line-height: 36px;
	padding-left: 15px;
	text-decoration: none;
}

#subNav ul li.sngl a {
	color: #ffffff;
	line-height: 36px;
	padding-left: 26px;
	text-decoration: none;
}
#subNav #snav li.sngl a {
	display: block;
	background: url(../img/sub_nav01.jpg);
	background-position: left center;
	height:36px;
}
#subNav #snav li.sngl a.active {
	background: url(../img/sub_nav01on.jpg);
}
#subNav #snav li.sngl a span{
	color:#ffffff;
	line-height:36px;
	padding-left:0;
	text-decoration:none;
}

.date {
	width: 100px;
}

.place {
	width: 180px;
}

th.category {
	width: 114px;
	background: #eee;
}
td .ico {
	display: inherit;
	width: 104px;
	color: #fff;
	text-align: center;
	padding: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
td .ico.blue {
	background: #6442e3;
}
td .ico.orange {
	background: #ff9000;
}
td .ico.purple {
	background: #ca75d7;
}
td .ico.green {
	background: #76ab4e;
}

th.activity {
	width: 290px;
}

#pageImg {
	margin-bottom: 15px;
}

.cntBox .innr.com {
	float: left;
	text-align: left;
	width: 340px;
	margin: 10px;
}
.cntBox .innr.com .txtBox {
	float: left;
	width: 196px;
}

.cntBox .lkBox dt {
	background: #06950a; 
	color: #fff;
	padding: 4px 15px;
}
.cntBox .lkBox dd {
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-left: solid 1px #ddd;
	background: url(../img/arrow06.png) no-repeat 10px 15px;
	margin: 0;
	padding: 8px 25px;
	font-size: 16px;
}

.lkBox02 {
	display: table;
	width: 686px;
	padding: 8px 17px;
	margin: 8px 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.lkBox02 span {
	display: table-cell;
	vertical-align: middle;
}
.lkBox02 a {
	float: right;
	width: 200px;
	padding: 10px 15px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	text-align: center;
}

.lkBox02.blue {
	background: #4f76d7;
}
.lkBox02.blue a {
	background: #fff url(../img/arrow02.gif) no-repeat 15px center;
	color: #4f76d7;
}

.lkBox02.blue a:hover {
	background: #7b9bed url(../img/arrow05.png)	no-repeat 15px center;
	color: #fff;
}

.lkBox02.orange {
	background: #ff9000;
}
.lkBox02.orange a {
	background: #fff url(../img/arrow03.gif) no-repeat 15px center;
	color: #ff9000;
}

.lkBox02.orange a:hover {
	background: #ffaf48 url(../img/arrow05.png)	no-repeat 15px center;
	color: #fff;
}


.comBox01 {
	border: solid 6px #efefef;
	padding: 25px;
}

#chart01.comBox01 {
	background: url(../img/img_chart.gif) no-repeat center 25px;
	height: 560px;
	margin-bottom: 30px;
}
#chart01.comBox01 ul {
	margin: 20px 0 0 110px;
	padding: 0;
}
#chart01.comBox01 ul li {
	float: left;
	width: 204px;
	list-style-position: inside;
}

#chart01.comBox01 #txt {
	padding: 450px 0 0 0;	
}
#chart01.comBox01 p {
	font-size: 17px;
	text-align: center;
	margin: 0;
}


.comBox02 {
	padding: 10px;
	border: solid 1px #ededed;
	box-shadow: 4px 5px 0 #ededed;
	-moz-box-shadow: 4px 5px 0 #ededed;
	-o-box-shadow: 4px 5px 0 #ededed;
	-ms-box-shadow: 4px 5px 0 #ededed;
}
.comBox02.search {
	margin-bottom: 30px;
}

.comBox02.search .left {
	display: table-cell;
	padding-right: 10px;
	border-right: solid 4px #ededed;
}
.comBox02.search .right {
	display: table-cell;
	width: 100%;
	margin: 0;
	padding-left: 12px;
	vertical-align: top;
}




#footer02 {
	background: #f3f3f3;
	padding: 35px 0;
}
#footer02 #inner {
	width: 980px;
	margin: 0 auto;
	background: url(../img/logo_footer.png) no-repeat right bottom;
	position: relative;
}
#footer02 #inner #pageTop {
	position: fixed;
	bottom: 125px;
	right: 30px;
}

#footer02 #inner .sitemap {
	float: left;
	width: 245px;
	text-align: left;
}

#footer02 #inner .sitemap .categoryTitle {
	border-left: solid 3px #e70012;
	padding: 2px 5px;
	margin: 0;
}
#footer02 #inner .sitemap ul {
	margin: 0;
	padding: 0;
}
#footer02 #inner .sitemap ul li {
	list-style: none;
	padding: 3px 5px 3px 8px
}
#cpy {
	text-align: center;
	padding: 5px 0;
}
/* 20150519 end */


/* 20150526 追加 */
#header .innr #desc {
	width: 300px;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 3px #005801;
	padding: 10px 20px;
	font-size: 13px;
	text-align: left;
	position: absolute;
	top: 18px;
	right: 0;
}
#header .innr p{
	width: 427px;
	position: absolute;
	bottom: 6px;
	left: 143px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding: 1px 0 1px 10px;
	margin: 0;
	z-index: 30;
}
#header .innr p#search01 {
	background: url(../img/bg_titSearch01.gif) center;
  height: 24px;
}
#header .innr p#search02 {
	background: url(../img/bg_titSearch02.gif) center;
  height: 24px;
}
#header .innr p#search03 {
	background: url(../img/bg_titSearch03.gif) center;
  height: 24px;
}

#gnav li.gnavLast a{
	//background: url(../img/ico_beginner.png) no-repeat 50px center;
}
#gnav li.gnavLast a:hover {
	background: #005800 
	//background: #005800 url(../img/ico_beginner.png) no-repeat 50px center;
}

#gnav.typeB.search01 li a.active,
#gnav.typeB.search01 li a:hover {
	background: #ff0000;
	color: #fff;
}
#gnav.typeB.search01 li.gnavLast a:hover {
	background: #ff0000 url(../img/ico_beginner.png) no-repeat 50px center;
}
#gnav.typeB.search02 li a.active,
#gnav.typeB.search02 li a:hover {
	background: #4ab800;
	color: #fff;
}
#gnav.typeB.search02 li.gnavLast a:hover {
	background: #4ab800 url(../img/ico_beginner.png) no-repeat 50px center;
}
#gnav.typeB.search03 li a.active,
#gnav.typeB.search03 li a:hover {
	background: #7c83e8;
	color: #fff;
}
#gnav.typeB.search03 li.gnavLast a:hover {
	background: #7c83e8 url(../img/ico_beginner.png) no-repeat 50px center;
}
#gnav.typeB.search04 li a.active,
#gnav.typeB.search04 li a:hover {
	background: #ff9900;
	color: #fff;
}
#gnav.typeB.search04 li.gnavLast a:hover {
	background: #ff9900 url(../img/ico_beginner.png) no-repeat 50px center;
}


#bnrBox li {
	display: table-cell;
	width: 199px;
	height: 150px;
}
#bnrBox .btnTop {
	margin-bottom: 20px;
}

#bnrBox .first {
	background: url(../img/bg_search01se.gif) no-repeat;
	padding: 11px 31px 9px 15px;
}
#bnrBox .second {
	background: url(../img/bg_search02se.gif) no-repeat;
	padding: 11px 16px 9px 15px;
}
#bnrBox .third {
	background: url(../img/bg_search03se.gif) no-repeat 15px top;
	padding: 11px 16px 9px 30px;
}

#bnrBox.boxSearch .first {
	background: url(../img/bg_search01se.gif) no-repeat left top;
	min-height: 130px;
	padding: 11px 16px 9px 15px;
}
#bnrBox.boxSearch .second {
	background: url(../img/bg_search02se.gif) no-repeat left top;
	min-height: 130px;
	padding: 11px 16px 9px 15px;
}
#bnrBox.boxSearch .third {
	background: url(../img/bg_search03se.gif) no-repeat left top;
	min-height: 130px;
	padding: 11px 16px 9px 15px;
}
#bnrBox.boxSearch .fourth {
	background: url(../img/bg_search04.gif) no-repeat left top;
	min-height: 130px;
	padding: 11px 16px 9px 15px;
}
#bnrBox.boxSearch .fifth {
	background: url(../img/bg_search05.gif) no-repeat left top;
	min-height: 130px;
	padding: 11px 16px 9px 15px;
}
#bnrBox.boxSearch .sixth {
	background: url(../img/bg_search06.gif) no-repeat left top;
	min-height: 130px;
	padding: 11px 16px 9px 15px;
}

#bnrBox.boxSearch {
	margin-bottom: 30px;
}
#bnrBox.boxSearch .block {
	display: table-cell;
	width: 231px;
	border-left: solid 1px #ededed;
	padding: 0 4px;
}
#bnrBox.boxSearch .block.right {
	border-right: solid 1px #ededed;
	
}

.cntBox .lkBox.search {
	width: 230px;
	margin-bottom: 0;
}
.cntBox .lkBox.search.firstlk dt {
	background: #f00;
}
.cntBox .lkBox.search.secondlk dt {
	background: #4ab800;
}
.cntBox .lkBox.search.thridlk dt {
	background: #7c83e8;
}
.cntBox .lkBox.search.fourthlk dt {
	background: #ff6600;
}
.cntBox .lkBox.search.fifthlk dt {
	background: #0090e2;
}
.cntBox .lkBox.search.sixthlk dt {
	background: #a8b852;
}

.cntBox .lkBox.search dt a {
	background: #06950a;
	color: #fff;
	background: url(../img/arrow07.png) no-repeat 2px 15px;
	margin: 0;
	padding: 8px 15px;
	font-size: 16px;
}
.cntBox .lkBox.search dd {
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-left: solid 1px #ddd;
	padding: 4px 15px;
	background: none;
	font-size: 14px;
}

#topSec01 #right iframe {
	margin-top: 19px;
}
/* 20150526 [???T???r?