@charset "utf-8";
#index_main_area{
    background-image: url("../img/index/main_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 960px;
    margin-top:120px;
    z-index: 0;
}
#index_main_frame{
    margin: auto;
    width: 1000px;
    height: 960px;
    overflow: hidden;
    position: relative;
}
#index_main_frame img {
    top: 0;
    left: 0;
    position: absolute;
}
h1{
    margin: auto;
    font-size: 20px;
    font-weight: normal;
    margin-top: -190px;
    position: relative;
    z-index: 500;
    line-height: 3rem;
}

/**各セクション**/
#index_section1{
    height: 395px;
}
#index_section2{
    height: 417px;
}
#index_section3{
    height: 414px;
}
#index_section4{
    height: 444px;
}
#index_section1 .image_area{
    background-image: url("../img/index/01.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 500px;
    height: 365px;
}
#index_section2 .image_area{
    background-image: url("../img/index/02.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 485px;
    height: 387px;
}
#index_section3 .image_area{
    background-image: url("../img/index/03.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 512px;
    height: 384px;
}
#index_section4 .image_area{
    background-image: url("../img/index/04.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 485px;
    height: 414px;
}

/**news**/
#index_news_area{
    background-image: url("../img/index/news_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 590px;
}
#index_news_area h2{
    display: block;
    margin-bottom: 20px;
}
#index_news_contents_wrap{
    display: inline-block;
    margin: auto;
    width: 700px;
    height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: left;
}
#index_news_contents_wrap dt{
    display: inline-block;
    color: #001e05;
    width: 160px;
    height: 41px;
    background-image: url("../img/index/news_date.png");
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: top;
    padding-top: 15px;    
    padding-left: 30px;    
    font-weight: bold;    
    margin-top: -10px;
}
#index_news_contents_wrap dd{
    display: inline-block;
    color: #fff;
    width: 400px;
    line-height: 30px;
    margin-bottom: 20px;
}
#index_news_contents_wrap .blog{
    background-image: url("../img/index/blog.png");
    background-position: left 10px;
    background-repeat: no-repeat;
    padding-left: 65px;
}
#index_news_contents_wrap .sch{
    background-image: url("../img/index/sch.png");
    background-position: left 10px;
    background-repeat: no-repeat;
    padding-left: 65px;
}
#index_news_contents_wrap a{
    color: #fff;
    border-bottom-color: #fff;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}
