body {
  margin: 0;
  font-family:'Meiryo','メイリオ',Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
	font-size:85%;
	line-height:1.6;
  color: #333333;
  background-color: #ffffff;
min-width:1020px;
_display: inline;
_zoom:1;
}
a { outline: none; }
a:link { color: #2B9CD4; text-decoration: none; }
a:visited { color: #2B9CD4; text-decoration: none; }
a:hover { color: #2B9CD4; text-decoration: underline; }
a:active { color: #2B9CD4; text-decoration: none; }

.container{
	width:940px;
	margin:0 auto;
}
/* header_upper */
#header_upper .container{
position:relative;
	width:940px;
	margin:0 auto;
}
#header_upper ul{
	margin:0;
	padding:0;
}
#header_upper li{
	float:right;
	list-style:none;
}
#header_upper{
	font-size:0.9em;
	background-color:#333333;
	color:#fff;
	padding:7px 0 10px 0;
}
#header_upper_read{
	width:400px;
	float:left;
	margin-top:3px;
}
#header_upper_read h1{
	font-size:1em;
	margin:0;
}
#header_upper_link_a{
	position:absolute;
	top:0px;
	right:100px;
}
#header_upper_link_b{
	position:absolute;
	top:0px;
	right:0px;
}

#header_upper ul.textlink a:link { color: #fff; text-decoration: underline; }
#header_upper ul.textlink a:visited { color: #fff; text-decoration: underline; }
#header_upper ul.textlink a:hover { color: #fff; text-decoration: underline; }
#header_upper ul.textlink a:active { color: #fff; text-decoration: underline; }
#header_upper ul.btnlink a:link { color: #fff; text-decoration: none; }
#header_upper ul.btnlink a:visited { color: #fff; text-decoration: none; }
#header_upper ul.btnlink a:hover { color: #fff; text-decoration: none; }
#header_upper ul.btnlink a:active { color: #fff; text-decoration: none; }
#header_upper ul.textlink li a{
	padding:0 10px;
	border-left:1px #ccc solid;
}
#header_upper ul.textlink li:last-child a{
	border:none;
}
#header_upper ul.btnlink li a{
	padding:3px 10px;
background: #666666; /* Old browsers */
background: -moz-linear-gradient(top,  #666666 0%, #191919 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#191919)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #666666 0%,#191919 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #666666 0%,#191919 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #666666 0%,#191919 100%); /* IE10+ */
background: linear-gradient(to bottom,  #666666 0%,#191919 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#191919',GradientType=0 ); /* IE6-9 */
border:1px #666 solid;
margin-left:5px;
font-size:0.8em;
box-shadow: 0 8px 6px -6px #000;
}

/* globalbar */
#globalbar {
	padding:18px 0;
	height:90px;
	position:relative;
}
#globalbar #logo{
	width:144px;
	float:left;
	margin-right:20px;
}
#globalbar #gmenu_non{
	float:left;
}
#globalbar #gmenu{
	width:370px;
	float:left;
}
#globalbar #logo a{
	background:url(../images/common/logo.gif) 0 0 no-repeat;
	width:143px;
	height:56px;
	display:block;
	text-indent:-9999px;
}
#globalbar #gmenu li{
	list-style:none;
}
#globalbar #logo_70th{width:105px;position:absolute;top:5px;right:0;}


/* gmenu */
#gmenu {
	margin-top:8px;
	position: relative;
	z-index: 1000;
}
#gmenu_req{
	position:absolute;
	top:18px;right:170px;
}

#gmenu_req {
	margin-top:8px;
	z-index: 1000;
}
#gmenu_req a{ color:#fff;text-decoration:  none; }
#gmenu_req a span{
	color:#000;
	text-decoration:  none;
	font-weight:bold;
	font-size:1.4em;
	padding-bottom:5px;
	background:url(../images/common/gmenu_off.gif) bottom center no-repeat;
}
#gmenu_req a:hover span{
	background:url(../images/common/gmenu_on.gif) bottom center no-repeat;
}
#gmenu_req li{
	display:block;
	float:left;
}







#gmenu_non {
	margin-top:8px;
	position: relative;
	z-index: 1000;
}
#gmenu_non a{ color:#fff;text-decoration:  none; }
#gmenu_non a span{
	color:#000;
	text-decoration:  none;
	font-weight:bold;
	font-size:1.4em;
	padding-bottom:5px;
	background:url(../images/common/gmenu_off.gif) bottom center no-repeat;
}
#gmenu_non a:hover span{
	background:url(../images/common/gmenu_on.gif) bottom center no-repeat;
}

#gmenu_non li{
	display:block;
	float:left;
	margin-right:40px;
}
#gmenu a{ color:#fff;text-decoration:  none; }
#gmenu a span{
	color:#000;
	text-decoration:  none;
	font-weight:bold;
	font-size:1.4em;
	padding-bottom:5px;
	background:url(../images/common/gmenu_off.gif) bottom center no-repeat;
}
#gmenu a:hover span{
	background:url(../images/common/gmenu_on.gif) bottom center no-repeat;
}
#gmenu li{
	display:block;
	float:left;
	margin-right:55px;
}
#gmenu li .select_on{
	color:#02915b;
}
.gmenu_a_boxover,.gmenu_b_boxover,.gmenu_c_boxover{
	position:absolute;
	top:30px;
	left:-150px;
	display:none;
}

