﻿@charset "utf-8";

/* reset style
============================================== */

body,
div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
p,
blockquote,
table,thead,tbody,tfoot,caption,th,td {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

fieldset,
img {
  border: 0 none;
}

h1,h2,h3,h4,h5,h6,
em,strong {
  font-size: 100%;
  font-weight: bold;
}
em {
  font-style: normal;
}

address,
cite,
th {
  font-style: normal;
  font-weight: normal;
}

/* 共通
============================================== */
body {
  font-family:
  verdana,
  sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #000;
  background-color: #fff;
}
.structure {
  width: 960px;
  margin: 0 auto;
}
.wrapHeader {
  background: url(../img/common/bg_header.png) repeat-x;
}
#wrapMountain {
  background: url(../img/common/bg_mountain.png) no-repeat center 68px;
}
#wraptPath {
  height: 30px;
}
#wrapFooter {
  background: url(../img/common/bg_footer.png) repeat;
}
#wrapLeaf {
  background: url(../img/common/bg_leaf.png) no-repeat center bottom;
}
.informationArea {
  width: 675px;
  border: 1px solid #cfc3a4;
}
.informationArea h2 {
  width: 675px;
  border-bottom: 6px solid #f7d114;
}
.informationArea h2 img {
  margin-left: 13px;
}

/* リンク
---------------------------------------------- */
a {
  color: #4c8d32;
}
a:hover {
  text-decoration: none;
}
#footer a {
  color: #054223;
  text-decoration: none;
  border-bottom:1px dotted #054223;
}
#footer a:hover {
  border-bottom:0px;
}
#tPath li a {
  color: #fff;
}
#mainArea a  {
  color: #dc6161;
}

/* 角丸
---------------------------------------------- */
.circle5 {
  border-radius: 5px;
  -moz-border-dadius: 5px;
  -webkit-border-radius: 5px;
}

/* 仕切線
---------------------------------------------- */
.linetop {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #cfc3a4;
}
.linetopNallow {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dotted #cfc3a4;
}
.linetopBold {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 5px solid #cfc3a4;
}

/* ダウンロード
---------------------------------------------- */
.download a {
  padding-left: 30px;
  background: url(../img/common/icon_download.png) no-repeat left center;
}  

/* header
---------------------------------------------- */
#header {
  position: relative;
  height: 132px;
}

/* gNav
---------------------------------------------- */
#gNav ul {
  position: absolute;
  left: 260px;
  top: 0px;
}
#gNav li {
  display: inline;
}
#gNav li a {
  height: 93px;
  display: block;
  float: left;
  text-indent: -9877em;
  text-decoration: none;
  overflow: hidden;
}

/* gNav：支所
---------------------------------------------- */
#gNav li.gSisho a {
  background: url(../img/common/gnav.png) no-repeat;
  width:140px;
}
#gNav li.gSisho a:hover {
  background: url(../img/common/gnav.png) no-repeat 0px -93px;
}

/* gNav：祭り
---------------------------------------------- */
#gNav li.gFes a {
  background: url(../img/common/gnav.png) no-repeat -140px 0px;
  width:140px;
}
#gNav li.gFes a:hover {
  background: url(../img/common/gnav.png) no-repeat -140px -93px;
}

/* gNav：カード
---------------------------------------------- */
#gNav li.gCard a {
  background: url(../img/common/gnav.png) no-repeat -280px 0px;
  width:140px;
}
#gNav li.gCard a:hover {
  background: url(../img/common/gnav.png) no-repeat -280px -93px;
}

/* gNav：バス
---------------------------------------------- */
#gNav li.gBus a {
  background: url(../img/common/gnav.png) no-repeat -420px 0px;
  width: 140px;
}
#gNav li.gBus a:hover {
  background: url(../img/common/gnav.png) no-repeat -420px -93px;
}
/* gInquiry：お問い合わせ
---------------------------------------------- */
#gNav li.gInquiry a {
  background: url(../img/common/gnav.png) no-repeat -560px 0px;
  width:140px;
}
#gNav li.gInquiry a:hover {
  background: url(../img/common/gnav.png) no-repeat -560px -93px;
}

/* tPath
---------------------------------------------- */
#tPath ul {
  position: absolute;
  top: 101px;
  height: 30px;
  background: #4c8d32;
}
#tPath li {
  display: inline;
  font-size: 12px;
  padding-left: 13px;
}
#tPath li.home {
  background: url(../img/common/icon_white.png) no-repeat left center;
}
#tPath li.child {
  margin-left: 10px;
  background: url(../img/common/icon_li_white.png) no-repeat left center;
}  

/* body
---------------------------------------------- */
#body {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* mainContents
---------------------------------------------- */
#mainContents {
  float: left;
  width: 675px;
}

/* subContents：呉羽の情報
---------------------------------------------- */
#subContents {
  float: right;
  width: 235px;
}

