/* レイアウトの設定 */
body{
    text-align:center;
    width:100%;
    padding:0px;
    background-color:#ffffff;
    font-size:small;
}
/* ヘッダーの設定 */
#header1{
    text-align:left;
    margin:0px auto;
    width:800px;
    height:280px;
    background-image:url(./image/header_back1.jpg);
}
/* ヘッダーの設定 */
#header2{
    text-align:left;
    margin:0px auto;
    width:800px;
    height:280px;
    background-image:url(./image/header_back2.jpg);
}
/* ラッパーの設定 */
#wrap{
    text-align:left;
    margin:0px auto;
    position:relative;
    width:800px;
    background:url(./image/body_back.jpg) repeat-y 0 0;
}
/* 左側の設定 */
#left{
    width:270px;
    float:left;
    background-image:url(./image/menu_back.jpg);
    background-repeat: no-repeat;
}
/* メニューボックスの設定 */
#menubox{
    width:203px;
    margin-top:35px;
    margin-left:53px;
}
/* 右側の設定*/
#right{
    width:510px;
    float:right;
    margin-left:5px;
    margin-right:5px;
}
/* メニューバー無しコンテンツの設定*/
/* ラッパーの設定 */
#wrap2{
    text-align:left;
    margin:0px auto;
    position:relative;
    width:800px;
    background:url(./image/body_back2.jpg) repeat-y 0 0;
}
/* 左側の設定 */
#left2{
    width:20px;
    float:left;
}
#right2{
    width:700px;
    float:right;
    margin-left:0px;
    margin-right:10px;
}
/* フッターの設定 */
#footer{
    text-align:left;
    margin:0px auto;
    width:800px;
    height:100px;
    clear:both;
    background-image:url(./image/footer_back.jpg);
    vertical-align: bottom
}

/* フッターの設定 */
#footer2{
    text-align:left;
    margin:0px auto;
    width:800px;
    height:90px;
    clear:both;
    background-image:url(./image/footer_back2.jpg);
    vertical-align: bottom
}

/* ｈ１タグの設定 */
h1 {
    height:35px;
    font-size:16pt;
    line-height:35px;
    color:#ffffff;
    padding-left: 30px;
    background-image:url(./image/h1_back.jpg);
    background-repeat:no-repeat
}

img {
border: none;
}
