body{
        position: static;
        width: 100%;  /* IEのバグ対策 */
        margin: 0px;
        padding: 0px;
        background: #FFFFFF;
        color: #696969;
        text-align: left;
}


/* 全体のスタイル設定 */
#layout{
        position: relative;
        width: 700px;
        padding: 0px;
        margin: 0px;
        padding: 0px;
        font: 12px "ＭＳ 明朝",平成明朝,serif;
        line-height: 28px;
        margin-left: auto;
        margin-right: auto;
}

/* ------------------------------------------------- */
/* ナビゲーションのスタイル設定 */
#top{
        width: 700px;
        margin: 0px;
        padding: 0px;
        text-align: left;
}

/* ナビゲーション内メニューのスタイル設定 */
#navbar{
        list-style-type: none;
        width: 700px;
        height: 26px;
        margin: 0px;
        padding: 0px;
        background: #000066;
}

/* メニューボタンのスタイル設定 */
.menu{
        float: left;
        width: 120px;
        border-right: solid #FFFFFF 0px;
        background: #000066;
        font-size: 12px;
        text-align: center;
        margin: 1px 0px 12px 12px;
}

.menu a{
        display: block;
        line-height: 25px;
        background: #000066;
	text-decoration: none;
        color: #FFFFFF;
}

.menu a:hover{
        background: #CCCCCC;
        color: #000066;
        text-decoration: none;
}


.menu2{
        float: left;
        width: 120px;
        border-right: solid #FFFFFF 0px;
        background: #000066;
        font-size: 12px;
        text-align: center;
        margin: 1px 0px 12px 12px;
}

.menu2 a{
        display: block;
        line-height: 25px;
        background: #FFFFFF;
	text-decoration: none;
        color: #000066;
}


/* ------------------------------------------------- */
/* サブナビゲーションのスタイル設定 */
#sub{
        width: 700px;
        margin: 0px;
        padding: 0px;
        text-align: right;
}

/* サブナビゲーション内メニューのスタイル設定 */
#sub_navbar{
        list-style-type: none;
        width: 700px;
        height: 13px;
        margin: 0px;
        padding: 0px;
        background: ;
}

/* メニューボタンのスタイル設定 */
.s_menu{
        float: right;
        width: 70px;
        border-top: solid #666666 4px;
        font-size: 10px;
        text-align: center;
        margin: 0px 0px 5px 5px;
}

.s_menu a{
        display: block;
        line-height: 25px;
	text-decoration: none;
        color: #666666;
}

.s_menu a:hover{
        background: #666666;
        color: #FFFFFF;
        text-decoration: none;
}


/* ------------------------------------------------- */
/* ヘッド画像のスタイル設定 */
#title{
        width: 700px;
        hight: 100px;
        margin: 0px;
        padding: 0px;
        background: url("images/shop.gif") no-repeat;
}

/* ------------------------------------------------- */
/* 商品サイズナビのスタイル設定 */
#sz_nav{
        position: absolute;
        left: 270px;
        top: 32px;
        width: 420px;
        height: 18px;
        margin: 0px;
        padding: 0px;
        text-align: left;
}


/* 商品サイズナビ内メニュー設定 */
#size{
        list-style-type: none;
        width: 420px;
        height: 18px;
        margin: 0px;
        padding: 0px;
}

/* メニューボタンのスタイル設定 */
.sz_menu{
        float: left;
        width: 80px;
        text-align: center;
        margin: 0px;
        padding: 2px;
        color: #FFFFFF;
        font: 12px "ＭＳ ゴシック",Osaka,sans-serif;
}

.sz_menu a{
        display: block;
        width: 80px;
        height: 15px;
        color: #FFFFFF;
        background: url(images/siz00.gif) top left no-repeat;
        text-decoration: none;
        border: none;
}

.sz_menu a:hover{
        background-position: 0px -15px;
        border: none;
        text-decoration: none;
}

/* メニューボタンOFFのスタイル設定 */
.sz_menu_off{
        float: left;
        width: 80px;
        text-align: center;
        margin: 0px;
        padding: 2px;
        color: #FFFFFF;
        font: 12px "ＭＳ ゴシック",Osaka,sans-serif;
}

.sz_menu_off a{
        display: block;
        width: 80px;
        height: 15px;
        color: #FFFFFF;
        background: url(images/siz00.gif) top left no-repeat;
        background-position: 0px -30px;
        text-decoration: none;
        border: none;
}

.sz_menu_off a:hover{
        background-position: 0px -15px;
        border: none;
        text-decoration: none;
}

/* ------------------------------------------------- */
/* レベル表示のスタイル設定 */
#lev{
        position: absolute;
        left: 10px;
        top: 140px;
        width: 500px;
        height: 15px;
        margin: 0px;
        padding: 0px;
        text-align: left;
        color: #696969;
        font: 10px "ＭＳ 明朝",平成明朝,serif;
}

