@charset "utf-8";

/*----------------------------------------------------
	背景・文字色設定
----------------------------------------------------*/
html {
}

body {
	color:#333;
	line-height: 1.5;
	background: #fff;
}

/* text size(13px:82%時)
10px 	77%
11px 	85%
12px 	93%
13px 	100%
14px 	108%
15px 	116%
16px 	124%
17px 	131%
18px 	139%
19px 	147%
20px 	154%
21px 	162%
22px 	169%
23px 	177%
24px 	185%
25px 	192%
26px 	200%
*/

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
a:link {
	color:#0370ae;
	text-decoration: underline;
}

a:visited {
	color:#0370ae;
	text-decoration: underline;
}

a:hover {
	color:#f6419a;
	text-decoration: none;
}

a:active {
	color:#f6419a;
	text-decoration: none;
}

.button:hover {
	filter: alpha(opacity=70);
	opacity:0.7;
}

.section a:link {
	text-decoration: underline;
}

.section a:visited {
	text-decoration: underline;
}

.section a:hover {
	text-decoration: none;
}

.section a:active {
	text-decoration: none;
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 3px 0 5px 15px;
}

.imgL {
	float: left;
	margin: 3px 15px 5px 0;
}

.kome {
	text-indent: -1.1em;
	margin-left: 1.2em;
}

.attention {
	color: #ff0000;
}

.mBottomZero {
	margin-bottom: 0 ! important;
}

.mTopZero {
	margin-top: 0 ! important;
}

.mLeftZero {
	margin-left: 0 ! important;
}

.mRightZero {
	margin-right: 0 ! important;
}

.pBottomZero {
	padding-bottom: 0 ! important;
}

.pTopZero {
	padding-top: 0 ! important;
}

.pLeftZero {
	padding-left: 0 ! important;
}

.pRightZero {
	padding-right: 0 ! important;
}

.imgBox {
	display: block ! important;
	font-size: 1px ! important;
}

.noBorder {
	border: none ! important;
}


/* -----------------------------------------------------------
	フォームの長さ設定
----------------------------------------------------------- */
.formLength30px {
	width: 30px;
}

.formLength60px {
	width: 60px;
}

.formLength100px {
	width: 100px;
}

.formLength200px {
	width: 200px;
}

.formLength250px {
	width: 250px;
}

.formLength300px {
	width: 300px;
	padding: 5px;
}

.formLength600px {
	width: 600px;
	padding: 5px;
}

.submitButton50px {
	width: 50px;
	height: 23px;
}

textarea {
	width: 600px;
	height: 7em;
	font-size: 100%;
	padding: 5px;
}

input {
	vertical-align: middle;
}



/*----------------------------------------------------
	ヘッダ
----------------------------------------------------*/
#header {
	border-top: 4px solid #8cc540;
	min-width: 950px;
}

#header #head {
	width: 950px;
	height: 108px;
	margin: 0 auto;
	position: relative;
}

#header #head p.txtCatch {
	position: absolute;
	top: 11px;
	left: 0px;
}

#header #head h1 {
	position: absolute;
	top: 33px;
	left: 0px;
}

#header #head p.textE {
	position: absolute;
	top: 75px;
	left: 0px;
}

#header #head ul#headSub {
	position: absolute;
	top: 8px;
	right: 111px;
}

#header #head ul#headSub li {
	float: left;
	line-height: 1.1;
	color: #575757;
}

#header #head ul#headSub li a:link {
	color:#575757;
	text-decoration: none;
}

#header #head ul#headSub li a:visited {
	color:#575757;
	text-decoration: none;
}

#header #head ul#headSub li a:hover {
	color:#575757;
	text-decoration: underline;
}

#header #head ul#headSub li a:active {
	color:#575757;
	text-decoration: underline;
}

#header #head p.headLang {
	position: absolute;
	top: 0px;
	right: 0px;
}

#header #head p.headTxt {
	position: absolute;
	top: 67px;
	right: 83px;
}

#header #head p.markEnv {
	position: absolute;
	top: 32px;
	right: 4px;
}


/*----------------------------------------------------
	メインフレーム
----------------------------------------------------*/
#container {
	width: 950px;
	margin: 0 auto;
}

#container #contents {
	margin-top: 20px;
}

