@charset "UTF-8";


/*--------------ここからヘッダー--*/
#nav_gallery a{
color:#2f5010;
text-shadow: 0 0 5px #88d9b2,
            0 0 10px #88d9b2,
            0 0 15px #8cfaec;
}



/*--------------ここからメイン--*/
main{
display: block;
}

#m_inner {
    clear: both;
    width: 960px;
    margin: 0 auto;
}

#m_base {
    background-color: rgba(47, 65, 24, 0.15);
}
.seasons{
    width: 350px;
    height: 380px;
    background-repeat: no-repeat;
    box-shadow: 5px 5px 8px #666666;
}
#spring_theme {
    background-image: url(../image/spring_p_title.jpg);
}
#summer_theme {
    background-image: url(../image/summer_p_title.jpg);
}
#autum_theme {
    background-image: url(../image/autum_p_title.jpg);
}
#winter_theme {
    background-image: url(../image/winter_p_title.jpg);
}
#tamasii_theme {
    background-image: url(../image/soul_p_title.jpg);
}
.seasons #p1 {
    font-size: 18px;
    font-family: "HGP教科書体", "HG教科書体", "HGP明朝E", "HG正楷書体-PRO", serif;
    font-weight: bold;
    line-height: 40px;
    padding-left: 40px;
    padding-bottom: 30px;
    padding-top: 150px;
}
#autum_theme #p1{
    line-height: 32px;
        padding-left: 30px;
}
#tamasii_theme #p1{
        padding-left: 20px;
}

.seasons #p2 {
    font-size: 12px;
    text-align: right;
    padding-right: 20px;
}

#season_tm {
    overflow: visible;
}

.seasons {
    float: left;
}

#tm_main_v {
    box-shadow: 5px 5px 8px #666666;
}


/*-----------------------sub_nav*/

#sub_nav {
    width:650px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    clear: both;
}

#sub_nav ul {
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

#sub_nav .sb {
    display: block;
    width: 100px;
    line-height: 30px;
    font-size: 16px;
    float: left;
}

#sub_nav .sb span {
    font-size: 22px;
    font-weight: bold;
    padding-left: 5px;
    font-family: "HGP教科書体", "HG教科書体", "HGP明朝E", "HG正楷書体-PRO", serif;
}

#sub_nav .sb a {
    display: block;
    width: 100px;
    line-height: 30px;
    float: left;
    color: #2f5010;
    text-decoration: none;
}

#sub_nav .sb a:hover {
    color: #fff;
    text-shadow: 0 0 5px #2f5010, 0 0 10px #2f5010, 0 0 15px #77f972;
}


/*-----------------------art_listzone*/

#glaylayer {
    display: none;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

#overlayer {
    display: none;
    position: fixed;
    top:50%;
    left:50%;
    margin-top: -300px;
    margin-left: -213px;
    z-index: 2;
}

#overlayer2 {
    display: none;
    position: fixed;
    top:50%;
    left:50%;
    margin-top: -213px;
    margin-left: -300px;
    z-index: 2;
}

#art_listzone {
    width: 940px;
    margin-left: 20px;
    padding-bottom: 50px;
    overflow: hidden;
}

.unit {
    margin-bottom: 15px;
    width: 310px;
    height: 330px;
    float: left;
}

.daisi {
    width: 300px;
    height: 300px;
    background-color: #ffffff;
    box-shadow: 5px 5px 8px #666666;
}

.art {
    line-height: 300px;
    text-align: center;
}

.art_p {
    vertical-align: middle;
    border-top: 1px solid #222222;
    border-left: 1px solid #888888;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #cccccc;
}
.art_p:hover {
    border-top: 2px solid #222222;
    border-left: 2px solid #888888;
    border-right: 2px solid #999999;
    border-bottom: 2px solid #cccccc;
}

.spec {
    font-size: 13px;
    line-height: 30px;

    color: #555555;
}

.spec span {
    font-size: 18px;
    font-family: "HGP教科書体", "HG教科書体", "HGP明朝E", "HG正楷書体-PRO", serif;
    font-weight: bold;
    padding-right: 25px;
}


