@charset "utf-8";

@import url("../packages/default/css/import.css");

body {
    background-image:url(../packages/default/img/top/back.gif);
    background-repeat: repeat;
}

/*
------ ヘッダー ------
*/
div#header {
    background-image: url("../packages/default/img/header/header.jpg");
    background-repeat: no-repeat;
    width: 900px;
    height: 200px;
    margin: 0 auto;
    border-left: solid 2px #ff0000;
    border-right: solid 2px #ff0000;
}

/*
------ メニュー ------
*/
div#menu {
    width: 900px;
    height: 45px;
    margin: 0 auto;
    border-left: solid 2px #ff0000;
    border-right: solid 2px #ff0000;
}

#menu ul li {
    float: left;
    height: 45px;
    margin: 0;
}

/* メインコンテンツ
----------------------------------------------- */
div#container {
    clear: both;
    width: 892px;
    margin: 0 auto;
    padding: 0 4px;
    background-color: #fff;
    text-align: center;
    border-left: solid 2px #ff0000;
    border-right: solid 2px #ff0000;
}

#container:after {/* firefox背景色表示用 */
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* 2カラム設定 */
div#two_maincolumn {
    width: 704px;
    padding: 10px 0 0 0;
}

div#two_maincolumn a {
    color: #555555;
}

div#two_maincolumn a:hover {
    color: #ff0000;
}

/* 3カラム設定 */
div#three_maincolumn {
    float: left;
    width: 532px;
    padding: 10px 0 0 0;
}

div#three_maincolumn a {
    color: #555555;
}

div#three_maincolumn a:hover {
    color: #ff0000;
}

/*
------ TOPページ・左右カラム ------
*/
div#leftcolumn {
    float: left;
    margin: 10px 0 10px 0;
    width: 180px;
    background-color: #000000;
    color: #ffffff;
}

div#leftcolumn div {
    margin: 0 auto 15px auto;
    padding: 0;
    text-align: center;
}

div#rightcolumn {
    float: left;
    margin: 10px 0 10px 0;
    width: 180px;
    background-color: #000000;
    color: #ffffff;
}

div#rightcolumn div {
    margin: 0 auto 15px auto;
    padding: 0;
    text-align: center;
}

/*
------ フッターメニュー ------
*/

/* -------- 以下ブロック ---------- */

/*
------ 最新アップ情報 ------
*/
div#newupdateinfomation {
    width: 180px;
}

div#newupdateinfomation a {
    color: #ff0000;
}

div#newupdateinfomation ul li {
    text-align: left;
    padding: 5px 0 5px 5px;
}

div#newupdateinfomation ul li a {
    color: #fff;
    text-decoration: underline;
}

/*
------ ログイン ------
*/
div#loginarea {
    border: 0;
    width: 180px;
    margin: 0;
    padding: 0;
    line-height: 150%;
}

div#login {
    width: 172px;
    margin: 0;
    padding: 0;
}

div#login p {
    text-align: left;
    margin: 0 auto;
    padding: 0 5px 0 5px;
}

#loginarea p .btn {
    text-align: center;
}

#loginarea .box154 {
    width: 154px;
    border: solid 1px #ccc;
}

/* カテゴリー
-----------------------------------------------
*/
div#categoryarea {
    width: 180;
    margin: 0;
    padding: 0 0 0 5px;
}

div#categoryarea li {
    padding: 0 0 0 15px;
    text-align: left;
}
div#categoryarea li.onmark {
}
div#categoryarea li.level1 {
    font-weight: bold;
}
div#categoryarea li.level1 li {
    font-weight: normal;
}
div#categoryarea li a {
    display: block;
    padding: 3px 0;
}

/*
------ 週間人気ランキングブロック ------
*/
div#weeklyranking {
    width: 180px;
    margin: 0 auto;
    padding: 0;
}
div#top10 {
    width: 160px;
    height: 80px;
    margin: 0;
    padding: 0;
    text-align: center;
}

div#top10 h1{
    color: #ff0000;
}
div#top10 a {
    text-decoration: underline;
}

/*
------ 検索ブロック ------
*/
div#undercolumn table.condareatable {
    margin:0 10px 10px;
    width:660px;
}

div#searcharea {
    width: 180px;
}

div#searcharea .radio {
    font-weight: bold;
    color: #ffffff;
}

/*
------ サンプル動画ブロック ------
*/
div#samplearea {
    width: 180px;
}

