@charset "utf-8";
/* CSS Document */

/*--------------------------------*/
/*共通設定　*/
/*--------------------------------*/
*{
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro w3", "Hiragino Kaku Gothic Pro", "メイリオ",Meiryo,Osaka, "MS Pゴシック", "MS Pgothic", sans-serif;
	list-style-type: none;
}

body{
 margin:0px auto;
}

img{
	border: none;
}

.clear {/*回り込み解除*/
	clear:both;
	}

#wrapper{
	width: 950px;
	margin: 0px auto;
	text-align: left;
}

/*--------------------------------*/
/*ヘッダ　*/
/*--------------------------------*/
.header {
    width:100%;
	margin-bottom:10px;
	position:relative;	
    overflow:hidden;  
    height:207px;
}

.headerimg {
    width:1580px;
	height:186px;
	position: absolute;
	left:50%;
	margin-left:-790px;	
}

.hd_link{
	margin-top:5px;
	}

.hd_link a{
	color:#39C;
	text-decoration:none;
	}
.hd_link a:hover{
	text-decoration: underline;
	}
.hd_link a:visited{
	color:#39C;
	}

.buttonmission{
	position:absolute;
	width:1580px;
	left:-514px;
	top:140px;
}

.buttonorgan{
	position:absolute;
	width:1580px;
	left:-652px;
	top:140px;
}

#klihdbg {
	background:#F90;
	height:36px;
	width:100%;
	min-width:900px;
}
#klihdt{
	margin-left:20px;
	padding-top:2px;
	font-size:24px;
}
#klihdt a{
	color:#FFF;
	text-decoration:none;
}
#klihdt a:visited{
	color:#FFF;
	text-decoration:none;
}
#klihdt a:hover{
	color:#633;
	text-decoration: underline;
}

#navi{
	margin:15px auto;
}


/*--------------------------------*/
/*ナビ2　使用中*/
/*--------------------------------*/

#klinavi{
  list-style-type: none;
  width: 950px;
  height: 40px;
  padding: 0;
  background:#09F;
  	/*-
  background: #399;
  	*/
  border-bottom: 3px solid #06F;
  border-radius: 3px 3px 0 0;
　margin-right: auto;
　margin-left: auto;
}

#klinavi li{
  position: relative;
  width: 158px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}

#klinavi li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}

#klinavi li ul {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}

#klinavi li ul li{
  overflow: hidden;
  width: 300px;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}

#klinavi li ul li a{
  padding: 13px 15px;
  background:#09F;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
}
#klinavi li:hover > a{/*文字色*/
  background:#069;
  /*
  background: #1e5959;
  */
  color: #fdedaf;
}
#klinavi > li:hover > a{
  border-radius: 3px 3px 0 0;
}

#klinavi li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #b2e5e5;
  border-bottom: 1px solid #b2e5e5;
}

#klinavi li:hover ul li:first-child{
  border-top: 0;
}

#klinavi li:hover ul li:last-child{
  border-bottom: 0;
}

#klinavi li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}




/*--------------------------------*/
/*メインボックス　*/
/*--------------------------------*/
#mainbox{
	width:auto;
	margin-bottom: 10px;
	word-break:break-all;
}
	/*--------------------------------
	font-family: "ヒラギノ角ゴ Pro w3", "Hiragino Kaku Gothic Pro", "メイリオ",Meiryo,Osaka, "MS Pゴシック", "MS Pgothic", sans-serif;*/
	




div.mainwaku{/*メインボックスの内枠*/
	width:750px;
	margin:auto;
}
/*メインボックス内のテキス.maintext{
	padding:0 5px 5px 0;
	margin:0 0 10px 0;
	line-height:135%;
	font-size: 16px;
	color: #000;
}ト*/



/*--------------------------------*/
/*右サイドメニュー　*//*旧サイトへリンク　*/
/*------------------

.rightboxmenu{
	width:160px;
	margin:auto;
}



div.menu2 ul{
	list-style:none;
	margin-left:5px;
	font-size:14px;
	margin-bottom:15px;
		}

div.menu2 li{
	padding-top:8px;
	padding-bottom:10px;
	border-bottom:2px #006666 dotted;
	color:#FFC;
}

div.menu2 a{
	color:#F63;
	text-decoration:none;
	}

div.menu2 a:visited{
	color:#F63;
	}

div.menu2 a:hover{
	color:#366;
	text-decoration:underline;
	}

	
li.rightboxsub{
	color: #030;
	margin-left:5px;
	line-height:120%;
}

div.submenu{
	margin-top:10px;
	margin-bottom:20px;
}

.rightboxshop{/*ショップ画像
	margin:5px 0;
}
.rightboxtext{
	padding:5px 5px 3px 5px;
	color: #030;
}

div.shop{
	width:176px;
	border:dotted;
	border-width: 2px;
	color: #6C6;
	margin:2px 0 10px 0;
	text-align:center;
}

div.sns{
	width:176;
	padding:10px 0px;
}
div.sns a, div.sns a:visited{ 
	color:	#360;	
}

div.sns a:hover{
	color:#F60;
}




div.o-link{
	margin:5px;
}

div.o-link img{
display:block;
margin:auto;
}

#okomenavi{
	border:#F30 2px dotted;
	padding:4px;
	width:176px;
}

#okomenavi a, #okomenavi a visited{
	color:#360;
}

#okomenavi a:hover{
	color:#F60;
}


div.banner{
	width:176px;
	}
--------------*/


/*--------------------------------*/
/*見出し　*/
/*--------------------------------*/

/*-背景緑、文字白-----------------*/
h2.midasi01{
	background:#099;
	color:#FFF;
	padding-left:15px;
}
h2.midasi01 a{
	color:#FFF;
	text-decoration:none;
}

h2.midasi01 a:hover{
	color:#FF3;
	text-decoration: underline;
}

h2.midasi01 a:visited{
	color:#FFF;
}

/*--------------------------------*/
/*フッタ　*/
/*--------------------------------*/
.footer {
	background:#d6ffff;
	margin: 0 auto;
	padding-top:20px;
	padding-bottom:20px;
	width: 100%;
}
.footerinner{
	width: 880px;
	margin:0 auto;
	}
.josei{/*助成枠*/
	width:950px;
	margin-top:50px;
	margin-bottom:20px;
	}
.josei a{/*助成枠*/
    text-decoration:none;
	color:#663;
	}
.josei a:hover{/*助成枠*/
    text-decoration: underline;	
	}
.josei a:visited{/*助成枠*/
     color:#663;	
	}
