@charset "UTF-8";

/* --------- Links --------- */
a {
color:#328AA4;
text-decoration:underline;
}
a:hover,a:visited {
color:#183459;
text-decoration:underline;
}

/* --------- Margin --------- */
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.ml8 {margin-left: 8px;}

/* --------- Layout --------- */
html {
margin-bottom: 1px;
height: 100%;
}
body {
font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
background: #333;
text-align: center;
color: #797979;
line-height: 1.5;
}
#page {
margin: 0px auto;
width: 700px;
text-align: left;
background: url(../images/page_bg.gif) repeat-y center top;
padding-right: 8px;
padding-left: 8px;
}
#mainContent {
background: #FFf url(../images/cmn_header_bg.gif) no-repeat center top;
width: 700px;
position: relative;
border-top: 1px solid #82abe3;
}
#localNavArea {
float: left;
width: 176px;
padding-top: 110px;
}
#contentArea {
float: left;
width: 508px;
background: url(../images/content_area_bg.gif) no-repeat center top;
margin-top: 30px;
padding-bottom: 50px;
}
#footer {
font-size: 83.3%;
color: #FFF;
text-align: center;
width: 700px;
padding-bottom: 10px;
border-top: 1px solid #560007;
padding-top: 10px;
}


/* --------- Maincontent --------- */
#mainContent p#logo {
position: absolute;
left: 20px;
top: 13px;
}
#contentArea p#navTitle {
margin-bottom: 56px;
margin-left: 344px;
width: 141px;
margin-top: 36px;
}
#contentArea h1#pageTitle {
margin-bottom: 56px;
margin-left: 344px;
width: 141px;
margin-top: 36px;
}
#contentArea h1 { margin-left: 24px; }
#contentArea h2 { margin-left: 24px; }
#contentArea p.mainText {
width: 460px;
margin-left: 24px;
}
#contentArea #figureArea {
background: #FFF;
width: 420px;
margin-left: 24px;
padding: 20px;
}
#contentArea #figureArea p.figureText {
width: 420px;
margin-bottom: 20px;
}
#contentArea p#pageTop {
width: 488px;
text-align: right;
}

/* --------- Footer --------- */
#footer ul#textNav { margin-bottom: 10px; }
#footer ul#textNav li { display: inline; }
#footer ul#textNav li a {
color: #FFF;
text-decoration: none;
}
#footer ul#textNav li a:hover {
color: #FF9;
text-decoration: underline;
}
p#bottomShadow {
width: 716px;
margin-right: auto;
margin-left: auto;
}

/* --------- Gnav --------- */
ul#gNav {
background: url(../images/gnavi_bg.gif) repeat-x;
height: 80px;
width: 570px;
padding-left: 130px;
}
ul#gNav li {
float: left;
height: 80px
}
ul#gNav li a {
text-decoration: none;
display: block;
height: 0;
padding-top: 80px;
overflow: hidden;
}

ul#gNav li#nav01 a {
background: url(../images/gnavi.gif) no-repeat -130px 0px;
width: 105px;
}
ul#gNav li#nav02 a {
background: url(../images/gnavi.gif) no-repeat -235px 0px;
width: 105px;
}
ul#gNav li#nav03 a {
background: url(../images/gnavi.gif) no-repeat -340px 0px;
width: 105px;
}
ul#gNav li#nav04 a {
background: url(../images/gnavi.gif) no-repeat -445px 0px;
width: 105px;
}
ul#gNav li#nav05 a {
background: url(../images/gnavi.gif) no-repeat -550px 0px;
width: 150px;
}

ul#gNav li#nav01 a:hover {
background: url(../images/gnavi.gif) no-repeat -130px -80px;
width: 105px;
}
ul#gNav li#nav02 a:hover {
background: url(../images/gnavi.gif) no-repeat -235px -80px;
width: 105px;
}
ul#gNav li#nav03 a:hover {
background: url(../images/gnavi.gif) no-repeat -340px -80px;
width: 105px;
}
ul#gNav li#nav04 a:hover {
background: url(../images/gnavi.gif) no-repeat -445px -80px;
width: 105px;
}
ul#gNav li#nav05 a:hover {
background: url(../images/gnavi.gif) no-repeat -550px -80px;
width: 150px;
}