#container #contents #main {
	width: 660px;
	float: left;
}

#container #contents #side {
	width: 240px;
	float: right;
}


/*----------------------------------------------------
	メインビジュアル
----------------------------------------------------*/
h2 #mainVisual {
	height: 160px;
}

/*----------------------------------------------------
	メインメニュー
----------------------------------------------------*/
#mainMenu {
	margin-top: 20px;
}

#mainMenu ul {
	height: 51px;
	width: 950px;
}

#mainMenu ul li {
    float: left;
}

#mainMenu ul li a {
    background: url(../images/mainmenu.gif) left top;
    display: block;
	height: 51px;
}

#mainMenu ul li a span {
	display: none;
}

#mainMenu ul li a.hmVisitor {
    background-position: 0px 0px;
    width: 213px;
}

.visitor #mainMenu ul li a.hmVisitor,
#mainMenu ul li a.hmVisitor:hover {
    background-position: 0px bottom;
}

#mainMenu ul li a.hmNew {
    background-position: -213px 0px;
    width: 140px;
}

.new #mainMenu ul li a.hmNew,
#mainMenu ul li a.hmNew:hover {
    background-position: -213px bottom;
}

#mainMenu ul li a.hmHiking {
    background-position: -353px 0px;
    width: 187px;
}

.hiking #mainMenu ul li a.hmHiking,
#mainMenu ul li a.hmHiking:hover {
    background-position: -353px bottom;
}

#mainMenu ul li a.hmRoad {
    background-position: -540px 0px;
    width: 221px;
}

.road #mainMenu ul li a.hmRoad,
#mainMenu ul li a.hmRoad:hover {
    background-position: -540px bottom;
}

#mainMenu ul li a.hmNature {
    background-position: -761px 0px;
    width: 189px;
}

.nature #mainMenu ul li a.hmNature,
#mainMenu ul li a.hmNature:hover {
    background-position: -761px bottom;
}


/*----------------------------------------------------
	トピックパス
----------------------------------------------------*/
#topicPath {
    padding: 20px 0 0;
}

#topicPath ol {
    font-size: 93%x;
    width: 950px;
    margin: 0 auto;
    background: url("../images/topicpath_home.gif") no-repeat 0px 5px;
}

#topicPath ol li {
    background: url("../images/topicpath_next.gif") no-repeat 3px center;
    display: inline;
    line-height: 1.1;
    padding: 0 5px 0 20px;
}

#topicPath ol li.pathTop {
    background: none;
}

#topicPath ol li {
	color:#333;
}

#topicPath ol li a:link {
	color:#333;
}

#topicPath ol li a:visited {
	color:#333;
}

#topicPath ol li a:hover {
	color:#333;
}

#topicPath ol li a:active {
	color:#333;
}


/*----------------------------------------------------
	サイド
----------------------------------------------------*/
#side ul.sideBnr li {
	margin-top: 10px;
}

#side ul.sideBnr li:first-child {
	margin-top: 0px;
}

#side #sideWeather {
	background: url(../images/side_weather_bk.gif);
	border-bottom: 5px solid #6da425;
	margin-top: 20px;
}

#side #sideWeather h3 {
	font-weight: normal;
	text-align: center;
	line-height: 1.1;
	padding: 3px 0;
	color: #fff;
	background: #6da425;
	font-size: 108%;
}

#side #sideWeather #weathernews_blog_parts {
	margin: 0 auto;
	width: 200px;
	padding: 8px 0;
}

#side ul#sideSub01 {
	margin-top: 20px;
}

#side ul#sideSub02 {
	margin-top: 20px;
	border: 1px solid #ccc;
}

#side ul#sideSub02 li.sideSubEnd {
	height: 77px;
	overflow: hidden;
}

#side ul#sideBnrBottom {
	margin-top: 20px;
}

/* サイドメニュー */
#side #sideMenu {
	background: #6da425;
	padding: 12px;
	border-radius: 3px;
	margin-bottom: 20px;
}

#side #sideMenu h3 {
	text-shadow: rgba(0,0,0,0.2) 1px 1px 0px;
	font-size: 147%;
	text-align: center;
	line-height: 1.1;
	font-weight: normal;
	color: #fff;
}

