@charset "utf-8";

/*-----------------reset--------------------*/
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, tt,
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
margin:0;
padding:0;
border:0;
font-weight:inherit;
font-style:inherit;
font-family:inherit;
vertical-align:baseline;
}
a, a:link, a:visited, a:hover, a:active{text-decoration:none}
table{border-collapse:separate; border-spacing:0;}
th, td {text-align:left; font-weight:normal;}
img, iframe {border:none; text-decoration:none;}
ol, ul{list-style:none;}
hr{margin:0; padding:0; border:0; color:#000; background-color:#000; height:1px}



/*-----------------body設定--------------------*/
body {
	background:#f2f2f2;
	margin: 0;
	padding: 0;
	font-size:0.9em;
	line-height: 1.6;
	color:#313131;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
body, x:-moz-broken{
	font-family:"Verdana","ＭＳ ゴシック", "Osaka－等幅";
	font-size:0.9em;
}
html* body{font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;}

*html body{
	text-align:center;
}

/*-----------------文字サイズ設定--------------------*/
#font-size_title{
	float:left;
	}
#font-size_help{
	float:left;
	}
ul#fontSize {
	float:left;
	*zoom: 1; /*forIE6,7*/
	margin-bottom: 10px;
}
ul#fontSize:after {
	content: "";
	display: block;
	clear: both; 
}
ul#fontSize li {
	float: left;
	cursor: pointer;
	margin-left:2px;
}

/*-----------------アクセシビリティ設定--------------------*/
.speak{
	position:absolute;
	left:-9999em;
	top:0;
}
ul.speak_menu{
	list-style:none;
}
ul.speak_menu li{
	list-style:none;
}

div.speakAnchor{
	position:absolute;
	left:-9999em;
	top:0;

}
div#navSpeak{
	position:absolute;
	left:-9999em;
	top:0;
}
div#navSpeak.navSpeakShow {
	position:static;
	left:0;
	width:100%;
	background-color:#666;
	text-align:center;
	padding:10px 0;

}
div#navSpeak.navSpeakShow ul li{
	position:static;
	left:0;
	font-size:0.85em;
	display:inline;
	margin-right:1em;
}
div#navSpeak.navSpeakShow ul li a {
	color:#fff;
	background-color: transparent;
}


/*-----------------基本設定--------------------*/

/*-----------------リンク設定--------------------*/
a:link, a:visited {
	color: #398639;
	text-decoration:none;
}
a:hover, a:active, a:focus {
	text-decoration:underline;
}

a.arrow{
	padding:0 0 0 12px;
	background: transparent url(../img/ico_arrow_1.png) no-repeat 0 5px;
	display:inline-block;
}

a.arrow1{
	padding:0 0 0 12px;
	background: transparent url(../img/ico_arrow_1.png) no-repeat 0 5px;
	margin:0 0 10px 0;
}

a.arrow2{
	padding:0 0 0 10px;
	background: transparent url(../img/ico_arrow_2.png) no-repeat 0 6px;
	display:inline-block;
}
a.anchorlink{
	padding:0 0 0 10px;
	background: transparent url(../img/ico_anchorlink.png) no-repeat 0 6px;
	display:inline-block;
	font-weight:bold;
}

.ico{
	vertical-align:middle;
	padding-right:3px;
	}
a.ov img{
	display:block;
	}
	
a.ov:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}

.link_pdf {
	padding:0 0 0 20px;
	background: url(../img/pdficon_small.png) no-repeat 0 5px;
	display:inline-block;
}
.link_ppt {
	padding:0 0 0 17px;
	background: url(../img/ppt_small.png) no-repeat 0 5px;
	display:inline-block;
}
.link_www {
	padding:0 0 0 17px;
	background: url(../img/ico_websites.png) no-repeat 0 5px;
	display:inline-block;
}

/*-----------------構造設定--------------------*/
#body_box{
	background: url(../img/bg_body_box.jpg) repeat-x #FFF;
	width:100%;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	/*min-height:800px;*/
}
#container {
	width:1000px;
	margin: 0 auto;
	padding:0;
	text-align:left;
	background:url(../img/bg_container.jpg) repeat-y #FFF;
	overflow:hidden;
	/*min-height:800px;*/
}

#contents {
	margin:-3px 0 0 0;
	padding:0;
	background:url(../img/bg_contents.jpg)  no-repeat 0 0;
	min-height:700px;
	}
*:first-child+html #contents {
	margin:0;
	}

