@charset "UTF-8";
@import "../common/style.css";
/* =========================================================
   Pieces
========================================================= */

/* accessibility-tool
----------------------------------------------- */
#commonHeader {
  width: 100%;
  height: auto;
  background-color: #ececec;
  font-size: 12px;
}
#commonHeader .pieceContainer {
  padding: 4px 10px;
  text-align: right;
}
#headerBody .piece {
  margin-bottom: 0px;
}
.head-tools {
  width: 100%;
  margin: 0;
  padding: 4px 0 3px 0;
  background-position: left top;
  text-align: right;
}
#furiganaAttention {
  padding-left: 15px;
  padding-top: 5px;
  background-color: #ececec;
  font-size: 120%;
  text-align: center;
}
.rubyOn #furiganaAttention {
  display: block;
}
#nocssread {
  display: none;
  margin-right: -9999px;
}
.head-tools a {
  margin-right: 8px;
}
.head-tools img {
  margin-right: 0px 3px 0px 0px;
  vertical-align: middle;
}

/* font-size
---------------------- */
img.font {
  margin-top: 3px;
}
a#fontSmall, a#fontMiddle, a#fontLarge {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  vertical-align: middle;
  text-indent: 9999px;
  overflow: hidden;
}
a#fontSmall {
  background-image: url(./images/bt-s01.gif);
  background-repeat: no-repeat;
}
a#fontSmall:hover {
  background-image: url(./images/bt-s02.gif);
}
a#fontMiddle {
  background-image: url(./images/bt-m01.gif);
  background-repeat: no-repeat;
}
a#fontMiddle:hover {
  background-image: url(./images/bt-m02.gif);
}
a#fontLarge {
  background-image: url(./images/bt-l01.gif);
  background-repeat: no-repeat;
}
a#fontLarge:hover {
  background-image: url(./images/bt-l02.gif);
}

/* For firefox2 */
a#fontSmall,x:-moz-any-link,
a#fontMiddle,y:-moz-any-link,
a#fontLarge,z:-moz-any-link {
  display: -moz-inline-box;
  padding-top: 20px;
}
a#fontSmall, x:-moz-broken,
a#fontMiddle, y:-moz-broken,
a#fontLarge, z:-moz-broken {
  padding-top: 0px;
}
*html a#fontSmall, *html a#fontMiddle, *html a#fontLarge {
  margin-top: 4px;
}

/* color
---------------------- */
a#themeBlack, a#themeBlue, a#themeWhite {
  display: inline-block;
  width: 22px;
  height: 20px;
  margin-top: 1px;
  vertical-align: middle;
  text-indent: 9999px;
  overflow: hidden;
}
a#themeBlack {
  background-image: url(./images/bg-black.gif);
  background-repeat: no-repeat;
}
a#themeBlue {
  background-image: url(./images/bg-blue.gif);
  background-repeat: no-repeat;
}
a#themeWhite {
  background-image: url(./images/bg-white.gif);
  background-repeat: no-repeat;
}
/* For firefox2 */
a#themeBlack,x:-moz-any-link,
a#themeBlue,y:-moz-any-link,
a#themeWhite,z:-moz-any-link {
  display:-moz-inline-box;
  padding-top: 20px;
}

a#themeBlack,x:-moz-broken,
a#themeBlue,y:-moz-broken,
a#themeWhite,z:-moz-broken {
  padding-top: 0px;
}

/* furigana
---------------------- */
a#navigationRuby {
  display: inline-block;
  width: 121px;
  height: 20px;
  background-image: url(./images/bg-furigana01.gif);
  background-repeat: no-repeat;
  vertical-align: middle;
  line-height:2;
  text-indent: 9999px;
  overflow: hidden;
}

/* For firefox2 */
a#navigationRuby,x:-moz-any-link {
  display: -moz-inline-box;
  padding-top: 20px;
}
a#navigationRuby,x:-moz-broken {
  padding-top: 0px;
}
a#navigationRuby.rubyOn {
  background-image: url(./images/bg-furigana-on.gif);
}
a#navigationRuby.rubyOff:hover {
  background-image: url(./images/bg-furigana02.gif)
}

