@charset "UTF-8";
body{
    margin: 0; padding: 0;
    font-size:80%;
    font-family: "メイリオ",sans-serif;
    color: #626657;
    background: url(background/03-light-carpet.png);
    }

#wrapper{
    margin: 0 auto 0 auto; padding: 1px 0px 20px 0px;
    width: 890px;
    background-color: #f7f6f1;
    box-shadow: 0px 0px 5px 1px #c7c7c7;
    //background: url(background/side2.png) repeat-y;}
#header{
    margin: 5px 10px 0px 10px; padding: 0 0 2px 10px;
    border-radius: 10px;
    width: 860px;
    background-color: #ffffff;}
.headerLeft{float: left;}
.headerRight{margin: 60px 0px 0px 120px; float: left;}
.headerRight img{margin-left: 80px;}
.headerRight2{margin: 20px 0px 0px 750px; float: left;position: absolute;}
.headerRight3{margin: 10px 0px 0px 620px; float: left;position: absolute;}
.small{margin: 0;padding: 0 0 5px 0;text-align: right;}
#contents{
    margin: 15px 0px 0px 10px; padding: 5px 0 0 10px;
    width: 860px;
    border-radius: 10px;
    background-color: #ffffff;}
#contents:after{
    content:".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}
/*=========================
フッター
=========================*/
#footer{
    margin: 0px 20px 0px 10px; padding-bottom: 15px;
    width: 870px;
    height: 100px;
    border-radius: 5px;
    color: #626657;
    }
#footer p{font-size: 90%;}
#footer a{
    text-decoration: none;
    color: #626657;}
#footer a:hover{
    text-decoration:underline;}
#footerMain{
    padding: 10px 0 5px 15px; float: left;}
#footerSub{
    font-size: 90%;
    margin: 0 0 0 670px;
    padding-top: 10px;
    width: 190px;}
#footerMain p,#footerMain h4{margin: 0; padding: 0;}
.footerline{margin-left: 10px;}
/*=========================
メインメニュー
=========================*/
ul#menu{
    margin: 0; padding: 0;
    width:850px; height:40px;
}
#menu li{
    list-style-type:none;
    display:inline;
    float:left;
}
#menu li a{
    display:block;
    width:auto; height:40px;
    padding:0px 14px 0px;
    text-align:center;
    text-decoration:none;
    background-repeat: no-repeat;
}
.line{float: left;margin-top: 8px;}