@charset "utf-8";

/* creation.css
------------------------------------------ */
h2.title {
    background: #ec6e6e;
    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 ;
}
#BODY{
    width:980px;
    margin:40px auto;
}
h2{
    color:#ffffff;
    font-weight:normal;
    font-size:24px;
}



/* summaryArea
------------------------------------------ */
.companyArea{
    margin:30px auto;
    max-width:980px;
    background:url(../img/bg_title.jpg) no-repeat center top;
}
.companyArea h3{
    text-align:left;
    margin-top:30px;
    color:#ec6e6e;
    font-size:24px;
    font-weight:normal;
}
.companySec p{
    font-size:16px;
    margin-top:20px;
    line-height:1.6;
}
.companySec ul{
    margin-top:20px;
}
.companySec li{
    font-size:16px;
    margin-top:5px;
    line-height:1.6;
}
.photo{
    float:left;
    margin:20px 20px 20px 0;
}

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