@charset "UTF-8";
@import "../base/init.css";
@import "../base/style.css";
@import "../piece/style.css";

/* =========================================================
   category
========================================================= */

/* pagination
----------------------------------------------- */
.pagination {
  text-align: center;
}
.pagination a {
  padding: 0 6px;
}
.pagination span.current {
  padding: 0 3px;
  font-weight: bold;
  font-size: 150%;
}

/* global navi mamuro
----------------------------------------------- */
#globalNavimamuro {
  margin-top:15px;
  clear: both;
  width: 100%;
  height: 51px;
  background-image: url(./images/gns-menu-02.gif);
  background-position: right top;
  background-repeat: repeat-x;
  margin-bottom:10px;
}
/* 
#globalNavimamuro .start {
  background-image: url(./images/gns-menu-01.gif);
  background-position: left top;
  background-repeat: repeat-x;
  clear: both;
  display: block;
  float: left;
  width: 51px;
  height: 51px;
} */


#globalNavimamuro a {
  background-image: url(./images/gns-menu-03.gif);
  clear: right;
  display: block;
  float: left;
  width: 20%;
  height: 51px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 51px;
}

#globalNavimamuro a:hover,
#globalNavimamuro a.guide_on,
#globalNavimamuro a.machizukuri_on,
#globalNavimamuro a.gyousei_on,
#globalNavimamuro a.town_on {
  background-image: url(./images/gns-menu-03.gif);
  background-position: left -55px;
  background-repeat: repeat-x;
}

*:first-child+html #globalNavimamuro a {
  height: auto;
}

/* Opera9.6after */
#globalNavimamuro a:not(\*|*) {
  width: 13%;
}

/* Opera9.6before */
#html:first-child #globalNavimamuro a {
  width: 12.5%;
  margin-bottom: 7px;
}

/* IE */
* html #globalNavimamuro {
  width: 100%;
}
*:first-child+html #globalNavimamuro {
  width: 100%;
}

/* global navi active
----------------------------------------------- */
.articleCategoryHome #topglobalNavimamuro a.home,
.articleCategoryKurashi #globalNavimamuro a.guide,
.articleCategorySeikatsu #globalNavimamuro a.machizukuri,
.articleCategoryKanko #globalNavimamuro a.gyousei,
.articleCategoryJigyo #globalNavimamuro a.town {
  background-image: url(./images/gns-menu-03.gif);
  background-position: left -55px;
  background-repeat: repeat-x;
  color: #000000;
}

/* footer
----------------------------------------------- */
#footer {
  width: 100%;
  height: 100px;
}

#footer .pieceBody h2 {
  border-left: none;
  font-size: 120%;
  color: #000000;
  margin-left: 20px;
  background-image: none;
  text-indent:0px;
  padding: 0px;
  font-weight: bold;
  height: 20px;

}

#footer .pieceBody address {
  font-size: 90%;
  color: #000000;
  margin-left: 20px;
}

#footer .pieceBody {
  padding: 18px 0 0 0;
  background-image: url(./images/footer_img.png);
  background-repeat: no-repeat;
  background-position: right;
}


#footer .pieceBody2 {
  width: 100%;
  font-size: 80%;
  background-image: url(./images/footer.gif);
  background-repeat: repeat-x;
  background-position: center;
  text-align: center;
  color: #ffffff;
}

/* breadCrumbs
----------------------------------------------- */
#breadCrumbs {
  clear: both;
  margin: 0px 0px 0px 15px;
  line-height: 1.3;
  margin-bottom: 15px;
}
#breadCrumbs .direction {
  margin: 0px;
}
#pageTop {
  text-align: right;
}



/* Bunya
----------------------------------------------- */
* #pageTitle .pieceContainer {
  margin: 0px;
  padding: 0px;
  background-image: url(./images/cat_h1b.gif);
  background-repeat: no-repeat;
  background-position: right top;
}

* #pageTitle .pieceBody {
  background-image: url(./images/cat_h1a.gif);
  background-repeat: no-repeat;
  margin-bottom:20px;
}

* #pageTitle h1 {
  padding: 30px 0px 0px 0px;
  font-size: 150%;
  line-height: 10px;
  height: 35px;
  text-indent:20px;
  color: #003255;
}

#page-bunya-index h2 {
  height: 37px;
  margin: 0px;
  background-image: url(./images/cat_center_etc_h2.gif);
  background-position: right top;
  background-repeat: no-repeat;
  line-height: 1.3;
  text-indent:15px;
  font-size: 120%;
  border-left: none;
  overflow:hidden;
  margin-bottom: 15px;
  margin-top: 15px;

}


.contentArticleCategory .category .children div {
  display: inline;
  padding-left: 25px;
  padding-right: 5px;
  font-size: 100%;
  background-image: url(./images/ic-list-shinchaku.png);
  background-position: 15px 7px;
  background-repeat: no-repeat;
}

.guideHeader {
  height: 40px;
  background-image: url(./images/tl-localnavi.gif);
  background-repeat: no-repeat;
  padding: 12px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;


  
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;

  border-left: 1px solid #055230;
  border-right: 1px solid #055230;
  border-top: 1px solid #055230;
}


#categoryList .pieceContainer {
  margin: 0px;
  padding: 0px;
}

#categoryList .pieceHeader {
  display: none;
  margin: 0px;
  padding: 0px;
}

#categoryList .pieceBody {
  margin-top: 0px;
  padding-top: 0px;
}

#categoryList .pieceBody ul {
  border-left: 1px solid #055230;
  border-right: 1px solid #055230;
  border-bottom: 1px solid #055230;
  padding: 0px 5px;
  background-color: #ffffff;
  
}
#categoryList .pieceBody li {
  padding: 0px 5px 5px 20px;
  margin-bottom: 5px;
  background-image: url(./images/ic-list-shinchaku.png);
  background-position: 10px 5px;
  background-repeat: no-repeat;
}



/* category
----------------------------------------------- */
* #pageTitle .pieceContainer {
  margin: 0px;
  padding: 0px;
  background-image: url(./images/cat_h1b.gif);
  background-repeat: no-repeat;
  background-position: right top;
}

* #pageTitle .pieceBody {
  background-image: url(./images/cat_h1a.gif);
  background-repeat: no-repeat;
  margin-bottom:20px;
  border: none;
}

* #pageTitle h1 {
  padding: 30px 0px 0px 0px;
  font-size: 150%;
  line-height: 10px;
  height: 35px;
  text-indent:20px;
  color: #003255;
}

* h2 {
  height: 38px;
  margin: 0px;
  background-image: url(./images/cat_h2.gif);
  background-position: right top;
  background-repeat: no-repeat;
  text-indent:15px;
  font-size: 120%;
  overflow:hidden;
  padding: 12px 5px 0px 15px;
  color: #333333;
  font-weight: bold;
  border-left: 1px solid #d9d9d9;
  margin-bottom:15px;
  margin-top:15px;
}

* h3 {
  height: 38px;
  margin: 0px;
  background-image: url(./images/cat_h3.gif);
  background-position: right top;
  background-repeat: no-repeat;
  text-indent:15px;
  font-size: 120%;
  overflow:hidden;
  padding: 12px 5px 0px 15px;
  color: #333333;
  font-weight: bold;
  border-left: 1px solid #d9d9d9;
  margin-bottom:15px;
  margin-top:15px;

}

* li {
  padding: 0px 0px 5px 20px;
  background-image: url(./images/ic-list-shinchaku.png);
  background-position: 10px 5px;
  background-repeat: no-repeat;
}

.more {
  text-align: right;
}