/* subEntry
---------------------------------------------- */
.subEntry {
  background: url(../img/common/bg_subentry.png) no-repeat center bottom;
  height: 407px;
  margin-top:
}

/* pageList
---------------------------------------------- */
#pageList {
  margin-bottom: 30px;
  border: 1px solid #cfc3a4;
}
#pageList li{
  border-bottom: 1px dotted #cfc3a4;
  margin: 10px 0;
}
#pageList li.lastchild {
  border-bottom: none;
  margin-bottom: 7px;
}
#pageList h2 {
  border-bottom: 3px solid #f7d114;
  padding: 15px;
  margin-bottom: 10px;
}
#pageList li a {
  margin-left: 20px;
  padding-left: 17px;
  background: url(../img/common/icon_brown.png) no-repeat left 45%;
}
#pageList.beforeBanner {
  margin-bottom: 20px;
}

/* subBanner
---------------------------------------------- */
#subBanner {
  margin-bottom: 30px;
  line-height: 0;
}
#subBanner li {
  margin-bottom: 7px;
}

/* 呉羽の情報（共通）
---------------------------------------------- */
#pickup li {
  line-height: 0;
  margin: 15px;
}

/* ページ先頭へ（共通）
---------------------------------------------- */
#pagetop {
  text-align: right;
  margin-bottom: 10px;
}

/* footerEntry
---------------------------------------------- */
.footerEntry {
  float: left;
  width: 235px;
  margin: 20px 0;
}
.footerEntry h2 {
  color: #fff;
  padding-left: 14px;
  background: url(../img/common/icon_brown.png) no-repeat left 45%;
}
.footerEntry li {
  padding-left: 14px;
  background: url(../img/common/icon_li_white.png) no-repeat 2px 45%;
}
.margin5 {
  margin-right: 5px;
}
.margin10 {
  margin-right: 10px;
}
/* 所在地情報
---------------------------------------------- */
#footer #address {
  color: #fff;
  margin-top: 20px;
}
#footer #address address {
  padding-left: 14px;
}

/* コピーライト
---------------------------------------------- */
#wrapLeaf address#copy {
  color: #fff;
  text-align: center;
  padding: 20px 0;
  border-top: 1px dotted #fff;
}

/* float関連 ※left-right間余白=20px
---------------------------------------------- */
.informationArea .left220 {
  width: 220px;
  float: left;
}
.informationArea .right355 {
  width: 355px;
  float: right;
}

.informationArea .left250 {
  width: 250px;
  float: left;
}
.informationArea .right325 {
  width: 325px;
  float: right;
}

.informationArea .left275 {
  width: 275px;
  float: left;
}
.informationArea .right300 {
  width: 300px;
  float: right;
}

.informationArea .left325 {
  width: 325px;
  float: left;
}
.informationArea .right250 {
  width: 250px;
  float: right;
}

.informationArea .left150 {
  width: 150px;
  float: left;
}
.informationArea .right425 {
  width: 425px;
  float: right;
}

.informationArea .left375 {
  width: 345px;
  float:left;
}
.informationArea .right200 {
  width:200px;
  float:right;
}

.informationArea .left200 {
  width: 200px;
  float: left;
}
.informationArea .right375 {
  width: 375px;
  float: right;
}
.informationArea .left155 {
  width: 155px;
  float: left;
}
.informationArea .right155 {
  width: 155px;
  float: right;
}
.informationArea .left290 {
  width: 290px;
  float: left;
}
.informationArea .right290 {
  width: 290px;
  float: right;
}
/* 余白、見出し関連
---------------------------------------------- */
.informationArea #mainArea {
  margin: 30px 40px;
}
.informationArea #mainArea h3 {
  color: #643507;
  font-size: 16px;
  font-family: meiryo;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 23px;
  background: url(../img/common/icon_circle_green.gif) no-repeat left 40%;
}
.informationArea #mainArea p.text {
  margin-bottom: 30px;
}
.informationArea #aside h4,
#nasi #nasimap h4,
#sisho #work h4 {
  color: #643507;
  font-size: 16px;
  font-family: meiryo;
  margin-bottom: 10px;
  padding-left: 23px;
  background: url(../img/common/icon_circle_pink.gif) no-repeat left 40%;
}
#kureha .sightseeing .spot .spotTitle,
#cardStore .store .storeDescription h4 {
  color: #dc6161;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
#kureha .sightseeing .spot address,
#cardStore .store .storeDescription p {
  color: #7aa821;
  font-size: 11px;
  font-weight: normal;
}



/* clear:both
---------------------------------------------- */
.clear {
  clear: both;
}
/* clearfix
---------------------------------------------- */
.clearfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;  
  clear: both; 
  visibility:hidden;
}
.clearfix{display: inline-block;} 

/* Hides from IE Mac */
* html .clearfix {height: 1%;}
.clearfix{display:block;}
/* End Hack */