/* --------- Gnav current--------- */
ul#gNav li.current01 a {
background: url(../images/gnavi.gif) no-repeat -130px -80px !important;
width: 105px !important; 
cursor:default;
}
ul#gNav li.current02 a {
background: url(../images/gnavi.gif) no-repeat -235px -80px !important;
width: 105px !important; 
cursor:default;
}
ul#gNav li.current03 a {
background: url(../images/gnavi.gif) no-repeat -340px -80px !important;
width: 105px !important; 
cursor:default;
}
ul#gNav li.current04 a {
background: url(../images/gnavi.gif) no-repeat -445px -80px !important;
width: 105px !important; 
cursor:default;
}
ul#gNav li.current05 a {
background: url(../images/gnavi.gif) no-repeat -550px -80px !important;
width: 150px !important; 
cursor:default;
}


/* --------- Localnav --------- */

ul#localNav li a {
text-decoration: none;
display: block;
height: 0;
overflow: hidden;
}
ul#localNav li#lnav01 a {
background: url(../images/localnavi.gif) no-repeat 0px 0px;
width: 170px;
padding-top: 30px;
}
ul#localNav li#lnav02 a {
background: url(../images/localnavi.gif) no-repeat 0px -30px;
width: 170px;
padding-top: 30px;
}
ul#localNav li#lnav03 a {
background: url(../images/localnavi.gif) no-repeat 0px -60px;
width: 170px;
padding-top: 30px;
}
ul#localNav li#lnav04 a {
background: url(../images/localnavi.gif) no-repeat 0px -90px;
width: 170px;
padding-top: 30px;
}
ul#localNav li#lnav05 a {
background: url(../images/localnavi.gif) no-repeat 0px -150px;
width: 170px;
padding-top: 24px;
}

ul#localNav li#lnav01 a:hover {
background: url(../images/localnavi.gif) no-repeat -170px 0px;
width: 170px;
padding-top: 30px;
}
ul#localNav li#lnav02 a:hover {
background: url(../images/localnavi.gif) no-repeat -170px -30px;
width: 170px;
padding-top: 30px;
}
ul#localNav li#lnav03 a:hover {
background: url(../images/localnavi.gif) no-repeat -170px -60px;
width: 170px;
padding-top: 30px;
}
ul#localNav li#lnav04 a:hover {
background: url(../images/localnavi.gif) no-repeat -170px -90px;
width: 170px;
padding-top: 30px;
}
ul#localNav li#lnav05 a:hover {
background: url(../images/localnavi.gif) no-repeat -170px -150px;
width: 170px;
padding-top: 24px;
}

/* --------- Localnav current--------- */
ul#localNav li.current01 a {
background: url(../images/localnavi.gif) no-repeat -170px 0px !important;
width: 170px !important;
padding-top: 30px !important;
cursor:default;
}
ul#localNav li.current02 a {
background: url(../images/localnavi.gif) no-repeat -170px -30px !important;
width: 170px !important;
padding-top: 30px !important;
cursor:default;
}
ul#localNav li.current03 a {
background: url(../images/localnavi.gif) no-repeat -170px -60px !important;
width: 170px !important;
padding-top: 30px !important;
cursor:default;
}
ul#localNav li.current04 a {
background: url(../images/localnavi.gif) no-repeat -170px -90px !important;
width: 170px !important;
padding-top: 30px !important;
cursor:default;
}

/* --------- directLinkS --------- */
ul#directLinkS { margin-left: 10px; }

/* --------- textNav current--------- */
ul#textNav li.current a {
color: #FF9 !important;
text-decoration: underline !important;
cursor:default;
}
/* --------- table --------- */
table{
width:460px;
margin-left: 24px;
border-collapse: collapse;
}
th, td{
text-align: left;
padding: .5em;
border: 1px solid #eff2f2;
}
th{
width: 7em;
background: #328aa4;
color: #fff;
text-align: right;
}
td{background: #fff;}
table .endCell{border: none;}
table .topCell { width: 50%; }