/* yomiage
---------------------- */
a#navigationTalk {
  display: inline-block;
  width: 82px;
  height: 20px;
  background-image: url(./images/bg-yomiage01.gif);
  background-repeat: no-repeat;
  vertical-align: middle;
  line-height:2;
  text-indent: 9999px;
  overflow: hidden;
}
a#navigationTalk:hover {
  background-image: url(./images/bg-yomiage02.gif)
}
a#navigationTalk.talkOn {
  width: 82px;
  background-image: url(./images/bg-yomiage-on.gif);
}
a:hover#navigationTalk.talkOn {
  width: 82px;
  background-image: url(./images/bg-yomiage-on.gif);
}
#navigationTalkPlayer {
  position: absolute;
}
#navigationTalkPlayer object {
  position: relative;
  top: 25px;
  left: -190px;
}

*html #navigationTalkPlayer object {
  top: 28px;
}

#navigationTalkPlayer:not(\*|*) {
  position: absolute;
}
#navigationTalkPlayer object:not(\*|*) {
  position: relative;
  top: 25px;
  left: 340px;
}

/* EEE浯・・ャ・躔ナ
---------------------- */
a.riyou {
  display: inline-block;
  width: 82px;
  height: 20px;
  background-image:url(./images/bg-annai01.gif);
  background-repeat: no-repeat;
  vertical-align: middle;
  line-height:2;
  text-indent: 9999px;
  overflow: hidden;
}
a.riyou:hover {
  background-image: url(./images/bg-annai02.gif);
}
/* firefox2 */
a.riyou,x:-moz-any-link {
  display: -moz-inline-box;
  padding-top: 20px;
}
a.riyou,x:-moz-broken {
  padding-top: 0px;
}

/* navigationNotice
---------------------- */
#navigationNotice {
  padding: 6px 10px;
  background-color: #dddddd;
  font-weight: bold;
}

/* common banner
----------------------------------------------- */
#commonBanner {
  clear: both;
  height: 70px; 
  margin: 0;
  padding: 0;
  background-image: url(./images/bg-header.gif);
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 12px;
  text-align: right;
}
#commonBanner .logo {
  float: left;
  width: 29%;
  height: 70px;
}
#commonBanner .logo a {
  display: block;
  width: 100%;
  height: 0px !important;
  height /**/: 70px; /* gokanmode */
  padding-top: 70px;
  overflow: hidden;
  outline: 0;
  text-indent: 9999px;
}
#commonBanner .menu {
  float: right;
  width: 70%;
  height: 70px;
  margin: 0px;
  text-align: right;
}
#commonBanner .upperMenu {
  margin: 5px 0px 0px 0px;
  padding-right: 10px;
}
#commonBanner .lowerMenu {
  margin: 0px 0px 5px 0px;
  padding-right: 10px;
}
#commonBanner .menu form {
  display: inline;
}
input#search-box, a.chiiki img, a.soshiki img, a.toiawase, a.siteMap,
input {
  vertical-align: middle;
}
a.soshiki img {
  margin-left: 5px;
}
input#search-box {
  width: 130px;
}

/* otoiawase
---------------------- */
a.toiawase {
  display: inline-block;
  width: 100px;
  height: 14px;
  background-image:url(./images/txt-toiawase.gif);
  background-position: left top;
  background-repeat: no-repeat;
  vertical-align: middle;
  line-height: 2;
  text-indent: 9999px;
  overflow: hidden;
}
a.toiawase:hover {
  background-image: url(./images/txt-toiawase.gif);
  background-position: left -14px;
}
/* firefox2 */
a.toiawase,x:-moz-any-link {
  display: -moz-inline-box;
  padding-top: 20px;
}
a.toiawase,x:-moz-broken {
  padding-top: 0px;
}

/* sitemap
---------------------- */
a.siteMap {
  display: inline-block;
  width: 100px;
  height: 14px;
  background-image:url(./images/txt-sitemap.gif);
  background-position: left top;
  background-repeat: no-repeat;
  vertical-align: middle;
  line-height: 2;
  text-indent: 9999px;
  overflow: hidden;
}
a.siteMap:hover {
  background-image: url(./images/txt-sitemap.gif);
  background-position: left -14px;
}
/* firefox2 */
a.siteMap,x:-moz-any-link {
  display: -moz-inline-box;
  padding-top: 20px;
}
a.siteMap,x:-moz-broken {
  padding-top: 0px;
}