#side #sideMenu ul li a {
	display: block;
	background: url(../images/point_menu.png) no-repeat 12px center #fff;
	border-radius: 3px;
	line-height: 1.1;
	padding: 11px 2px 10px 30px;
	margin-top: 10px;
	border: 1px solid #fff;
	font-size: 124%;
	color: #914c27;
	text-shadow: 1px 1px 0px #fff;
}

#side #sideMenu ul li a:link {
	color:#914c27;
	text-decoration: none;
}

#side #sideMenu ul li a:visited {
	color:#914c27;
	text-decoration: none;
}

#side #sideMenu ul li a:hover {
	color:#914c27;
	text-decoration: none;
	background-color: #fdeeab;
}

#side #sideMenu ul li a:active {
	color:#914c27;
	text-decoration: none;
	background-color: #fdeeab;
}

.side01 #side #sideMenu ul li a.sidemenu01,
.side02 #side #sideMenu ul li a.sidemenu02,
.side03 #side #sideMenu ul li a.sidemenu03,
.side04 #side #sideMenu ul li a.sidemenu04,
.side05 #side #sideMenu ul li a.sidemenu05,
.side06 #side #sideMenu ul li a.sidemenu06 {
	color:#914c27;
	text-decoration: none;
	background-color: #fdeeab;
}




/*----------------------------------------------------
	サイト内共通
----------------------------------------------------*/
.mainTitle {
	border-bottom: 2px solid #6da425;
	background: #eff0e8;
}

.mainTitle span.mTitle {
	display: inline-block;
	background: #6da425;
	color: #fff;
	font-size: 139%;
	line-height: 1.2;
	padding: 10px 13px 5px;
	font-weight: normal;
	text-shadow: rgba(0,0,0,0.2) 1px 1px 0px;
}


.subTitle {
	background: url(../images/title_sub_border.gif) no-repeat left bottom;
	padding-bottom: 6px;
}

.subTitle span.sTitle {
	display: inline-block;
	font-size: 139%;
	line-height: 1.2;
	background: url(../images/title_sub_point.gif) no-repeat left center;
	padding: 5px 0px 5px 20px;
	font-weight: normal;
}

a.pdfLink {
	background: url(../images/point_pdf.gif) no-repeat left center;
	padding-left: 25px;
}

ul.basicList li {
	background: url(../images/point_circle.gif) no-repeat left 4px;
	padding-left: 15px;
	margin-top: 5px;
}

ul.linkList li {
	background: url(../images/point_next_g.png) no-repeat left center;
	padding-left: 17px;
	margin-top: 5px;
}

a.pdfButton {
	background: url(../images/point_pdf_bt.png) no-repeat 10px center #e33a42;
	font-size: 116%;
	line-height: 1.1;
	color: #fff;
	padding: 10px 10px 8px 34px;
	font-weight: bold;
	display:inline-block;
	border-radius: 5px;
	text-shadow: rgba(0,0,0,0.2) 2px 2px 0px;
	text-align: left;
}

a.pdfButton:link {
	text-decoration: none;
}

a.pdfButton:visited {
	text-decoration: none;
}

a.pdfButton:hover {
	text-decoration: none;
	background-color: #ec7373;
}

a.pdfButton:active {
	text-decoration: none;
	background-color: #ec7373;
}


a.attButton {
	background: #ed6b03;
	font-size: 154%;
	line-height: 1.1;
	color: #fff;
	padding: 10px 30px 8px 30px;
	font-weight: bold;
	display:inline-block;
	border-radius: 5px;
	text-shadow: rgba(0,0,0,0.2) 2px 2px 0px;
	text-align: left;
	border: 3px solid #f4ab4c;
}

a.attButton:link {
	text-decoration: none;
}

a.attButton:visited {
	text-decoration: none;
}

a.attButton:hover {
	text-decoration: none;
	background-color: #fca241;
	border: 3px solid #ffc254;
}

a.attButton:active {
	text-decoration: none;
	background-color: #fca241;
	border: 3px solid #ffc254;
}


/* ページナビ */
p.mainButton a {
	background: url(../images/point_bt_old.png) no-repeat 8px center #6da425;
	line-height: 1.1;
	color: #fff;
	padding: 6px 10px 5px 22px;
	display:inline-block;
	text-shadow: rgba(0,0,0,0.2) 1px 1px 0px;
	text-align: left;
}

