@charset "utf-8";

/* creation.css
------------------------------------------ */
.headerArea {
    height: 420px;
}
.bannerArea {
    padding-top: 8px;
    height: 420px;
}
.bannerArea .lead {
    padding: 270px 0 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999999;
}
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 ;
	height: 420px;
}


/* summaryArea
------------------------------------------ */
.summaryArea{
    margin:30px auto;
    max-width:98%;
    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: 100%;
}
.summaryArea p.lead{
    font-size:16px;
    line-height:1.6;
    text-align:center;
}
.summarySec{
    padding-top:30px;
    max-width:90%;
	margin: 0 auto;
}
.summaryArea p.logo{
    margin:auto;
    width:150px;
}
.summaryArea p.info{
    margin:20px auto;
    font-size:16px;
    line-height:1.6;
    text-align:left;
    width:100%;
}
.summaryArea ul{
    margin:20px auto;
    font-size:16px;
    line-height:1.6;
    text-align:center;
    width:100%;
}
.summaryArea ul li{
    text-align:left;
    line-height:1.6;
}


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

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