﻿@charset "utf-8";

/* *******************************************************************
	common
******************************************************************* */
body {
    background-color: #767676;
}
.innerwrap {
    width: 100%;
}
#header {
    width: 900px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-size: 19px;
    color: #fff;
    background-color: #122089;
}
#container {
    width: 900px;
    min-height: 600px;
    margin: 0 auto;
    padding: 70px 50px;
    border-top: 0;
    background-color: #fff;
}
#contents {
    float: none;
    width: 100%;
    padding: 0;
}
#contents h2 {
    /*margin: 0 0 40px;*/
    margin: 0 0 50px;
    line-height: 1.1;
    text-align: center;
    font-size: 29px;
    font-weight: 700;
}
#contents .section {
    margin: 40px 0 0 0;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 400;
}

#footer {
    width: 900px;
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-size: 15px;
    color: #ccc;
    background-color: #333;
}
#footer p.copyright b {
    color: #bbb;
}