p.mainButton a:link {
	text-decoration: none;
}

p.mainButton a:visited {
	text-decoration: none;
}

p.mainButton a:hover {
	text-decoration: none;
	background-color: #90c748;
}

p.mainButton a:active {
	text-decoration: none;
	background-color: #90c748;
}

ul.topicsList {
	margin-top: 20px;
}

ul.topicsList li p.mainButton a {
	border-radius: 3px;
}

ul.topicsList li.btNew {
	float: left;
}

ul.topicsList li.btNew p.mainButton a {
	background-image: url(../images/point_bt_new.png);
}

ul.topicsList li.btOld {
	float: right;
}

ul.topicsList li.btOld p.mainButton a {
	background-position: right 8px center;
}

ul.topicsList li.btOld p.mainButton a {
	padding-left: 10px;
	padding-right: 22px;
}

/* テーブル */
table.basic {
	width: 100%;
	border-top: 1px solid #a7a7a7;
	border-left: 1px solid #a7a7a7;
}

table.basic th,
table.basic td {
	padding: 5px 10px;
	line-height: 1.3;
	vertical-align: middle;
	text-align: left;
	border-bottom: 1px solid #a7a7a7;
	border-right: 1px solid #a7a7a7;
}

table.basic th {
	background: #f7f2e6;
	font-weight: normal;
	text-align: center;
	color: #93451c;
}

table.basic td {
	background: #fff;
}

table.basic th.head {
	background: #93451c;
	color: #fff;
	font-size: 116%;
}

/* ページ遷移 */
#contents #main .pageNaviBox {
	text-align: center;
	margin-top: 20px;
}

#contents #main .pageNaviBox ol.pageNavi {
	display:inline-block;
	*display:inline;
	*zoom:1;
}


#contents #main .pageNaviBox ol.pageNavi li {
	float: left;
}

#contents #main .pageNaviBox ol.pageNavi li a,
#contents #main .pageNaviBox ol.pageNavi li strong {
	display: block;
	border: 1px solid #c7c7c7;
	padding: 5px 7px;
	margin: 0 5px;
	line-height: 1.1;
}

#contents #main .pageNaviBox ol.pageNavi li a:hover {
	background: #ffeec7;
	border: 1px solid #ffa32c;
}

#contents #main .pageNaviBox ol.pageNavi li strong {
	background: #eee;
}


/*----------------------------------------------------
	フッタ
----------------------------------------------------*/
#footer {
    padding-top: 50px;
}

#footer #footMain {
	background: url(../images/foot_bk.gif) repeat-x left top #eff0e8;
	padding: 55px 0 30px;
	min-width: 950px;
	text-shadow: 1px 1px 0px #fff;
}

#footer #footMain #footMainIn {
	width: 950px;
	margin: 0 auto;
}

#footer #footMain #footMainIn .footAdd {
	float: left;
	width: 415px;
	padding-top: 5px;
}

#footer #footMain #footMainIn .footAdd p {
	color: #5a8f12;
	font-size: 177%;
	line-height: 1.1;
}

#footer #footMain #footMainIn .footAdd address {
	margin-top: 10px;
}

#footer #footMain #footMainIn .footSitemap {
	float: right;
	width: 520px;
	background: url(../images/foot_border.gif) repeat-y left top;
	padding: 5px 0 10px;
}

#footer #footMain #footMainIn .footSitemap ul {
	float: left;
	margin-left: 40px;
}

#footer #footMain #footMainIn .footSitemap ul li {
	background: url(../images/point_next_g.png) no-repeat left center;
	line-height: 1.1;
	padding-left: 18px;
	margin-top: 7px;
}

#footer #footMain #footMainIn .footSitemap ul li a:link {
	color:#333;
	text-decoration: none;
}

#footer #footMain #footMainIn .footSitemap ul li a:visited {
	color:#333;
	text-decoration: none;
}

#footer #footMain #footMainIn .footSitemap ul li a:hover {
	color:#333;
	text-decoration: underline;
}

#footer #footMain #footMainIn .footSitemap ul li a:active {
	color:#333;
	text-decoration: underline;
}

/* フッタコピーライト */
#footer #footCopy {
	min-width: 950px;
	padding: 20px 0;
	border-top: 1px solid #e0e2d7;
	position: relative;
}