/*
------ ニュース ------
*/
div#newsareaheader h1 {
    width: 518px;
    height: 30px;
    background: url("../packages/default/img/top/title_base.gif") no-repeat bottom;
}

div#newsareaheader h1 p{
    font-size: 180%; 
    font-weight: bold;
    padding: 8px 0 0 35px;
}

div#newsarea {
    width: 518px;
    margin: 15px auto 15px auto;
    border: solid 1px #000000;
    font-size: 100%;
}

/* おすすめ
-----------------------------------------------
*/
div#recomendarea {
    width: 518px;
    margin: 15px auto 15px auto;
    border: solid 1px #000000;
}
div#recomendareaheader h1{
    width: 518px;
    height: 30px;
    background: url("../packages/default/img/top/title_base.gif") no-repeat bottom;
}

div#recomendareaheader h1 p {
    padding: 5px 0 0 40px;
}

div.recomendblock {
    clear: both;
    overflow: visible;
    width: 520px;
    padding: 5px 0;
    background: url("../img/common/line_402.gif") no-repeat bottom;
}

div.recomendleft {
    float: left;
    margin: 0 5px 0 0;
}

div.recomendleft p {
    margin: 0 0 5px 0;
}

div.recomendright {
    float: right;
    width: 190px;
    position: relative;
}

div.recomendleft img, div.recomendright img {
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

div.recomendright p {
    margin: 0 0 5px 0;
}

div.recomendleft h3 {
    font-size: 100%;
}

div.recomendright h3 {
    font-size: 100%;
}

/* ボタン
----------------------------------------------- */
input[type='image'].box130_26 {
    width: 130px;
    height: 26px;
}

/* FLASH
----------------------------------------------- */
div#flasharea {
    width: 520px;
    margin: 0 auto;
}

/* カートの中身
----------------------------------------------- */
ul.status_icon li {
    float: left;
    height: 17px;
    margin-left: 8px;
    text-align: left;
}

div.listarea {
    clear: both;
    width: 680px;
    margin: 0;
    padding: 0;
    background: url("../img/common/line_580.gif") no-repeat bottom;
}

div.listarea table  {
    border: 0;
    margin: 0;
    text-align: left;
}

div.listarea table th {
    border: 0;
    margin: 0;
    padding: 8px;
    text-align: left;
}

div.listarea table tr td {
    border: 0;
    margin: 0;
    padding: 8px;
    text-align: left;
}

div#listproductname {
    clear: both;
    padding: 5px 0 5px 10px;
}

div#listproductname a {
    color: #000000;
    font-size: 150%;
    font-weight: bold;
}

.listcomment {
    width: 310px;
    font-size: 90%;
}

div.listrightblock .in_cart {
    width: 125px;
    border: solid 1px #fff;
}

div.listrightblock .btnbox {
    margin-top: 5px;
    width: 125px;
}

/* 下層共通指定
----------------------------------------------- */
div#undercolumn {
    width: 680px;
    border: solid 1px #555555;
    margin: 0 15px 0 15px;
}

div#undercolumn a {
    color: #000000;
}

div#undercolumn h2.title{
    width: 680px;
    height: 30px;
    background-image: url("../packages/default/img/top/title_base680.gif");
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #555555;
    text-align: left;
}

div#under02column {
    width: 720px;
    margin: 0 auto;
    border: solid 1px #555555;
}

div#undercolumn h2.title p {
    padding: 5px 0 0 40px;
    font-size: 150%;
}

div#under02column h2.title{
    width: 720px;
    height: 30px;
    background-image: url("../packages/default/img/top/title_base720.gif");
    background-repeat: no-repeat;
    padding: 0;
    border-bottom: solid 1px #555555;
    text-align: left;
}

div#under02column h2.title p {
    padding: 5px 0 0 40px;
    font-size: 150%;
}

div#under02column a {
    color: #555555;
    text-decoration: none;
}

div#under02column a:hover {
    color: #ff0000;
    text-decoration: underline;
}

div#undercolumn h2 .listtitle{
    margin: 0;
    padding: 0;
}

div#under02column_cart .empty {
    margin: 150px auto;
}




img.picture_list_top {
    width: 65px;
    height: 80px;
}

img.picture_list {
    width: 110px;
    height: 157px;
}

img.detail_min {
}

img.detail_max {
}

/* 商品
----------------------------------------------- */
div#detailarea {
    width: 680px;
    overflow: visible;
}

