@charset "UTF-8";

/* IE用印刷設定CSS
=================== */

@media print {
    body { _zoom: 67%; /*WinIE only */ }
    #top_a { _zoom: 95%; /*WinIE only */ }
}


/* 基本設定
=================== */

* {
    margin: 0;
    padding: 0;
}

body {
    font: 14px 'Arial', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'sans-serif';
    position: relative;
    text-align: left;
    color: #444;
    line-height: 1.8;
    background: #fff;
}
* html body {
    font: x-small;
}
:first-child + html body {
    font-size: small;
}

table {
    font: 100%;
    font-size: inherit;
}

a:link,
a:visited {
    color: #444;
}
a:hover,
a:active {
    text-decoration: none;
    color: #444;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: normal;
    font-style: normal;
}

p {
    font-size: 100%;
    margin: 0;
    padding: 0;
}

ul {
    font-size: 100%;
    margin: 5px 0 5px 10px;
    padding: 0 0 0 10px;
}

ol {
    font-size: 100%;
    margin: 5px 0 5px 15px;
    padding: 0 0 0 20px;
}


/* header
=================== */

header {
    position: relative;
    z-index: 99;
    background: #f8f8f6;
}

header ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

header a:link,
header a:visited {
    text-decoration: none;
}

header a:hover {
    text-decoration: underline;
}

header .head_in {
    width: 980px;
    margin: 0 auto;
    padding: 0 0 35px;
}


/* title */

header p.title {
    color: #96948c;
    font-size: 71.43%;
    line-height: 1.2;
    margin: 0;
    padding: 10px 0 15px;
}


/* logo */

header .logo {
    width: 200px;
    float: left;
    font-size: 100%;
    line-height: 1;
    margin: 0;
    padding: 10px 0 0;
}


/* h_info */

header .h_info {
    width: 650px;
    float: right;
}


/* h_t_link */

header .h_info ul.h_t_link {
    float: left;
    width: 272px;
    margin: 62px 0 0;
}

header .h_info ul.h_t_link li {
    float: left;
    font-size: 92.86%;
    margin: 0 10px 0 0;
    padding: 0 0 0 12px;
    background: url(../img/h_arw.png) no-repeat 0 8px;
}


/* h_contact */

header .h_info .h_contact {
    float: right;
    width: 372px;
}

header .h_info .h_contact .tel {
    font-size: 214.29%;
    font-weight: bold;
    margin: 0 0 8px;
    padding: 0 0 0 20px;
    line-height: 1;
    background: url(../img/h_tel.png) no-repeat 0 5px;
}

header .h_info .h_contact .hour {
    font-size: 12px;
    padding: 0 0 0 10px;
    font-weight: normal;
}

header .h_info .h_contact .h_btn p {
    float: left;
    width: 181px;
    line-height: 1;
}

header .h_info .h_contact .h_btn p a {
    float: left;
    width: 181px;
    padding-top: 45px;
    height: 0px !important;
    height /**/: 45px;
    overflow: hidden;
    outline: none;
}

header .h_info .h_contact .h_btn p.mail a {
    background: url(../img/h_contact.gif) no-repeat 0 0;
}

header .h_info .h_contact .h_btn p.advice {
    float: right;
}

header .h_info .h_contact .h_btn p.advice a {
    background: url(../img/h_advice.gif) no-repeat 0 0;
}

.overlay,
header #btn_menu {
    display: none;
}


/* nav
=================== */

nav {
    margin: -5px 0 0;
    z-index: 101;
    width: 100%;
    height: 72px;
    position: relative;
    overflow: hidden;
    background: url(../img/bg_nav.png) repeat-x 0 0;
}

nav ul {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -495px;
    padding: 29px 0 18px;
    list-style-type: none;
    width: 990px;
    background: url(../img/slash_nav.png) no-repeat 0 27px;
}

nav ul li {
    float: left;
    width: 130px;
    margin: 0 10px 0 0;
}

nav ul li.nav01 {
    margin: 0 10px;
}

nav ul li a {
    display: block;
    width: 130px;
    float: left;
    padding-top: 23px;
    height: 0px !important;
    height /**/: 23px;
    overflow: hidden;
    outline: none;
}

nav ul li.nav01 a {
    background: url(../img/nav01.gif) no-repeat 0 0;
}
nav ul li.nav01 a:hover,
nav ul li.nav01 a.selected {
    background: url(../img/nav01.gif) no-repeat 0 -23px;
}

