body {
    text-align:center;
    font-size:small;
    margin-left:0;
    margin-right:0;
    margin-top:0px;
    margin-bottom:5px;
    background-image:url(back.jpg);
}

p {
    margin:0;
    padding:0;
}

ul li {
    list-style-type: none;
}

a:link {
    color : #000000;
    }
a:visited {
    color : #000000;
    }
a:active {
    color : #000000;
    }
a:hover {
    color:#E80000;
}

/* コンテナ　幅変える時はこれも */
#container {
    width:100%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    background-color:#B8C882;
	padding:0;
}
/* トップ枠 */
#top {
    width:838px;
    height:100%;
    overflow:hidden;
    padding:0px;
    margin:0px auto;
    text-indent:76px;
    text-align:left;
    background-color:#ffffff;
    }

#title{
    width:840px;
    height:76px;
    background-image:url(top.jpg);
    text-indent: -9999px;
}

#logo{
    position:relative;
    top:-67px;
    margin-bottom:-67px;
}


/* ナビゲーションバー z.B. <div ID="navigate">とする */
#navigate {
    width:834px;
    background-color:#A88F65;
    font-family:Arial, Helvetica;
    color:#FFFFFF;
    font-size:10pt;
    font-weight:bold;
    height:15px;
    padding:2px;
    margin:0px auto;
    text-align:left;
    text-indent: 75px;
}

/* ナビゲーションバー　Aタグの各リンク色の設定 */
#navigate a:link {
    font-family:Arial;
    color:#FFFFFF;
    font-size:10pt;
    font-weight:bold;
    text-decoration:none;
}
#navigate a:visited {
    color:#FFFFFF;
    font-family:Osaka, Helvetica, Arial;
    font-size:10pt;
    font-weight:bold;
    text-decoration:none;
}
#navigate a:active {
    background-color:#ffffff;
    font-family:Arial;
    color:#A88F65;
    font-size:10pt;
    font-weight:bold;
    text-decoration:none;
}
#navigate a:hover {
    background-color:#ffffff;
    font-family:Arial;
    color:#A88F65;
    font-size:10pt;
    font-weight:bold;
    text-decoration:none;
}

#container_main {
    width:841px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    background-color:#FFFFFF;
	padding:0;
}

/* メイン枠 */

#main {
    width:839px;
    height:100%;
    min-height:450px;
    background-color:#ffffff;
    text-align:left;
    overflow:hidden;
    margin-left:auto;
    margin-right:auto;
}

/* メイン枠　コンテンツ */
#contentbox {
    width:700px;
    height:100%;
    background-color:#ffffff;
    color:#575757;
    font-size:11px;
    margin-left:auto;
    margin-right:auto;
    padding:20px;
    overflow:hidden;
}

#main_img {
    margin-top:50px;
    margin-bottom:20px;
}

/* 各ページタイトル */

#company {
    width:325px;
    height:57px;
    margin-top:40px;
    margin-bottom:20px;
    background-image:url(../img/company/title.jpg);
    background-repeat: no-repeat;
    text-indent: -9999px;
}

#access {
    width:325px;
    height:57px;
    margin-top:40px;
    margin-bottom:20px;
    background-image:url(../img/access/title.jpg);
    background-repeat: no-repeat;
    text-indent: -9999px;
}

#cpt {
    width:325px;
    height:57px;
    margin-top:40px;
    margin-bottom:20px;
    background-image:url(../img/cpt/title.jpg);
    background-repeat: no-repeat;
    text-indent: -9999px;
}

#menu {
    width:300px;
    height:57px;
    float:left;
    margin-top:20px;
    margin-bottom:20px;
    background-image:url(../img/menu/title.jpg);
    background-repeat: no-repeat;
    text-indent: -9999px;
    padding:0;
}
#menu2 {
    color:#000000;
    width:400px;
    height:17px;
    float:right;
    margin-top:60px;
    margin-bottom:20px;
    background-color: #ffffff;
    padding:0;
    font-size:13px;
    font-style:normal;
    font-weight:normal;
}
#menu3 {
    width:1px;
    height:1px;
    clear:both;
}

#shop {
    width:325px;
    height:57px;
    margin-top:40px;
    margin-bottom:20px;
    background-image:url(../img/shop/title.jpg);
    background-repeat: no-repeat;
    text-indent: -9999px;
}

#blog {
    width:325px;
    height:57px;
    margin-top:40px;
    margin-bottom:20px;
    background-image:url(../img/blog/title.jpg);
    background-repeat: no-repeat;
    text-indent: -9999px;
}

/* フッター枠 */
#foot {
    width:835px;
    clear:left;
    background-color:#EDE5D0;
    font-size:11px;
    height:3em;
    padding:2em 2px 0 2px;
    color:#B19A78
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

address {
    font-style:normal;
    font-weight:normal;
}

/* 表 */
#maine-table {
    margin: 0px auto 0px auto;
    margin-top: 25px;
    border: 1px solid #CCCCCC;
}
#main-table th {
    background-color: #EFEFEF;
    font-size: 115%;
    font-weight: bold;
    text-align: center;
    padding: 5px;
    border: 1px solid #CCCCCC;
}
#main-table td {
    text-align: left;
    padding: 5px;
    border: 1px solid #CCCCCC;
}
#spring {
	background-color: #BDDDB4;
}
#summer {
	background-color: #FFE8E8;
}
#autumn {
	background-color: #FFFBE8;
}
#winter {
	background-color: #E8F3FF;
}