div#detailphotoblock {
    float: none;
    width: 680px;
    background-color: #e0ffff;
    margin: 0 auto;
    padding: 15px 0 10px 0;
    text-align: center;
}

div#detailphotoblock p {
    margin: 0;
}

div#detailrightblock {
    float: none;
    width: 680px;
    background-color: #ffc0cb;
    margin: 15px auto;
}

div#detailrightblock ul {
    height: 25px;
}

div#detailrightblock li {
    margin: 5px 2px;
}

div#detailarea h2 {
    margin: 5px 0 5px 0;
    padding: 0;
    color: #ff6600;
    font-size: 140%;
    font-weight: bold;
}

div#detailphotoblock .detail_block_cart {
    width: 360px;
    margin: 5px auto 0 auto;
    background-color: #ffffff;
    border: solid 1px #ff0000;
}

div#detailphotoblock .box54 {
    width: 54px;
    border: solid 1px #ccc;
}

div#detailphotoblock table.noborder {
    border: 0;
    margin: 0 auto;
    width: 340px;
}

div#detailphotoblock table.noborder tr {
    border: 0;
    background-image: none;
}

div#detailphotoblock table.noborder td {
    border: 0;
    background-image: none;
}

div#detailrightblock table.product_detail {
    width: 650px;
    border: 0;
    line-height: 80%;
    margin: 0 auto;
}

div#detailrightblock table.product_detail tr {
    border: 0;
    background-image: none;
    background-color: none;
}

div#detailrightblock table.product_detail th {
    border: 0;
    width: 85px;
    background-image: none;
    background-color: #ffc0cb;
    color: #ff0000;
}

div#detailrightblock table.product_detail td {
    border: 0;
    background-image: none;
    background-color: #ffc0cb;
}

div#detailrightblock .btn {
    margin: 15px auto;
    padding: 15px auto;
    text-align: center;
    vertical-align: top;
}

div#detail_comment {
    padding: 5px;
    line-height: 150%;
    text-align: left;
}

div#detail_comment br{
    letter-spacing: 0;
}

/* 商品詳細拡大写真
----------------------------------------------- */
div#bigimage {
    width: 720px;
    margin: 0;
    background-color: #ffffff;
}

div#bigimage img {
    padding: 10px;
    background-color: #ffffff;
}

/* お客様の声の書き込み・新しいお届け先の追加・変更
----------------------------------------------- */
div#windowcolumn {
    width: 520px;
    margin: 15px auto 0 auto;
    background-color: #fff;
    border-top: 5px solid #ffa85c;
    border-bottom: 5px solid #ffa85c;
}

div#windowcolumn h2 {
    width: 520px;
    margin: 0 0 15px 0;
}

div#windowcolumn_delivery_addr {
    width: 520px;
}

div#windowarea_delivery_addr {
    width: 520px;
}

div#windowarea_delivery_addr h2 {
    background-image: url("../packages/default/img/top/title_base.gif");
    background-repeat: no-repeat;
    width: 520px;
}

div#windowarea_delivery_addr table tr td a {
    color: #555555;
    text-decoration: none;
}

div#windowarea_delivery_addr table tr td a:hover {
    color: #ff0000;
    text-decoration: underline;
}

/* トップページのメインエリア
----------------------------------------------- */
div#flasharea img {
    padding: 0 0 5px 0;
}

/* 新着情報
----------------------------------------------- */
div#productlist {
    text-align: center;
}

div#productlist table {
    border: none;
    margin: 0;
}

div#productlist table td {
    border: none;
    margin: 0;
    padding: 5px;
}

div#productlist table#inner {
    //border: solid 1px #ccc;
}

div#productlist table#inner a {
    color: #000000;
    text-decoration: underline;
}

div#itemcheckarea {
    width: 665px;
    text-align: right;
}

div#itemcheckarea a {
    color: #555555;
    text-decoration: none;
}

div#itemcheckarea a:hover {
    color: #ff0000;
    text-decoration: underline;
}

div#itemcheckarea2 {
    width: 500px;
    margin: 10px;
    text-align: right;
}

div#itemcheckarea2 a {
    color: #555555;
    text-decoration: none;
}

div#itemcheckarea2 a:hover {
    color: #ff0000;
    text-decoration: underline;
}

div.listphoto {
    width: 65px;
}

/* カートの中身画面の削除文字 */
table#cart_products a {
    color: #555555;
    text-decoration: none;
}

table#cart_products a:hover {
    color: #ff0000;
    text-decoration: underline;
}