nav ul li.nav02 a {
    background: url(../img/nav02.gif) no-repeat 0 0;
}
nav ul li.nav02 a:hover,
nav ul li.nav02 a.selected {
    background: url(../img/nav02.gif) no-repeat 0 -23px;
}

nav ul li.nav03 a {
    background: url(../img/nav03.gif) no-repeat 0 0;
}
nav ul li.nav03 a:hover,
nav ul li.nav03 a.selected {
    background: url(../img/nav03.gif) no-repeat 0 -23px;
}

nav ul li.nav04 a {
    background: url(../img/nav04.gif) no-repeat 0 0;
}
nav ul li.nav04 a:hover,
nav ul li.nav04 a.selected {
    background: url(../img/nav04.gif) no-repeat 0 -23px;
}

nav ul li.nav05 a {
    background: url(../img/nav05.gif) no-repeat 0 0;
}
nav ul li.nav05 a:hover,
nav ul li.nav05 a.selected {
    background: url(../img/nav05.gif) no-repeat 0 -23px;
}

nav ul li.nav06 a {
    background: url(../img/nav06.gif) no-repeat 0 0;
}
nav ul li.nav06 a:hover,
nav ul li.nav06 a.selected {
    background: url(../img/nav06.gif) no-repeat 0 -23px;
}

nav ul li.nav07 a {
    background: url(../img/nav07.gif) no-repeat 0 0;
}
nav ul li.nav07 a:hover,
nav ul li.nav07 a.selected {
    background: url(../img/nav07.gif) no-repeat 0 -23px;
}

nav ul li.home,
nav ul li.nav08,
nav ul li.nav09,
nav ul li.button {
    display: none !important;
}


/* wrap
=================== */

#wrap {
    position: relative;
    z-index: 99;
    width: 100%;
    overflow: hidden;
    margin: -5px 0 0;
}


/* wrap_un
=================== */

#wrap_un {
    position: relative;
    z-index: 99;
    width: 100%;
    overflow: hidden;
    margin: -5px 0 0;
    background: url(../img/bg_repeat_pattern.gif) repeat 0 0;
}

#wrap_un .wrap_un_in {
    width: 980px;
    margin: 0 auto;
}


/* directry
=================== */

.directry ol {
    width: 980px;
    margin: 0 auto;
    padding: 13px 0 35px;
    list-style-type: none;
}

.directry ol li {
    float: left;
    font-size: 71.43%;
    color: #96948c;
}

.directry ol li a:link,
.directry ol li a:visited {
    color: #96948c;
}

.directry ol li a:hover {
    color: #96948c;
    text-decoration: none;
}


/* main
=================== */

.wrap_un_in .main {
    float: right;
    width: 720px;
}

.wrap_un_in .main h1 {
    margin: 0 0 40px;
    padding: 0;
    font-size: 171.43%;
    font-weight: normal;
}

.wrap_un_in h2 {
    margin: 0 0 30px;
    padding: 0 0 15px;
    font-size: 142.86%;
    font-weight: bold;
    border-bottom: 1px dashed #444;
}

.wrap_un_in h2 span.red {
    color: #874c5a;
}

.wrap_un_in h2 span.gr {
    color: #5f8173;
}

.wrap_un_in h2 span.blue {
    color: #696e90;
}

.wrap_un_in h2 span.orange {
    color: #ff6600;
}

.wrap_un_in .main .block {
    margin: 0 0 45px;
}

.wrap_un_in .main .block h3 {
    margin: 0 0 15px;
    padding: 0 0 0 20px;
    font-size: 114%;
    font-weight: bold;
    background: url(../img/bg_tit_bl.gif) no-repeat 0 47%;
}

.wrap_un_in .main .block h3.red {
    color: #874c5a;
    background: url(../img/bg_tit_red.gif) no-repeat 0 47%;
}

.wrap_un_in .main .block h3.gr {
    color: #5f8173;
    background: url(../img/bg_tit_gr.gif) no-repeat 0 47%;
}

.wrap_un_in .main .block h3.blue {
    color: #696e90;
    background: url(../img/bg_tit_blue.gif) no-repeat 0 47%;
}

.wrap_un_in .main .block h3.orange {
    color: #ff6600;
    background: url(../img/bg_tit_orange.gif) no-repeat 0 47%;
}

/* side
=================== */

