@charset "utf-8";
/* ============================================================CSS information

 file name  :module.css
 style info :共通パーツ
=================================================================== */

/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header {
	background: url(../images/share/head_bgimg.gif) no-repeat center top;
	width: 1012px;
	margin: auto;
	height: 179px;
	position: relative;
}

*+html #header {
	position: relative;
	z-index: 100;
}

* html #header {
	position: relative;
	z-index: 100;
}

#header .logo {
	position: absolute;
	top: 25px;
	left: 55px;
}

#header .logo a {
	background: url(../images/share/head_logo.gif) no-repeat center top;
	display: block;
	width: 517px;
	height: 72px;
	text-indent: -9999px;
}

#header .logo a:hover {
	background: url(../images/share/head_logo.gif) no-repeat center -72px;
}

#header .telnum {
	position: absolute;
	top: 39px;
	right: 50px;
}

#header .pin {
	position: absolute;
	top: 114px;
	left: 72px;
	z-index: 90;
}



/* #gNav
----------------------------------------------------------- */
#header #gNav {
	background: url(../images/share/gnav_bgimg.gif) no-repeat right top;
	position: absolute;
	top: 83px;
	right: 50px;
	z-index: 100;
	padding-top: 33px;
}

#header #gNav li {
	display: inline;
	float: left;
	position: relative;
}
#header #gNav li a {
	cursor: pointer;
	outline: none;
}
#header #gNav li ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 10px;
	width: auto;
	white-space: nowrap;
	padding: 2px 10px 1px 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	box-shadow: 2x 2px 2px #333;
	-webkit-box-shadow: 2px 2px 2px #333;
	-moz-box-shadow: 2x 2px 2px #333333;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
*+html #header #gNav li ul {
	width: 185px;
}
* html #header #gNav li ul {
	width: 185px;
}
#header #gNav li ul li {
	float: none;
	display: block;
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
}
#header #gNav li ul li.lastChild {
	border: 0;
}
#header #gNav li ul li a {
	display: block;
	width: 100%;
	text-shadow: 1px 1px 1px #ccc;
	text-decoration: none;
}





/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
.pageTop a {
	display: block;
	width: 912px;
	margin: auto;
	height: 20px;
	padding: 8px 50px;
	background: url(../images/share/foot_pagetop_bgimg.gif) no-repeat center top;
	text-align: right;
}
.pageTop a:hover {
	background: url(../images/share/foot_pagetop_bgimg.gif) no-repeat center -36px;
}
#footer {
	width: 1012px;
	margin: auto;
}

#footer ul {
	text-align: center;
	margin: 10px;
}

#footer ul li {
	display: inline;
	padding: 0 0.7em;
	border-left: 1px solid #666;
}

#footer ul li.firstChild,
#footer ul li:first-child {
	border: 0;
}

#footer a:link,
#footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	color: #FF9900;
}


#footer .copyright,
#footer address {
	color: #666;
	text-align: center;
	margin: 10px;
}

#footer .copyright .footer_logo {
	vertical-align: middle;
	margin-right: 1em;
}


/* -----------------------------------------------------------
	.section_lv1
----------------------------------------------------------- */
.section_lv1 {
	margin: 20px 0 40px 0;
}
.section_lv1 h1 {
	background: #B3DA4C url(../images/share/second_h1_bgimg.gif) no-repeat left bottom;
	padding: 0.4em 0.7em;
	margin-bottom: 15px;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
}
.section_lv1 h2 {
	padding: 0.3em 0;
	border-top: 2px solid #B3DA4C;
	border-bottom: 4px solid #B3DA4C;
	margin-bottom: 10px;
	font-size: 1.3em;
	margin-top: 20px;
	margin-bottom: 15px;
}
.section_lv1 h3 {
	font-size: 1.2em;
	color: #339900;
}
.section_lv1 p {
	margin: 1em 0;
}

#main .section_lv1_first {
	margin-top: 0;
}

/* -----------------------------------------------------------
	.side_section_lv1
----------------------------------------------------------- */
.side_section_lv1 {
	margin: 20px 0 40px 0;
}

.side_section_lv1:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.side_section_lv1 p {
	margin: 1em 10px;
}
.side_section_lv1 .mid {
	margin: 1em 0;
	text-align: center;
}

/* -----------------------------------------------------------
	サイドバー
----------------------------------------------------------- */
.side_section_lv1 .tourList:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.side_section_lv1 .tourList li {
	line-height: 0;
	float: left;
	display: inline;
	margin-bottom: 3px;
}
.side_section_lv1 .tourList li a {
	display: block;
}


/* -----------------------------------------------------------
	お問い合わせフォーム
----------------------------------------------------------- */
table.inquiry th,
table.inquiry td {
	padding: 15px 10px;
}
.inquiry input {
	padding: 3px;
}
.inquiry .wid300 {
	width: 300px;
}
.inquiry .wid500 {
	width: 500px;
}
.inquiry textarea {
	padding: 3px;
}
.inquiry input:focus {
	background-color: #FFFFCC;
}
.inquiry textarea:focus {
	background-color: #FFFFCC;
}
.image-btn {
	border: 0px;
    width: 285px;
    height: 46px;
    background: url(../images/share/btn_inquirysubmit.gif) left top no-repeat;
	cursor: pointer;
}
.image-btn:hover {
	filter: alpha(opacity=50);
	opacity:0.50;
}


/* -----------------------------------------------------------
	ネイチャーツアーTop
----------------------------------------------------------- */
.naturetourList:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.naturetourList li {
	float: left;
	height: 145px;
	margin: 10px 19px 10px 0;
}
.naturetourList li.even {
	margin-right: 0;
}