/* ------------------------------------------------- */
/* 商品情報領域のスタイル設定 */
#tana{
        float: left;
        width: 540px;
        margin: 0px;
        padding: 0px;
        background: #FFFFFF;
        border: dotted #ccc 1px;
}

/* 商品説明文のスタイル設定 */
#info{
        float: none;
        clear: both;
        width: 530px;
        margin: 0px;
        padding: 5px;
        background: #FFFFFF;
        color: #808080;
        font: 14px "ＭＳ 明朝",平成明朝,serif;
        text-align: left;
        line-height: 20px;
}



/* 商品情報のスタイル設定 */
#product{
        float: left;
        width: 360px;
        margin: 0px;
        padding: 5px;
        background: #FFFFFF;
}

#product h1{
        width: 350px;
        background: #FFFFF0;
        padding: 5px 0px 5px 10px;
        color: #000066;
        font: 16px "ＭＳ ゴシック",Osaka,sans-serif;
        font-weight: bold;
        text-align: left;
}

#product p{
        color: #000;
        margin: 0px;
        padding: 0px;
        line-height: 20px;
        text-align: left;
        color: #333333;
        font: 16px "ＭＳ 明朝",平成明朝,serif;
}

/* 商品選択のスタイル設定 */
#select{
        float: left;
        width: 155px;
        height: 60px;
        margin: 0px;
        padding: 20px 0px ;
        background: #FFFFFF;
        color: #808080;
        font: 16px "ＭＳ 明朝",平成明朝,serif;
        text-align: center;
}

/* 仕切り罫線のスタイル設定 */
#line{
        float: none;
        clear: both;
        width: 530px;
        margin: 0px;
        padding: 0px;
        background: #FFFFFF;
        color: #333333;
}


/* ------------------------------------------------- */
/* カゴのスタイル設定 */
#cart{
        position: absolute;
        top: 175px;
        left: 550px;
        width: 145px;
        margin: 0px;
        padding: 5px 5px 0px 5px;
        border: solid #EB8A14 1px;
        background: #FFFFFF;
        text-align: left;
        color: #000000;
        font: 14px "ＭＳ 明朝",平成明朝,serif;
        line-height: 16px;
}
#cart h1{
        background: #EB8A14;
        margin: 0px;
        padding: 0px;
        color: #FFFFF0;
        font: 16px "ＭＳ ゴシック",Osaka,sans-serif;
        line-height: 20px;
        font-weight: bold;
        text-align: center;
}
#cart h2{
        color: #000000;
        font: 14px "ＭＳ ゴシック",Osaka,sans-serif;
        font-weight: bold;
        line-height: 16px;
}
#cart h3{
        color: #000000;
        font: 16px "ＭＳ ゴシック",Osaka,sans-serif;
        font-weight: bold;
        line-height: 18px;
}
#cart h4{
        color: #4169E1;
        font: 12px "ＭＳ 明朝",平成明朝,serif;
        line-height: 13px;
}

/* ------------------------------------------------- */
/* レビュー投稿のスタイル設定 */
#rev_post{
        float: none;
        clear: both;
        width: 525px;
        margin: 5px;
        padding: 10px;
        background: #FFFFF0;
        color: #666666;
        font: 12px "ＭＳ ゴシック",Osaka,sans-serif;
}

/* ------------------------------------------------- */
/* フッターのスタイル設定 */
#footer{
        clear: both;
        width: 680px;
        margin: 0px;
        padding: 10px;
        background: #FFFFFF;
        color: #696969;
        text-align: center;
        font: 14px "ＭＳ 明朝",平成明朝,serif;
        line-height: 16px;
}
#footer h1{
        color: #000066;
        text-align: center;
        font: 15px "ＭＳ 明朝",平成明朝,serif;
}

/* ------------------------------------------------- */
/* 商品分類ナビのスタイル設定 */
#s_nav{
        position: absolute;
        left: 270px;
        top: 50px;
        width: 430px;
        height: 85px;
        margin: 0px;
        padding: 0px;
        text-align: left;
}

/* 商品分類ナビ内メニュー設定 */
#bunrui{
        list-style-type: none;
        width: 430px;
        height: 85px;
        margin: 0px;
        padding: 0px;
}

/* メニューボタンのスタイル設定 */
.b_menu{
        float: left;
        width: 40px;
        text-align: center;
        margin: 0px;
        padding: 1px;
}

.b_menu a{
        display: block;
        width: 40px;
        height: 80px;
        text-decoration: none;
        border: none;
}

.b_menu a:hover{
        border: 2px inset #FFFFFF;
        text-decoration: none;
}