.wrap_un_in .side {
    float: left;
    width: 220px;
}

.side .submenu_wrap {
    margin: 0 0 30px;
    padding: 20px 15px 10px;
    background: #fff url(../img/bg_side_top.gif) no-repeat 0 0;
}


/* catetop
=================== */

.catetop {
    padding: 0 0 5px;
    background: url(../img/bg_catetop.gif) no-repeat 0 100%;
}

.catetop a {
    width: 180px;
    height: 20px;
    padding: 10px;
    vertical-align: middle;
    text-align: left;
    display: table-cell;
    font-size: 114.29%;
    font-weight: bold;
    line-height: 1.3;
    background: url(../img/arw_catetop.gif) no-repeat 0 50%;
}

.catetop a:link,
.catetop a:visited,
.catetop a:hover {
    color: #444;
    text-decoration: none;
}


/* submenu
=================== */

ul.submenu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.submenu li {
    margin: 0;
    padding: 0;
    border-bottom: 1px dashed #444;
}

ul.submenu li:last-child {
    border: none;
}

ul.submenu li a {
    display: block;
    padding: 15px 0;
}

ul.submenu li a:link,
ul.submenu li a:visited {
    color: #444;
    text-decoration: none;
}

ul.submenu li a:hover {
    color: #91774b;
    text-decoration: none;
}

ul.submenu li a.subselected {
    color: #91774b;
    font-weight: bold;
}


/* side_bnr
=================== */

.side_bnr p {
    margin: 0 0 20px;
}

.side_bnr p img {
    width: 220px;
    height: auto;
}


/* fcon
=================== */

.fcon {
    margin: 0;
    padding: 0;
    background: url(../img/bg_repeat_pattern.gif) repeat 0 0;
}

.fcon .fcon_repeat {
    padding: 60px 0 85px;
    background: url(../img/fcon_bg.png) repeat-x 0 100%;
}

.fcon .fcon_shadow {
    width: 980px;
    margin: 0 auto;
    padding: 0 0 10px;
    background: url(../img/fcon_shadow.png) no-repeat 50% 100%;
}

.fcon .fcon_in {
    padding: 50px 40px 40px;
    background: #fff url(../img/fcon_bg_top.gif) repeat-x 6px 0;
}

.fcon .fcon_in h3 {
    font-size: 100%;
    line-height: 1;
    width: 178px;
    margin: 0 auto 18px;
    padding: 0 80px;
    background: url(../img/fcon_tit_bg.gif) no-repeat 0 2px;
}

.fcon .fcon_in .txt {
    font-size: 128.57%;
    text-align: center;
    margin: 0 0 15px;
}

.fcon .fcon_in .tel_hour {
    float: left;
    width: 282px;
}

.fcon .fcon_in .tel_hour .tel {
    line-height: 1;
    font-size: 42px;
    padding: 0 0 0 20px;
    background: url(../img/fcon_tel.gif) no-repeat 0 10px;
}

.fcon .fcon_in .fcon_btn {
    float: right;
    width: 605px;
}

.fcon .fcon_in .fcon_btn p {
    width: 295px;
    line-height: 1;
}

.fcon .fcon_in .fcon_btn p.mail {
    float: left;
}

.fcon .fcon_in .fcon_btn p.advice {
    float: right;
}


/* pagetop
=================== */

.pagetop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 0;
    width: 70px;
    height: 70px;
    z-index: 104;
}


/* footer
=================== */

footer {
    margin: 0;
    padding: 0;
}