/* global navi
----------------------------------------------- */
#globalNavi {
  clear: both;
  width: 100.3%;
  height: 40px;
}
#globalNavi a {
  display: block;
  float: left;
  width: 16.6%;
  height: 40px;
  background-image: url(./images/bg-menu01.jpg);
  background-position: left top;
  background-repeat: repeat-x;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
}
#globalNavi a:hover {
  background-image: url(./images/bg-menu01.jpg);
  background-position: left -40px;
  background-repeat: repeat-x;
  color: #000000;
}
#globalNavi a.top {
  background-image: url(./images/bg-menu01.jpg);
}
#globalNavi a.anshin {
  background-image: url(./images/bg-menu03.jpg);
}
#globalNavi a.anshin:hover {
  background-image: url(./images/bg-menu03.jpg);
  background-position: left -40px;
}
/*
*:first-child+html #globalNavi a {
  height: auto;
}
*/

/* Opera9.6after */
/*
#globalNavi a:not(\*|*) {
  width: 17%;
}
#globalNavi a.anshin:not(\*|*) {
  width: 15%;
}
*/

/* Opera9.6before */
/*
html:first-child #globalNavi a {
  width: 16.5%;
  margin-bottom: 7px;
}
html:first-child #globalNavi a.anshin {
  width: 20%;
  margin-bottom: 7px;
}
*/

/* IE */
/*
* html #globalNavi {
  width: 100.1%;
}
* html #globalNavi a.anshin {
  width: 16.3%;
}
*:first-child+html #globalNavi {
  width: 100.25%;
}
*/

/* global navi active
----------------------------------------------- */
#page-index #globalNavi a.top {
  background-image: url(./images/bg-menu01.jpg);
  background-position: left -80px;
  color: #ffffff;
}
#globalNavi a.current {
  background-position: left -80px;
  color: #ffffff;
}

/* footer
----------------------------------------------- */
/* address
---------------------- */
#address {
  padding:10px 5px;
  border-top: 1px solid #cccccc;
}
#page-index #address {
  padding:10px 5px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.inquiry {
  clear: both;
  margin: 0px;
  padding: 0px 10px;
  color: #333333;
}
.inquiry h2 {
  margin-bottom: 5px;
  background-image: none;
  font-size: 110%;
  font-weight: bold;
}
.department, .section {
  font-weight: bold;
}

/* footer-navi
---------------------- */
#footerNavi {
  width: 100%;
  background-color: #0086CA;
}
#footerNavi .pieceBody {
  padding: 10px 0px;
  color: #ffffff;
  text-align: center;
}
#footerNavi img {
  margin-left: 5px;
  vertical-align: middle;
}
#footerNavi a {
  color: #ffffff;
}
#footerNavi a:visited {
  color: #ffffff;
}
#footerNavi a:hover {
  color: #ffffff;
}

/* breadCrumbs
----------------------------------------------- */
#breadCrumbs {
  clear: both;
  width: 100%;
  margin: 7px 0px 0px 0px;
  line-height: 1.3;
}
#breadCrumbs .direction {
  margin: 0px;
}
#pageTop {
  text-align: right;
}

