@charset "UTF-8";

/* Body */
body{
	font-size: 12px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'Verdana', 'sans-serif';
	background-color: #006936;
	background-image: url(../images/bg/bg_gnavi.png);
	background-repeat: repeat-x;
	background-position: top;
}
/* a:link */
a {
	color:0000ff;
	text-decoration:underline
}
a,a:link,a:hover {
	font-style:normal;
	color: #FFFFFF;
}
a:link,a:visited,a:hover,a:active {
	text-decoration:none;
	color: #CCCCCC;
}
a:link {
	color:#000099
}
a:visited {
	color:#900
}
a:hover {
	color:#00f
}
a:active {
	color:#333
}
a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
}
/* H tag */
h2{
	padding: 10px;
	margin-bottom: 10px;
	background-image: url(../images/bg/br_001.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
/* CSS3 */
.cr_6px{
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	}
.grd{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #6dbb56), color-stop(0.00, #91c97e));
	background: -webkit-linear-gradient(#91c97e, #6dbb56);
	background: -moz-linear-gradient(#91c97e, #6dbb56);
	background: -ms-linear-gradient(#91c97e, #6dbb56);
	background: linear-gradient(#91c97e, #6dbb56);
	/background-color: #EF7A00;
	color: #FFF;
}
/*///// Pagination /////*/

#contents .pagination {
	text-align:center;
	padding: 7px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 3px;
    }
#contents .pagination a {
	padding: 2px 5px 2px 5px; 
	margin: 2px;
	border: 1px solid #000000;
	text-decoration: none; /* no underline */
	color: #000000;
    }
#contents .pagination a:hover,
#contents .pagination a:active {
	border: 1px solid #000000;
	background-color:#000000;
	color: #fff;
    }
#contents .pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px; 
	border: 1px solid #000000;
	font-weight: bold;
	background-color: #000000;
	color: #FFF;
	} 
#contents .pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD; 
    }

/*//////// topへ戻る ////////*/
#scrollUp {
	bottom: -10px;
	right: 20px;
	width: 85px;
	height: 40px;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	color: #828282;
	-webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
	background-color: #E6E6E6;
	background-image: -moz-linear-gradient(top, #EBEBEB, #DEDEDE);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#EBEBEB), to(#DEDEDE));
	background-image: -webkit-linear-gradient(top, #EBEBEB, #DEDEDE);
	background-image: -o-linear-gradient(top, #EBEBEB, #DEDEDE);
	background-image: linear-gradient(to bottom, #EBEBEB, #DEDEDE);
	background-repeat: repeat-x;
	-webkit-transition: bottom 150ms linear;
	-moz-transition: bottom 150ms linear;
	transition: bottom 150ms linear;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px #FFF;
}
#scrollUp:hover {
		bottom: 0px;
	}
/*///// wrapper /////*/
#wrapper{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	}
/*///// Header /////*/
#g_header{
	background-image: url(../images/bg/bg_gnavi_inner.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 137px;
	position: relative;
}
#g_header h1{
	position: absolute;
	top: 55px;
	left: 186px;
	font-size: 14px;
	line-height: 1em;
	font-weight: normal;
	color: #FFF;
}
#g_navi{
	height: 30px;
	position: absolute;
	left: 170px;
	top: 103px;
}
#g_navi ul{
}
#g_navi li{
	float: left;
	height: 30px;
}
#g_navi a:hover img {
	opacity:1;
	filter:alpha(opacity=100);
}
/* All */
.nav {
}
.nav ul {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav ul:before,
.nav ul:after {
  content: "";
  display: table;
}
.nav ul:after {
  clear: both;
}
.nav ul > li {
	float: left;
	position: relative;
}
.nav li li a {
	display: block;
	line-height: 1em;
	color: #fff;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
}
.nav a:hover {
  text-decoration: none;
}
.nav li ul {
  background: #005b30;
  width: 180px;
}
.nav li ul li {
  width: 180px;
  z-index: 100;
}
.nav li ul a {
  border: none;
}
.nav li ul a:hover {
  background: rgba(0, 0, 0, 0.19999999999999996);
}
/* Fold Out
============================== */
.nav5 ul > li:hover ul {
  max-height: 1000px;
  -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}
.nav5 li ul {
  position: absolute;
  left: 0;
  top: 27px;
  z-index: 100;
  max-height: 0;
  overflow: hidden;
  -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 50% 0;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
/*///// footer /////*/
#footer{
	width: 100%;
	height: 485px;
	clear: both;
	color: #FFF;
	background-image: url(../images/bg/bg_footer.png);
	background-repeat: repeat-x;
	background-position: top;
}
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color: #FFF;
}
/**/
#innerwrap{
	width: 1000px;
	height: 505px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	margin-top: 5px;
	position: relative;
	background-image: url(../images/bg/bg_footer_inner.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#innerwrap li{
	margin-right: 1em;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../images/arrow/arr_01.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 10px;
}
#innerwrap .foottxt{
	position: absolute;
	left: 40px;
	top: 12px;
}
#innerwrap .logo1{
	position: absolute;
	left: 10px;
	top: 75px;
}
#innerwrap .logo2{
	position: absolute;
	left: 150px;
	top: 105px;
}
#innerwrap .logo3{
	position: absolute;
	left: 320px;
	top: 105px;
}
#innerwrap .logo4{
	position: absolute;
	left: 500px;
	top: 75px;
}
#innerwrap .logo5{
	position: absolute;
	left: 630px;
	top: 85px;
}
#innerwrap .logo6{
	position: absolute;
	left: 750px;
	top: 95px;
}
#innerwrap .logo7{
	position: absolute;
	right: 10px;
	top: 95px;
}
#col1{
	position: absolute;
	height: 180px;
	width: 150px;
	left: 210px;
	top: 215px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-left: 20px;
}
#col2{
	position: absolute;
	height: 180px;
	width: 200px;
	left: 330px;
	top: 215px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-left: 20px;
}
#col2 .no{
	background-image: none;
	padding-left: 0px;
}
#col3{
	position: absolute;
	height: 180px;
	width: 200px;
	left: 490px;
	top: 215px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	padding-left: 20px;
}
#innerwrap .cp_name{
	font-weight: bold;
	position: absolute;
	left: 10px;
	top: 415px;
}
#innerwrap .cp_address{
	position: absolute;
	left: 200px;
	top: 415px;
}
#innerwrap .cp_address2{
	position: absolute;
	left: 200px;
	top: 435px;
}
#innerwrap .copyright{
	position: absolute;
	left: 470px;
	top: 465px;
}