footer .foot_in {
    width: 980px;
    margin: 0 auto;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

footer a:link,
footer a:visited {
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}


/* f_top */

footer .f_top {
    background: #fff;
}

footer .f_top .foot_in {
    padding: 45px 0;
}


/* f_load */

footer .f_top .f_load {
    float: left;
    width: 350px;
}

footer .f_top .f_logo {
    margin: 0 0 15px;
    padding: 0;
    line-height: 1;
}

footer .f_top .address {
    font-size: 85.71%;
}


/* f_menu */

footer .f_menu {
    float: right;
    width: 603px;
    border-right: 1px dashed #444;
}

footer .f_menu .f_menu_block {
    float: left;
    width: 160px;
    margin: 0;
    padding: 0 20px;
    border-left: 1px dashed #444;
}

footer .f_menu .f_menu_block li {
    font-size: 85.71%;
    margin: 0 0 6px;
    padding: 0;
}

footer .f_menu .f_menu_block li:last-child {
    margin: 0;
}


/* foot_nav */

footer .foot_nav {
    background: #f8f8f6;
}

footer .foot_nav .foot_in {
    padding: 8px 0;
}

footer .foot_nav ul {
    float: left;
    width: 490px;
}

footer .foot_nav ul li {
    float: left;
    margin: 0 20px 0 0;
    font-size: 85.71%;
}

footer .foot_nav ul li a:link,
footer .foot_nav ul li a:visited {
    color: #96948c;
    text-decoration: underline;
}

footer .foot_nav ul li a:hover {
    color: #96948c;
    text-decoration: none;
}

footer .foot_nav .copy {
    float: right;
    text-align: right;
    font-size: 85.71%;
}

/* topicslist
=================== */

.wrap_un_in .topics_txt {
    margin: 0 0 30px;
}

.wrap_un_in .topcis_tit {
    position: relative;
}

.wrap_un_in .topcis_tit .rss {
    position: absolute;
    top: 20px;
    right: 0;
    width: 12px;
    height: 12px;
}

.wrap_un_in .topics_txt ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.wrap_un_in .topics_txt ul li {
    margin: 0 0 10px;
    overflow: hidden;
}

.wrap_un_in .topics_txt ul li .day {
    color: #999;
    float: left;
    width: 80px;
    font-size: 84.62%;
    margin: 3px 0 0;
}

.wrap_un_in .topics_txt ul li .txt {
    float: right;
    width: 635px;
}

ul.pager {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.pager li strong {
    display: -moz-inline-box; /* firefox2 対応 */
    display: inline-block;
    padding: .25em .4em;
    color: #fff;
    border: 1px #999 solid;
    background-color: #999;
}

ul.pager li a {
    display: -moz-inline-box; /* firefox2 対応 */
    display: inline-block;
    padding: .25em .4em;
    text-decoration: none;
    border: 1px #ccc solid;
}

ul.pager li a:link,
ul.pager li a:visited {
    color: #333;
    border-color: #ccc;
}

ul.pager li a:hover,
ul.pager li a:active {
    color: #fff;
    border-color: #999;
    background-color: #999;
}


/* sitemap
=================== */

.contents .block_sm {
    clear: both;
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-align: left;
    border-bottom: 1px dashed #444;
}

.contents .block_sm h2.sitemap {
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
}

.contents .sitemap_ul {
    margin: 3px 0 0 23px;
    padding: 0;
    list-style-type: none;
    border: none;
}

.contents .sitemap_ul li {
    font-size: 100%;
    margin: 0;
    padding: 2px 0 2px 17px;
    text-align: left;
    border: none;
    background: url(../img/sitemap_arrow.gif) no-repeat 0 5px;
}

.sitemap_ul li ul {
    margin: 3px 0 0 13px;
    padding: 0;
    list-style-type: none;
}

.sitemap_ul li ul li {
    padding-left: 17px;
    text-align: left;
    background: url(../img/sitemap_arrow.gif) no-repeat 0 5px;
}

.contents .block_sm a:link,
.contents .block_sm a:visited {
    text-decoration: none;
}

.contents .block_sm a:hover {
    text-decoration: underline;
}


/* contact 1col
=================== */

.contact header {
    background: #fff;
}

.contact header .head_in {
    width: 980px;
    margin: 0 auto;
    padding: 30px 0;
    line-height: 1;
}

.contact header .logo {
    float: left;
    width: 180px;
    margin: 0;
    padding: 0;
}

.contact header .title {
    float: right;
    text-align: right;
    margin: 20px 0 0;
    padding: 0;
}

.contact #wrap_un {
    margin: 0;
    padding: 40px 0;
}

.contact #wrap_un .wrap_un_in {
    width: 720px;
    margin: 0 auto;
}

.contact #wrap_un .main {
    float: none;
    width: 100%;
}

.contact footer .foot_nav {
    background: #fff;
}

.contact footer .foot_nav .copy {
    color: #96948c
}


/* dvc_switch
=================== */

.dvc_switch {
    clear: both;
    margin: 0 0 20px;
    padding: 10px;
    text-align: center;
}

.dvc_switch a {
    display: block;
    background: #fff;
}

.dvc_switch a:link,
.dvc_switch a:visited,
.dvc_switch a:hover {
    color: #333;
}

#btnPC {
    display: none;
}