/* calendar
----------------------------------------------- */
/*
* html .calender {
  height: 1%;
}
#calendar .pieceContainer {
  width: 100%;
}
#menu #calendar .pieceHeader,
#links #calendar .pieceHeader {
  height: 8px;
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  background-image:url(./images/bg-ring.gif);
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 0px;
  text-indent: -9999px;
  line-height: 1;
}
#calendar .pieceBody {
  width: 100%;
  margin: 0;
  padding: 0;
  background-image:url(./images/bg-calendar-repeat.gif);
  background-position: left top;
  background-repeat: repeat-y;

}
#calendar .calendar {
  float: left;
  width: 162px;
  padding: 5px 0px 0px 6px;
  font-size: 12px;
  font-weight: bold;
}
#calendar .links {
  clear: both;
  padding: 5px 0px 10px 0px;
  background-image: url(./images/bg-calendar-bottom.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
  text-align: center;
}
#calendar .calendar .wdays .wday {
  display: block;
  float: left;
  width: 17px;
  padding: 2px;
  border-right: solid 1px #aaaaaa;
  border-top: solid 1px #aaaaaa;
  border-bottom: solid 1px #aaaaaa;
  text-align: center;
}
#calendar .calendar .days .day {
  display: block;
  float: left;
  width: 17px;
  padding: 2px;
  border-right: solid 1px #aaaaaa;
  border-bottom: solid 1px #aaaaaa;
  text-align: center;
}
#calendar .calendar .wdays .sun,
#calendar .calendar .days .sun {
  border-left: solid 1px #aaaaaa;
}
#calendar .calendar .days .sat {
  color: #3366ff;
}
#calendar .calendar .days .sun,
#calendar .calendar .days .holiday {
  color: #ff0000;
}
*/
.january {
  background-image: url(./images/bg-january.gif);
}
.february {
  background-image: url(./images/bg-february.gif);
}
.march {
  background-image: url(./images/bg-march.gif);
}
.april {
  background-image: url(./images/bg-april.gif);
}
.may {
  background-image: url(./images/bg-may.gif);
}
.june {
  background-image: url(./images/bg-june.gif);
}
.july {
  background-image: url(./images/bg-july.gif);
}
.august {
  background-image: url(./images/bg-august.gif);
}
.september {
  background-image: url(./images/bg-september.gif);
}
.october {
  background-image: url(./images/bg-october.gif);
}
.november {
  background-image: url(./images/bg-november.gif);
}
.december {
  background-image: url(./images/bg-december.gif);
}
.january, .february, .march, .april, .may, .june, .july, .august, .september, .october, .november, .december {
  height: 25px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
/*
.calendar .prevMonth, .calendar .nextMonth {
  color: #ffffff;
  text-indent: -9999px;
  overflow: hidden;
}
.links a.prevMonth {
  padding-left: 13px;
  background-image: url(./images/ic-prevmonth.gif);
  background-position: 4% center;
  background-repeat: no-repeat;

}
.links a.nextMonth {
  padding-right:13px;
  background-image: url(./images/ic-nextmonth.gif);
  background-position: 96% center;
  background-repeat: no-repeat;
}
*/

/* piece
----------------------------------------------- */
.piece {
  margin-bottom: 5px;
}
#footer .piece {
  margin-bottom: 0px;
}

/* ad
----------------------------------------------- */
#adBanner .pieceBody {
  padding: 0px;
}
#adBanner a {
  display: block;
  margin-bottom: 5px;
}

/* copyright
----------------------------------------------- */
#copyright .pieceBody{
  padding: 3px 5px;
  background-color: #0086CA;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/* page-title
----------------------------------------------- */
*html #pageTitle {
  height: 0px;
}
#pageTitle .pieceContainer {
  margin: 0px;
  padding: 0px;
  background-image: url(./images/tl-pegetitle-repeat.gif);
  background-position: left top;
  background-repeat: repeat-x;
}
#pageTitle .pieceBody {
  background-image: url(./images/tl-pegetitle-top.gif);
  background-position: left top;
  background-repeat: no-repeat;
}
#pageTitle h1 {
  padding: 0px 0px 0px 20px;
  background-image: url(./images/tl-pegetitle-bottom.gif);
  background-position: right top;
  background-repeat: no-repeat;
  font-size: 200%;
  font-weight: bold;
  line-height:50px;
}
h1 {
  color: #000000;
}

/* content-title
----------------------------------------------- */
*html #contentTitle {
  height: 0px;
}
#contentTitle .pieceContainer {
  margin: 0px;
  padding: 0px;
  background-image: url(./images/tl-pegetitle-repeat.gif);
  background-position: left top;
  background-repeat: repeat-x;
}
#contentTitle .pieceBody {
  background-image: url(./images/tl-pegetitle-top.gif);
  background-position: left top;
  background-repeat: no-repeat;
}
#contentTitle h2 {
  padding: 0px 0px 0px 20px;
  background-image: url(./images/tl-pegetitle-bottom.gif);
  background-position: right top;
  background-repeat: no-repeat;
  font-size: 200%;
  font-weight: bold;
  line-height:50px;
}