/*#footer_navi{
	display:none;
}*/
#footer_navi{
	width:1000px;
	margin: 0 auto;
	padding:0;
	text-align:left;
	background:url(../img/bg_footer_navi.jpg)  no-repeat #FFF;
	height:74px;
	overflow:hidden;
	font-size:0.9em;
	position:relative;
	}
#about{
	position:absolute;
	left:23px;
	top:40px;
	width:150px;
	}/*
#about{
	position:absolute;
	left:185px;
	top:40px;
	width:150px;
	}*/
#ptop{
	position:absolute;
	left:835px;
	top:35px;
	width:150px;
	}

/*-----------------ヘッダー設定--------------------*/
#header {
	position:relative;
	margin:0;
	padding:0 25px;
}

#header_navi_home{
	position:absolute;
	top:15px;
	left:560px;
	}
#header_navi_link{
	position:absolute;
	top:15px;
	left:665px;
	}
#header_navi_sitemap{
	position:absolute;
	top:15px;
	left:730px;
	}
#header_navi_lang{
	position:absolute;
	top:15px;
	left:880px;
	}
/**:first-child+html #header_navi_home{
	top:5px;
	}
*:first-child+html #header_navi_link{
	top:5px;
	}
*:first-child+html #header_navi_sitemap{
	top:5px;
	}
*:first-child+html #header_navi_lang{
	top:5px;
	}*/
*html #header_navi_home{
	left:515px;
	}
*html #header_navi_link{
	left:595px;
	}
*html #header_navi_sitemap{
	left:645px;
	}
*html #header_navi_lang{
	left:767px;
	}
#header_navi_lang ul{
	list-style:none;
	padding:0;
	margin:0;
	}
#header_navi_lang li{
	float:left;
	padding:0;
	margin:0;
	}
*:first-child+html #header_navi_lang ul{
	list-style:none;
	padding:0;
	margin:-2px 0 0 0;
	}



#header_search{
	position:absolute;
	left:680px;
	top:56px;
}
*html #header_search{
	left:655px;
}

#header_search_title{
	float:left;
	padding:2px 1px 0 0;
}

#header_search_box{
	float:right;
	display:block;
	background:url(../img/ico_seach.gif) no-repeat left #FFF;
	padding-left:16px;
	width:157px;
	height:18px;
	margin:0;
	float:left;
	border:1px solid #CCC;
}
*html #header_search_box{
	float:right;
	display:block;
	background:url(../img/ico_seach.gif) no-repeat left #FFF;
	padding-left:16px;
	width:176px;
	height:22px;
	margin:0;
	float:left;
	border:1px solid #CCC;
}
#header_search_btn{
	display:block;
	margin:0;
	padding:0 0 0 2px;
	width:35px;
	height:22px;
	float:right;
}

*:first-child+html #header_search_btn{
	float: none;
}
*html #header_search_btn{
	float: none;
}
#header_search_btn:hover{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}
#header_size{
	margin:0;
	padding:0;
	position:absolute;
	left:532px;
	top:58px;
}/*
*:first-child+html #header_size{
	top:40px;
}*/
*html #header_size{
	left:507px;
}
/*-----------------フッター設定--------------------*/
#footer{
	clear:both;
	min-height:100px;
	background:url(../img/bg_footer.gif) repeat-x top;
	margin:0;
	padding:0;
	font-size:0.8em;
	line-height:1.6;
	}
#footer_in{
	width:1000px;
	margin:0 auto 10px auto;
	padding:0;
	position:relative;
	text-align:left;
	}
#copy{
	position:absolute;
	top:20px;
	left:480px;
	width:500px;
	text-align:right;
	}
#jimu{
	width:455px;
	height:87px;
	margin:0;
	padding:20px 0 0 25px;	
	}
#jimu_link{
	position:absolute;
	left:390px;
	top:35px;	
	}
#footer_in div#email{
	position:absolute;
	left:318px;
	top:82px;	
	}

/*-----------------メインメニュー設定--------------------*/
#main_menu{
	clear:both;
	height:50px;
	margin:46px 25px 0 25px;
	padding:0;
	}
*html #main_menu{
	margin:18px 25px 0 25px;
	}
#main_menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#main_menu ul li{
	margin:0;
	padding:0;
	float:left;
}

a#menu_01_a{
	display:block;
	width:134px;
	height:50px;
	text-indent:-9999px;
	background:url(../img/bg_menu.jpg) no-repeat 0 0;
	}
