﻿<@charset "UTF-8";>
html{
    overflow:auto;
}

body {
    font-family: 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Osaka', 'MS PGothic', 'arial', 'helvetica', 'sans-serif';
    overflow: hidden;
    position: relative;
    min-width: 1000px;
    text-align: center;
}

h1{
    display: none;}

h2{
    padding: 0.3em 1em;
    margin: 0.5em 0;
    color: #00046d;
    border-left: solid 10px #a882ff;
    border-top: solid 1px #ededed ;
    border-bottom: solid 1px #aaaaaa ;
    border-right: solid 1px #ededed ;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.33);
    font-size: 18px;
    font-weight: normal;
}
h2 p{
    margin: 0;
    padding: 0;
}

h3{
    text-align: right;
    margin: 0;
    padding: 0;
}

h4{
    padding: 0.3em 1em;
    margin: 0.5em 0;
    color: #00046d;
    border-left: solid 10px #77e0d0;
    border-top: solid 1px #ededed ;
    border-bottom: solid 1px #aaaaaa ;
    border-right: solid 1px #ededed ;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.33);
    font-size: 18px;
    font-weight: normal;
}
h5{
    margin: 0;
    padding-left: 1rem;
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
}
p{
    margin: 0px 20px 1.7em 20px;
    line-height: 2 ;
}

#wrap{
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}
#header{
    position: relative;
    width: 1000px;
    height: 100px;
    overflow: hidden;
}
.header_nav{
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 90px;
    font-size: 15px;
    text-align: right;
}
.header_img{
    position: absolute;
    vertical-align: top;
    margin: 0;
    height: 90px;
    text-align: left;
}

.naviback{
    padding: 0 500px;
    margin: 0 -500px 0px;
    width: 100%;
    height: auto;
    background-color: #14108d;
    background-image: -moz-linear-gradient(top, #7373c1 0%, #3f3893 50%, #14108d 50%, #3f3893 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7373c1), color-stop(0.50, #3f3893), color-stop(0.50, #14108d), color-stop(1, #3f3893));
    background:-ms-linear-gradient(top, #7373c1 0%, #3f3893 50%, #14108d 50%, #3f3893 100%);
}

a {
    color: #212121;
    text-decoration: none;
    }

#photo{
    width: 1000px;
    height: 350px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    position: relative;
}
#photo img{
    top:0;
    left:0;
    position:absolute;
}
#photo_back{
    padding: 0 500%;
    margin: 0 -500% 0px;
    width: 100%;
    background-color:#ffffff
}
.g-navi ul {
    list-style: none;
    overflow: hidden;
    padding: 0px 0;
    margin: 0;
    width:1000px;
    font-size: 0;
}
 
.g-navi li {
    width: 16.66%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    float: left;
}

.g-navi li a {
    display: block;
    padding: 15px;
    font-weight: normal;
    text-decoration: none;
	line-height: 1;
    background-color: #14108d;
    background-image: -moz-linear-gradient(top, #7373c1 0%, #3f3893 50%, #14108d 50%, #3f3893 100%);/* Firefox表示用 */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7373c1), color-stop(0.50, #3f3893), color-stop(0.50, #14108d), color-stop(1, #3f3893));/* safari Chrome表示用 */
    background:-ms-linear-gradient(top, #7373c1 0%, #3f3893 50%, #14108d 50%, #3f3893 100%);/* IE表示用 */
    font-size: 15px;
    text-shadow:0 -1px 0px #333333,0 1px 0px #555555;
    color: #ffffff;
    border-left:1px solid #ffffff;
    Border-right:1px solid #ffffff;
    }

.g-navi li a:hover {
    background:#080558;
    background-image: -moz-linear-gradient(top, #474793 0%, #2c267c 50%, #080558 50%, #2c267c 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #474793), color-stop(0.50, #2c267c), color-stop(0.50, #080558), color-stop(1, #2c267c));
    background:-ms-linear-gradient(top, #474793 0%, #2c267c 50%, #080558 50%, #2c267c 100%);/* IE表示用 */
}

.link:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"
}

.news{
    position:relative;
    margin: 0;
    padding: 0;
}

.news p{
    padding: 0;
    margin: 0.5em 0;
    text-indent: -5rem;
    font-size: 12px;
    text-align: right;
    position: absolute;
    top: 0;
    width: 1000px;
}

.news p a{
    text-decoration: none;
}

.wrapper {
    width: 100%;
    display: flex;
    margin: 0px auto;
    justify-content: center;
}

.main, .side {
    padding: 0px;
}

.main {
    width: 80%;
    margin-right: 10px;
}

.side {
    width: 20%;
}

.side p, ul {
    background-color: #f0f0f0;
    padding: 0px;
}

.banner{
    text-align: center;
    font-size: 10px;
    padding: 10px 500%;
    margin: 0 -500% 0px;
    width: 100%;
    background-color: #f0f0f0;
    border-top: solid 1px #aaaaaa;
    border-bottom: solid 1px #aaaaaa
}
.footmenu{
    font-size: 20px;
    padding: 0 500%;
    margin: 0 -500% 0px;
    width: 100%;
    font-weight: normal;
    text-align: left;
    background-color: #ddddff;
    border-top: solid 1px #aaaaaa;
    border-bottom: solid 1px #aaaaaa
}

.foot{
    font-size: 18px;
    line-height: 1.5;
    padding: 10pt 500%;
    margin: 0 -500% 0px;
    width: 100%;
    font-weight: bold;
    text-align: center;
    background-color: #ddddff;
    border-top: solid 1px #aaaaaa;
    border-bottom: solid 1px #aaaaaa
}

.foot p{
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    margin: 0;
}

.footer{
    font-size: 10px;
    padding: 0 500%;
    margin: 0 -500% 0px;
    width: 100%;
    border-top: solid 1px #aaaaaa;
    text-align: center;
}

.goope{
    height:250px;
    width: 790px;
    overflow:auto; 
    position: relative;
    border:0px solid #666666;
    background-color: #ffffff;
    padding:  adding:1px;"
}