@charset "utf-8";

/* creation.css
------------------------------------------ */
body {
    border-top: 8px solid #aed5bf;
}
.naviArea li.creation {
    background:#aed5bf;
}
#menuArea li.m03{
    background:#aed5bf;
}
h2.title {
    background: #aed5bf;
    margin-top: 0;
    padding: 20px 0 15px;
    text-align: center;
}
.bannerArea ul li:first-child {
    background:url("../img/main_banner.jpg") no-repeat scroll center center / cover ;
}


/* summaryArea
------------------------------------------ */
.summaryArea{
    margin:30px auto;
    max-width:980px;
    background:url(../img/bg_title.jpg) no-repeat center top;
}
.summaryArea h3 {
    color: #007b43;
    font-size: 24px;
    font-weight: normal;
    margin: 40px auto;
    text-align: left;
    width: 800px;
}
.summaryArea p.lead{
    font-size:16px;
    line-height:1.6;
    text-align:center;
}
.summarySec{
    padding-top:30px;
}
.summaryArea p.logo{
    margin:auto;
    width:180px;
}
.summaryArea p.info{
    margin:20px auto;
    font-size:16px;
    line-height:1.6;
    text-align:left;
    width:800px;
}
.summaryArea ul{
    margin:20px auto;
    font-size:16px;
    line-height:1.6;
    text-align:center;
    width:800px;
}
.summaryArea ul li{
    text-align:left;
    line-height:1.6;
}


/* summaryArea
------------------------------------------ */
.summaryArea p.photo{
    float:right;
    width:248px;
    margin-left:20px;
}
.summaryArea p.info{
    font-size:16px;
    line-height:1.8;
    text-align:justify;
    margin-top:10px;
}

.menu1 li.m03 {
    border-bottom: 4px solid #aed5bf;
}

.m03 a { color: #111!important; }

header {
    background: url("../img/main_banner.jpg");
}