a#menu_01_a:hover{
	background:url(../img/bg_menu.jpg) no-repeat 0 -50px;
	}
a#menu_01_a_on{
	display:block;
	width:134px;
	height:50px;
	text-indent:-9999px;
	background:url(../img/bg_menu.jpg) no-repeat 0 -50px;
	}
a#menu_02_a{
	display:block;
	width:136px;
	height:50px;
	text-indent:-9999px;
	background:url(../img/bg_menu.jpg) no-repeat -134px 0;
	}
a#menu_02_a:hover{
	background:url(../img/bg_menu.jpg) no-repeat -134px -50px;
	}
a#menu_02_a_on{
	display:block;
	width:136px;
	height:50px;
	text-indent:-9999px;
	background:url(../img/bg_menu.jpg) no-repeat -134px -50px;
	}
a#menu_03_a{
	display:block;
	width:136px;
	height:50px;
	text-indent:-9999px;
	background:url(../img/bg_menu.jpg) no-repeat -270px 0;
	}
a#menu_03_a:hover{
	background:url(../img/bg_menu.jpg) no-repeat -270px -50px;
	}
a#menu_03_a_on{
	display:block;
	width:136px;
	height:50px;
	text-indent:-9999px;
	background:url(../img/bg_menu.jpg) no-repeat -270px -50px;
	}
a#menu_04_a{
	display:block;
	width:136px;
	height:50px;
	text-indent:-9999px;
	background:url(../img/bg_menu.jpg) no-repeat -406px 0;
	}
a#menu_04_a:hover{
	background:url(../img/bg_menu.jpg) no-repeat -406px -50px;
	}
a#menu_04_a_on{
	display:block;
	width:136px;
	height:50px;
	text-indent:-9999px;
	background:url(../img/bg_menu.jpg) no-repeat -406px -50px;
	}
a#menu_05_a{
	display:block;
	width:136px;
	height:50px;
	text-indent:-9999px;
	background:url(../img/bg_menu.jpg) no-repeat -542px 0;
	}
a#menu_05_a:hover{
	background:url(../img/bg_menu.jpg) no-repeat -542px -50px;
	}
a#menu_05_a_on{
	display:block;
	width:136px;
	height:50px;
	text-indent:-9999px;
	background:url(../img/bg_menu.jpg) no-repeat -542px -50px;
	}
a#menu_06_a{
	display:block;
	width:136px;
	height:50px;
	text-indent:-9999px;
	background:url(../img/bg_menu.jpg) no-repeat -678px 0;
	}
a#menu_06_a:hover{
	background:url(../img/bg_menu.jpg) no-repeat -678px -50px;
	}
a#menu_06_a_on{
	display:block;
	width:136px;
	height:50px;
	text-indent:-9999px;
	background:url(../img/bg_menu.jpg) no-repeat -678px -50px;
	}
a#menu_07_a{
	display:block;
	width:136px;
	height:50px;
	text-indent:-9999px;
	background:url(../img/bg_menu.jpg) no-repeat -814px 0;
	}
a#menu_07_a:hover{
	background:url(../img/bg_menu.jpg) no-repeat -814px -50px;
	}
a#menu_07_a_on{
	display:block;
	width:136px;
	height:50px;
	text-indent:-9999px;
	background:url(../img/bg_menu.jpg) no-repeat -814px -50px;
	}

/*-----------------ドロップダウンメニュー設定--------------------*/
.submenu {
  background:#FFF;
  border-top: 1px solid #BBB;
  border-left: 1px solid #BBB;
  border-right: 1px solid #BBB;
  visibility: hidden;
  position: absolute;
  z-index: 3;
}

.submenu a {
  display: block;
  border-bottom: 1px solid #BBB;
  text-align: left;
  text-decoration: none;
  font-size:0.9em;
  padding:3px 10px;
  color: #337b33;
}
*html .submenu a {
  width:155px;
}
.submenu a.submenu_01:hover { background:#e3f4c8;}
.submenu a.submenu_02:hover { background:#fcf4cf;}
.submenu a.submenu_03:hover { background:#fff1da;}
.submenu a.submenu_04:hover { background:#fff3f4;}
.submenu a.submenu_05:hover { background:#f7effc;}
.submenu a.submenu_06:hover { background:#ecf3f9;}
.submenu a.submenu_07:hover { background:#e4f8ff;}


/*namazu検索*/
.search_version {
	display:none;
}