﻿body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-size: 62.5%;
    line-height: 1.4;
}
p {
    margin-top: 0;
    margin-bottom:1em;
}
img {
    border-width: 0;
    vertical-align: bottom;
}
a { color: #434e97; }
a:hover { text-decoration: none; }

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1% }
.clearfix { display:block; }
/* End hide from IE-mac */
.size12 { font-size: 1.2em; }
.size14 { font-size: 1.4em; }
.size16 { font-size: 1.6em; }
.bold { font-weight: bold; }
.center { text-align: center; }
.top { vertical-align: top; }
.red { color: #f00; }

/*
 * structure
 * -------------------------------------------------- */
#layout { text-align: center; }
#container-wrapper {
    width: 782px;
    margin: 0 auto;
}
#container-border {
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #999;
}
#container {
    width: 780px;
    text-align: left;
}

/*
 * main-menu
 * -------------------------------------------------- */
#main-menu {
    height: 30px;
    padding: 0;
}
#main-menu li {
    list-style-type: none;
    float: left;
    width: 100px;
}