/* side-list
----------------------------------------------- */
#links ul,
#menu ul {
  padding: 5px 5px 0px 5px;
  background-color: #eaf4f6;
}
#links li,
#menu li {
  padding: 0px 0px 5px 8px;
  background-image: url(./images/ic-list.gif);
  background-position: left 0.3em;
  background-repeat: no-repeat;
}
#menu .pieceHeader,
#links .pieceHeader {
  padding: 0px 5px 0px 25px;
  background-image: url(./images/tl-side.gif);
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #0086ca;
  line-height: 25px;
}
#menu .pieceHeader h2,
#links .pieceHeader h2 {
  color: #ffffff;
  font-weight: bold;
}
/*
#sample .pieceHeader {
  height: 25px;
  background-image: url(./images/tl-kanrenj.gif);
  background-position: left top;
  background-repeat: no-repeat;
  text-indent:-9999px;
  overflow:hidden;
}
*/




/* Doc Tabs
--------------------------------------------------------- */
#docTab {
  margin-bottom: 15px;
}


/* tabs
------------------------------------- */
#docTab .tabs {
  width: 100%;
}
#docTab .tabs a {
  display: inline-block;
  float: left;
  width: 20%; 
  line-height: 24px;
  margin-right: 3px;
  padding: 0px 3px;
  background-image: url(./images/bg-tab1.jpg);
  background-position: 0px 0px;
  color: #333333;
  border: 1px solid #cccccc;
  border-bottom: none;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
}
#docTab .tabs:after {  
  content: ".";  
  display: block;  
  visibility: hidden;  
  height: 0.1px;  
  font-size: 0.1em;  
  line-height: 0;  
  clear: both;  
}
#docTab .tabs .bosai a {
  background-image: url(./images/bg-tab2.jpg);
  background-position: 0px 0px;
  color: #333333;
}
#docTab .tabs a:hover {
  background-position: 0px -100px;
  color: #333333;
}
#docTab .tabs .bosai:hover a {
  background-position: 0px -100px;
  color: #333333;
}
#docTab .tabs .current a,
#docTab .tabs .current a:hover {
  background-position: 0px bottom;
  color: #ffffff;
}


/* content
------------------------------------- */
#docTab .wrapper {
  clear: both;
  width: 100%;
  margin: 0px;
  border: 1px solid #cccccc;
}
#docTab .content {
  clear: both;
  height: auto !important;
  padding: 8px 0px;
}
#docTab .content ul {
  padding: 0px 20px 0px 15px;
}
#docTab .content li {
  margin: 0px;
  padding: 0px 0px 0px 10px;
  background-image: url(./images/ic-list-shinchaku.gif);
  background-position: left 0.6em;
  background-repeat: no-repeat;
  line-height: 1.5;
}

/* links
------------------------------------- */
#docTab .links {
}
#docTab .links .feed {
  position: absolute;
  float: left;
}
#docTab .links .feed li {
  display: inline-block;
}
#docTab .links .feed a {
  display: -moz-inline-box;
  display: inline-block;
} 
 #docTab .links .feed a.feedRss {
  width: 40px;
  height: 0px;
  margin-left: 15px;
  padding-top: 13px;
  background-image: url(./images/bt-rss.gif);
  background-repeat: no-repeat;
  overflow: hidden;
  vertical-align: middle;
} 
#docTab .links .feed a.feedAtom {
  width: 40px;
  height: 0px;
  margin-left: 5px;
  padding-top: 13px;
  background-image: url(./images/bt-atom.gif);
  background-repeat: no-repeat;
  overflow: hidden;
  vertical-align: middle;
}
#docTab .links .more {
  text-align: right;
  padding: 10px 20px 10px 10px;
}
#docTab .links .more a {
  overflow: hidden;
  padding-top: 10px; 
}

/* pagination
----------------------------------------------- */
.pagination {
  text-align: center;
}
.pagination a {
  padding: 0px 6px;
}
.pagination span.current {
  padding: 0px 3px;
  font-size: 150%;
  font-weight: bold;
}