#gmenu .arrow_box {
	position: relative;
	background-color: rgba(10, 91, 12, 0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#b30a5b0c,endcolorstr=#b30a5b0c,gradienttype=0);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#b30a5b0c,endColorstr=#b30a5b0c)";
zoom:1;
	width:720px;
	margin-top:20px;
-moz-box-shadow: 1px 0 5px #999;
-webkit-box-shadow: 1px 0 5px #999;
padding:10px 10px 0 10px;
}
#gmenu .arrow_box:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#gmenu .gmenu_a_boxover .arrow_box:after {
	border-color: rgba(43, 106, 15, 0);
	border-bottom-color: #2b6a0f;
	border-width: 20px;
	left: 35%;
	margin-left: -20px;
}
#gmenu .gmenu_b_boxover .arrow_box:after {
	border-color: rgba(43, 106, 15, 0);
	border-bottom-color: #2b6a0f;
	border-width: 20px;
	left: 38%;
	margin-left: -20px;
}
#gmenu .gmenu_c_boxover .arrow_box:after {
	border-color: rgba(43, 106, 15, 0);
	border-bottom-color: #2b6a0f;
	border-width: 20px;
	left: 58%;
	margin-left: -20px;
}
#gmenu .arrow_box dl{
	margin:10px 0 0 0px;
}
#gmenu .arrow_box dt{
	margin:0 0 10px 0;
	color:#fff;
}
#gmenu .arrow_box dd{
	margin:0 0 5px 0;
}
#gmenu .arrow_box ul{
	margin:10px 0 0 10px;
}
#gmenu .arrow_box li{
	margin:0 0 10px 5px;
	color:#fff;
}
#gmenu .arrow_box .arrow_box_container{
	height: auto;  
	overflow: hidden;  
}
#gmenu .arrow_box_container:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
#gmenu .arrow_box .arrow_box_inner{
	float:left;
	border-right:1px #669b66 solid;
	width:30%;
	padding-left:20px;
	padding-bottom: 32767px;  
	margin-bottom: -32767px;
    }
#gmenu .arrow_box .arrow_box_inner a{
	display:block;
	padding:0 5px;
}
#gmenu .arrow_box .arrow_box_inner a:hover{
	background-color:#549553;
	padding:0 5px;
}
#gmenu .arrow_box .arrow_box_inner:last-child{
	border-right:none;
}
#gmenu .arrow_box .arrow_box_inner_tec_a{
	float:left;
	border-right:1px #669b66 solid;
	width:300px;
	padding-left:10px;
	padding-bottom: 32767px;  
	margin-bottom: -32767px;
    }
#gmenu .arrow_box .arrow_box_inner_tec_b{
	float:left;
	border-right:1px #669b66 solid;
	width:200px;
	padding-left:10px;
	padding-bottom: 32767px;  
	margin-bottom: -32767px;
    }
#gmenu .arrow_box .arrow_box_inner_tec_a a{
	display:block;
	padding:0 5px;
}
#gmenu .arrow_box .arrow_box_inner_tec_b a{
	display:block;
	padding:0 5px;
}
#gmenu .arrow_box .arrow_box_inner_tec_a a:hover{
	background-color:#549553;
	padding:0 5px;
}
#gmenu .arrow_box .arrow_box_inner_tec_b a:hover{
	background-color:#549553;
	padding:0 5px;
}
#gmenu .arrow_box .arrow_box_inner_tec_a:last-child{
	border-right:none;
}#gmenu .arrow_box .arrow_box_inner_tec_b:last-child{
	border-right:none;
}
#gmenu .arrow_box_bottom{
	background-color: rgba(10, 91, 12, 0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#b30a5b0c,endcolorstr=#b30a5b0c,gradienttype=0);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#b30a5b0c,endColorstr=#b30a5b0c)";
zoom:1;
	padding:3px 10px 0 10px;
}
#gmenu .arrow_box_bottom p.contentstoplink{
	float:left;
}
#gmenu .arrow_box_bottom p.closebtn{
	float:right;
	background:url(../images/common/close.gif) 0 5px no-repeat;
	padding-left:15px;
}



/* footer */
#footerbox{
	width:920px;
	margin:40px auto;
	font-size:0.9em;
}
#footerbox .footer_a{
	width:700px;
	float:left;
}
#footerbox .footer_b{
	width:178px;
	float:right;
}
#footerbox .footer_a ul{
	margin:0;
	list-style:none;
	margin-bottom:5px;
}
#footerbox .footer_a li{
	float:left;
	border-right:1px #ddd solid;
	padding:0 10px;
}
#footerbox .footer_a li:last-child a{
	border:none;
}
#footerbox .footer_a li:first-child{
	padding-left:0;
}
@media print {
    body {
        -webkit-print-color-adjust: exact;
    }
}