#footer #footCopy small {
	display: block;
	width: 950px;
	margin: 0 auto;
	font-family: Arial,Helvetica,sans-serif;
	text-align: center;
	letter-spacing: 1px;
	color: #575757;
	font-size: 93%;
}



/* pagetop */
#footer #footCopy #pagetop {
	position: absolute;
	top: -13px;
	right: 25px;
}


/*----------------------------------------------------
	最新情報
----------------------------------------------------*/
#newBox {
	width: 660px;
}

/* 上部ナビ */
#newBox .ui-tabs-hide {
	display: none;
}

#newBox ul#newMenu {
	border-bottom: 2px solid #6da425;
	width: 659px;
}

#newBox ul#newMenu li {
	float: left;
	border-left: 1px solid #fff;
	width: 164px;
}

#newBox ul#newMenu li:first-child {
	border-left: none;
}

#newBox ul#newMenu li a {
	display: block;
	text-align: center;
	color: #333;
	background: #eff0e8;
	width: 164px;
	line-height: 1.1;
	font-size: 108%;
	padding: 14px 0;
}

#newBox ul#newMenu li.ui-tabs-selected a {
	color: #fff;
	background: #6da425;
}

#newBox ul#newMenu li a:link {
	text-decoration: none;
}

#newBox ul#newMenu li a:visited {
	text-decoration: none;
}

#newBox ul#newMenu li a:hover {
	text-decoration: underline;
}

#newBox ul#newMenu li a:active {
	text-decoration: underline;
}


/* お知らせリスト */
#newBox ul.newList p.day {
	padding-left: 35px;
	background: url(../images/point_leaf.gif) no-repeat left center;
	line-height: 1.1;
	min-height: 22px;
}

#newBox ul.newList p.day .day {
	font-size: 116%;
	display: inline-block;
	padding-top: 4px;
}

#newBox ul.newList p.day .icon {
	margin-left: 15px;
	display: inline-block;
	color: #fff;
	padding: 4px 8px 3px;
	border-radius: 3px;
}

#newBox ul.newList p.day .icon.nature {
	background: #219764;
}

#newBox ul.newList p.day .icon.info {
	background: #e25750;
}

#newBox ul.newList p.day .icon.event {
	background: #4987c7;
}

#newBox ul.newList p.day .icon.recruit {
	background: #fff;
	border: 2px solid #e25750;
	color: #e25750;
	padding: 2px 6px 1px;
	margin-left: 5px;
}

#newBox ul.newList p.eventDay {
	color: #815040;
	background: #ffedcb;
	padding: 4px 8px 3px;
	display: inline-block;
	margin-top: 8px;
	border-radius: 3px;
	font-size: 108%;
}

#newBox ul.newList h3 {
	font-size: 139%;
	margin-top: 10px;
	font-weight: normal;
	line-height: 1.3;
}

#newBox ul.newList h3 a {
	display: block;
}

#newBox ul.newList p.dText {
	margin-top: 10px;
}

#newBox ul.newList p.imgArea {
	width: 140px;
	float: right;
	text-align: center;
	margin-left: 10px;
}

#newBox ul.newList img.diaryImg {
	border-radius: 3px;
}

#newBox ul.newList li {
	padding: 20px 0px;
	border-bottom: 1px dotted #c3c3c3;
}


/* 日記記事一覧へ */
#newBox .goList {
	margin-top: 30px;
	text-align: center;
}

#newBox .goList a {
	display: inlineblock;
	border-radius: 5px;
	border: 3px solid #f5a39f;
	background: #e25750;
	padding: 5px 20px 4px;
	text-shadow: rgba(0,0,0,0.2) 1px 1px 0px;
	font-size: 154%;
	letter-spacing: 2px;
	line-height: 1.1;
}

#newBox .goList a:hover {
	filter: alpha(opacity=80);
	opacity:0.8;
}

#newBox .goList a:link {
	color:#fff;
	text-decoration: none;
}

#newBox .goList a:visited {
	color:#fff;
	text-decoration: none;
}

#newBox .goList a:hover {
	color:#fff;
	text-decoration: none;
}

#newBox .goList a:active {
	color:#fff;
	text-decoration: none;
}