/* 商品なしの場合のトップページへ戻る文字 */
p.empty a {
    color: #555555;
    text-decoration: none;
}

p.empty a:hover {
    color: #ff0000;
    text-decoration: underline;
}

/* 新着情報の一括購入文字 */
div#allproductsincart {
    margin: 5px;
    text-align: right;
}
div#allproductsincart a {
    color: #555555;
    text-decoration: underline;
}

div#allproductsincart a:hover {
    color: #ff0000;
    text-decoration: underline;
}

/* Mypage */
div#mypagecolumn {
    margin: 0 auto;
    width: 520px;
    border: solid 1px #ccc;
}

div#windowarea_delivery_addr h2.title {
     background-image: url("../packages/default/img/top/title_base.gif");
    background-repeat: no-repeat;
    width: 520px;
    height: 30px;
    border-bottom: solid 1px #ccc;
    margin: 0;
    padding: 0;
}

div#windowarea_delivery_addr h2.title p {
    padding: 5px 0 0 40px;
}

div#mypagecolumn h2.title {
     background-image: url("../packages/default/img/top/title_base.gif");
    background-repeat: no-repeat;
    width: 520px;
    height: 30px;
    border-bottom: solid 1px #ccc;
    margin: 0;
    padding: 0;
}

div#mypagecolumn h2.title p {
    padding: 5px 0 0 40px;
    text-align: left;
}

div#mycontentsarea {
    float: none;
    margin: 5px auto;
}

.centertd a {
    text-align:center;
    color: #555555;
    text-decoration: none;
}

.centertd a:hover {
    text-align:center;
    color: #ff0000;
    text-decoration: underline;
}

p.windowtext {
    padding: 5px;
}

div#windowarea_delivery_addr .btn {
    margin: 5px;
    text-align: center;
}

div.tblareabtn {
    margin: 15px 0;
}

div#undercolumn_entry {
}

div#undercolumn_contact {
}

div#undercolumn_entry .area680 {
    border:1px solid #CCCCCC;
    margin:5px 0 0;
    padding:2px;
    width:672px;
    height:520px;
    font-size: 100%;
}

div#listtitle {
    background: url(../packages/default/img/top/title_base680.gif) no-repeat;
    width: 680px;
    height: 30px;
    border: medium none;
}

div#listtitle h2 {
    padding: 0 0 0 40px;
}

/* よくある質問
----------------------------------------------- */
div#qanda {
    width: 520px;
    border: solid 1px #000000;
    text-align: left;
    margin: 0 auto;
}
div#qandaheader h1 {
    width: 520px;
    height: 30px;
    background: url("../packages/default/img/top/title_base.gif") no-repeat bottom;
}
div#qandaheader h1 p { 
    padding: 5px 0 0 40px;
}
div#undercolumn_qanda h3 {
    line-height: 200%;
    color: #0973A7;
    font-size: 1.1em;
    margin-top: 25px;
}
div#undercolumn_qanda dt {
    color: #FF0000;
    margin-top: 10px;
    border-bottom: 1px solid #FF0000;
}
div#undercolumn_qanda dd a{
    color: #0000FF;
}

/* 商品について
----------------------------------------------- */
div#aboutitem {
  width: 520px;
  border: solid 1px #000000;
  text-align: left;
  margin: 0 auto;
}
div#aboutitem h1 {
    width: 520px;
    height: 30px;
    background: url("../packages/default/img/top/title_base.gif") no-repeat bottom;
}
div#aboutitem h1 p { 
    padding: 5px 0 0 40px;
}
div#undercolumn_qanda h3 {
    line-height: 200%;
    color: #0973A7;
    font-size: 1.1em;
    margin-top: 25px;
}
div#undercolumn_qanda dt {
    color: #FF0000;
    margin: 10px 10px;
    border-bottom: 1px solid #FF0000;
}
div#undercolumn_qanda dd {
    margin: 4px 4px;
}
div#undercolumn_qanda dd a{
    color: #0000FF;
}

div#leftcolumn div#update_info {
    text-align: left;
}

div#leftcolumn div#update_info dl dt {
    margin-top: 5px;
    padding-left: 4px;
    text-decoration: underline;
}
div#leftcolumn div#update_info dl dd {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
}

div#leftcolumn div#topicsarea {
    text-align: left;
}

div#leftcolumn div#topicsarea  dl dt {
    margin-top: 5px;
    padding-left: 4px;
    text-decoration: underline;
}
div#leftcolumn div#topicsarea  dl dd {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
}