/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015/01/30, 0:00:19
    Author     : tomo
*/
a{
    color: #FFF;
}
a:hover{
    color: #38A8A5;
}
.font-bold{
    font-weight: bold;
}
.font110{
    font-size: 110%;
}
.font120{
    font-size: 120%;
}
.font130{
    font-size: 130%;
}
.font140{
    font-size: 140%;
}
.font150{
    font-size: 150%;
}
.font160{
    font-size: 160%;
}
.font170{
    font-size: 170%;
}
.font180{
    font-size: 180%;
}
.font200{
    font-size: 200%;
}
.yellow{
    color: #ffe270;
}
.text_center{
    text-align: center;
}
.text_right{
    text-align: right;
}
.overf_hdn{
    overflow: hidden;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.transform-2{
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
}
.transform-1{
    -moz-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
}
body{
    width: 100%;
    min-width: 1080px;
    color: #FFF;
    //font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";

    background: url("../img/body_bg.png") repeat ;
}
.link{
    width: 214px;
    line-height: 2.2em;
    letter-spacing: 0.2em;
    text-decoration: none;
    display: block;
    background: url("../img/link_bg.png") no-repeat;
    margin: 10px 0 0 370px;
}
.top-link{
    float: right;
    width: 180px;
    height: 50px;
    line-height: 2.2em;
    letter-spacing: 0.3em;
    text-decoration: none;
    display: block;
    background: url("../img/toplink_bg.png") no-repeat;
    margin-right: 50px;
}
.top-link:hover{
    color: #FFF;
}
header{
    height:auto;
    background: url("../img/header_bg.png") repeat;
    text-align: center;
}
header h1 a{
    text-decoration: none;
}
header h1 a:hover{
    color: #FFF;
    text-decoration: underline;
}
.header_body{
    width: 1080px;
    height: 100%;
    margin: 0 auto;
}
.header-link{
    float: right;
    width: 120px;
    height: 39px;
    font-size: 120%;
    text-align: center;
    display: inline-block;
    background: url("../img/header_toplink.png") no-repeat;
    margin-right: 10px;
}
.header-link a{
    width: 120px;
    line-height: 2em;
    text-decoration: none;
    display: block;
}
.logo_div{
    padding-top: 0px;
    margin-left: -20px;
}
.logo{
}
.header_top{
    width: 816px;
    position: relative;
    margin: 20px auto 0;
    z-index: 1;
}
.fix-header_top{
    width: 816px;
    position: relative;
    margin: 0px auto 0;
    z-index: 1;
}

.header_info{
    font-size: 180%;
    line-height: 23px;
    margin: 20px 0 0 40px
}
.ganvi_fix{
    width: 100%;
    text-align: center;
    background: url("../img/header_bg.png") repeat ;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.gnavi{
    overflow: hidden;
    text-align: center;
    padding-left: 5px;
}
.ganvi_fix .gnavi{
    width: 816px;
    margin: 0 auto;
}
.gnavi li{
    float: left;
    width:160px;
    height: 63px;
    display: inline-block;
}
.gnavi li a{
    width:160px;
    font-size: 180%;
    line-height: 2.2em;
    letter-spacing: 0.1em;
    text-decoration: none;
    display: block;
}
.gnavi li a:hover{
    background: url("../img/gnavi_hover.png") no-repeat;
}
.gnavi li.active{
    background: url("../img/gnavi_hover.png") no-repeat;
}
#memori{
    position: absolute;
    top: 22px;
    left: 0px;
    z-index: -1;
}
.main_body{
    width: 1080px;
    overflow: hidden;
    padding: 40px 0;
    margin: 0 auto;
}
#pankuzu{
    font-size: 110%;
    letter-spacing: 0.1em;
    margin: 0 0 40px 100px;
}
.main{
    width: 100%;
}
.main-photo{
    /*    width: 1300px;
        margin: 0 auto;*/
}
.main_jpg{
    float: left;
    background-color: #FFF;
    padding: 10px;
    margin-right: 30px;
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
    -o-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
    -ms-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
.main_jpg2{
    background-color: #FFF;
    padding: 10px;
    margin: 0 40px 20px 0;
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
    -o-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
    -ms-box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}
.banner{
    margin: 50px 0 20px;
}
footer{
    background: url("../img/footer_bg.png") repeat ;
    padding: 80px 0 0 0px;
}
.footer_body{
    width: 980px;
    margin: 0 auto;
}
.footer_sitemap{
    float: left;
    margin-left: 80px;
}
.footer_sitemap ul{
    /*list-style-type: disc;*/
    margin-top: 15px
}
.footer_sitemap ul li{
    margin-bottom: 10px;
}
.footer_sitemap ul a{
}
.footer_info{
    float: left;
    letter-spacing: 0.1em;
    margin-left: 200px;
}
.footer_info_link{
    font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-decoration: none;
    line-height: 38px;
    margin-left: 10px;
}
.footer_info_link span{
    font-size: 70%;
}
.footer_info_stc{
    line-height: 28px;
    margin-top: 17px;
}
.copyright{
    width: 980px;
    height: 153px;
    color: #3e424d;
    background: url("../img/footer_bottom_image.png") no-repeat;
    position: relative;
}
.copyright p{
    position: absolute;
    bottom: 0;
    left: 250px;
}
.copyright a{
    color: #3e424d;
}