/* お知らせ詳細 */
.new.detail #contents #main h3.subTitle {
	margin-top: 30px;
}

.new.detail #contents #main .day {
	display: inline-block;
	font-weight: normal;
	font-size: 108%;
	float: right;
	margin-top: 5px;
}

.new.detail #contents #main .icon {
	margin-left: 15px;
	display: inline-block;
	color: #fff;
	padding: 2px 8px 1px;
	border-radius: 3px;
	font-weight: normal;
	float: right;
	margin-top: 5px;
}

.new.detail #contents #main .icon.nature {
	background: #219764;
}

.new.detail #contents #main .icon.info {
	background: #e25750;
}

.new.detail #contents #main .icon.event {
	background: #4987c7;
}

.new.detail #contents #main .icon.recruit {
	background: #fff;
	border: 2px solid #e25750;
	color: #e25750;
	padding: 2px 6px 1px;
	margin-left: 5px;
}

.new.detail #contents #main p.eventDay {
	color: #815040;
	background: #ffedcb;
	padding: 4px 8px 3px;
	display: inline-block;
	margin-top: 8px;
	border-radius: 3px;
	font-size: 108%;
}

.new.detail #contents #main p.mainTxt {
	margin-top: 20px;
	font-size: 116%;
}

.new.detail #contents #main p.mainTxt img.image {
	float: right;
	margin-left: 10px;
	border-radius: 3px;
}

.new.detail #contents #main p.pdfArea {
	margin-top: 20px;
}

.new.detail #contents #main ul.topicsList.topicsD {
	border-top: 1px dotted #c3c3c3;
	padding-top: 20px;
}

.new.detail #contents #main .dayArea {
	margin-top: 10px;
}

.new.detail #contents #main .dayArea .icon {
	float: none;
	margin-left: 15px;
}

.new.detail #contents #main table.basic {
	margin-top: 20px;
	font-size: 116%;
}

.new.detail #contents #main table.basic th {
	width: 8em;
}




/*----------------------------------------------------
	HOME用
----------------------------------------------------*/
#home #container #contents {
    margin-top: 40px;
}

/* ビジュアルエリア */
#home #container #mainVisual {
	height: 400px;
}

#home #container #mainVisual {
	height: 400px;
}

#home #container #mainVisual ul#slider1 {
	height: 400px;
	overflow: hidden;
}

#home #container #mainVisual .bx-window {
    width: 950px;
    height: 400px;
    overflow: hidden;
	border-radius: 5px;
}

#home #container #mainVisual a.bx-prev {
	position: absolute;
	top: 165px;
	left: -35px;
	width: 70px;
	height: 70px;
	display: block;
	text-indent: -9999px;
	background: url(../images/visual_back.png) no-repeat left top;
}

#home #container #mainVisual a.bx-next {
	position: absolute;
	top: 165px;
	right: -35px;
	width: 70px;
	height: 70px;
	display: block;
	text-indent: -9999px;
	background: url(../images/visual_next.png) no-repeat left top;
}

#home #container #mainVisual .bx-prev:hover,
#home #container #mainVisual .bx-next:hover {
	filter: alpha(opacity=80);
	opacity:0.80;
}

#home body{
	overflow: hidden;
	min-width: 950px;
}

/* キャッチ */
#home #container #catchBox {
	background: #e0f1be;
	padding: 10px;
	margin-bottom: 40px;
}

#home #container #catchBox #catchBoxIn {
	background: #fff;
	padding: 15px;
	border: 1px solid #91bc58;
	border-radius: 3px;
}

#home #container #catchBox #catchBoxIn p {
	font-size: 108%;
	line-height: 1.6;
	margin-top: 10px;
}

#home #container #catchBox #catchBoxIn p img {
	float: right;
	margin: 0 0 5px 15px;
	border-radius: 3px;
}


/*----------------------------------------------------
	エラーページ
----------------------------------------------------*/
#errMsg #contents .errArea {
	margin: 50px auto 100px;
	border: 5px solid #e0f1be;
	padding: 30px;
	text-align: center;
	width: 600px;
}

#errMsg #contents .errArea h2 {
	font-size: 147%;
	color: #e33a42;
}

#errMsg #contents .errArea p {
	font-size: 124%;
	margin-top: 20px;
}

