@charset "utf-8";

@import url("../packages/default/css/import.css");

/* marginとpadding覚書（ほんとう初心者）
margin:要素の外側の空白
padding:要素の内側の空白
----------------------------------------------- */

/* ショートハンド覚書
値1：上下左右全て
値2：上下と左右
値3：上と左右と下
値4：上と右と下と左<<時計回り>>
margin:0 autoって真ん中ってことみたいだな
----------------------------------------------- */

/* ★html/user_data/packages/default/css/main.cssの上書 
----------------------------------------------- */
/* body 
----------------------------------------------- */
body {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #2E2E2E;
    background-color:#72B0CF;
    background-image: url(../packages/default/img/header/bg.png);
    background-repeat: repeat-x;
    font-size: 72.5%;
    line-height: 150%;
    letter-spacing:1px;
}    
/*PHOTO*/
.picture {
    border: none;
}

/* リンク指定
----------------------------------------------- */
a { text-decoration: none; }
a:link { color: #3a75af; }
a:visited { color: #3a75af; }
a:hover { color: #ff6600; }

/* フォント
----------------------------------------------- */
h1,h2,h3,h4,h5 {
    font-size: 60%;
    line-height: 120%;
}
.price { color: #ff0000; font-weight: bold; font-size: 150%; }
.attention { color: #ff0000; }
.mini { font-size: 90%; }
em {
    font-style: normal;
    color: #ff0000;
}

/* ヘッダーロゴ
------------------------------------------------ */
div#header {
    width: 900px;
    height: 70px;
    margin: 0px auto;
    padding: 0;
    background: url("../packages/default/img/header/headerbg.gif");
    border-left:solid 1px #CCCCCC;
    border-right:solid 1px #CCCCCC;
}

div#headermenu {
    width: 900px;
    height: 50px;
    margin: 0 auto;
    border-bottom:solid 1px #CCCCCC;
    border-left:solid 1px #CCCCCC;
    border-right:solid 1px #CCCCCC;
}

div#header h1 a {
    float: left;
    display: block;
    margin: 0px;
    width: 196px;
    height: 70px;
    background: url("../packages/default/img/header/logo.gif");
}

div#header em {
    display: none;
}

/* ヘッダーナビ
----------------------------------------------- */
div#information {
    float: right;
    padding: 10px 17px 0 0;
}

div#information ul li {
    display: inline;
}

div#information ul li a {
    text-decoration: none;
}

div#header2 {

    width: 900px;
    height: 43px;
    margin: 0 auto;
    background: url("../packages/default/img/header/headerbg.gif");
    border-left:solid 1px #CCCCCC;
    border-right:solid 1px #CCCCCC;
}

/* フッター
----------------------------------------------- */
#pagetop {
    width: 884px;
    margin: 0 auto;
    padding: 30px 8px 15px 8px;
    background-color: #fff;
    text-align: right;
    border-right: 1px dotted #CCCCCC;
    border-left: 1px dotted #CCCCCC;
}

#fotter {
    width: 900px;
    margin: 0 auto;
    padding: 0px 0px;
    border-top: 1px solid #CCCCCC;
    //background-color: #FFFFFF;
    font-size: 80%;
    color: #ffffff;
    text-align: center;
    background: url("../packages/default/img/header/headerbg.gif");
}

div#container {
    width: 900px;
    margin: 0 auto;
    padding: 0px 0px;
    background-color: #FFFFFF;
    border-right: 1px dotted #CCCCCC;
    border-left: 1px dotted #CCCCCC;
    text-align: left;
}


/* メインコンテンツ
----------------------------------------------- */
/* 3カラム設定 */
div#three_maincolumn {
    float: left;
    width: 566px;
    padding: 15px 0 0 0;
    border-right: dotted 1px #ccc;
    border-left: dotted 1px #ccc;
    background-color: #fff;
}

div#three_maincolumn h2 {
    padding: 10px 0 0 0;
}

/* 2カラム設定 */
div#two_maincolumn {
    float: left;
    width: 700px;
    padding: 15px 0 0 0;
    border-left: dotted 1px #ccc;
    background-color: #fff;
}

div#two_maincolumn h2 {
    padding: 15px 0 0 0;
}

/* 1カラム設定 */
div#one_maincolumn {
    padding: 15px 0 0 0;
    border:solid 1px #CCCCCC;
}
/* 回転商品
----------------------------------------------- */

div#revolverarea {
    width: 530px;
    margin:  0px 15px;
    padding-bottom: 15px;
    float: left;
    font-size: 100%;
    background-color: #fff;

}

div#revolverblock {
	background-color: #A6B5E2;
}

/* ニュース
----------------------------------------------- */
div#newsarea {
    width: 550px;
    margin:  0px 8px;
    padding-bottom: 15px;
    float: left;
    font-size: 100%;
    //background: url("../packages/default/img/common/topbottom.png") no-repeat bottom;
    background-color: #fff;
}

div#newsblock {
    width:530px;
    margin:10px;
    float:left;
    font-size:100%;
}

div#newsarea dl {
    margin:15;
    padding:10px 0;
    border-bottom:1px
    dotted white;
    border-left:1px;
}

div#newsarea dl.end {
    padding: 10px 0;
}

div#newsarea dl dt {
    padding: 0 0 0 20px;
    background: url("../packages/default/img/top/star.png") no-repeat;
}

/* 配送
----------------------------------------------- */
div.haisoarea {
 
    width: 250px;
    margin: 10px;

    float: left;

    background-color: #FFFFFF;
}


/* おすすめ
----------------------------------------------- */
div#recomendarea {
    width: 530px;
    margin:  7px  15px;
    //padding: 20px 0px;
    float: left;

    background-color: #FFFFFF;
}

div.recomendleft {
    width: 128px;
    height: 330px;
    margin:  1px;
    border-top: dotted 1px #cccccc;
    border-left: dotted 1px #cccccc;
    border-right: solid 1px #999999;
    border-bottom: solid 1px #999999;
    float: left;
    position: relative;
}

table.imgarea {
    margin:auto;
    border:0;
    width:118px;
    height:118px;
}

table.imgarea td{
    border:0;

}


div.osusumetitle {
    height:58px;

}

div.osusumeprice{
    margin:0px auto;
    width: 120px;
    height:50px;
    text-align: right;
    border-top:dotted 1px #CCCCCC;
}

div.detail {
    margin:0px auto;
    width: 120px;
    border-top:dotted 1px #CCCCCC;
}

div.recomendleft h3 {
    font-size: 100%;
    margin: 5px;
}

div.recomendleft p {
    margin: 5px;
}


/* メニュー
----------------------------------------------- */
.menu{
    border:none;
    border:0px;
    margin:0px;
    padding:0px;
    font-family:verdana,geneva,arial,helvetica,sans-serif;
    font-size:12px;
    font-weight:bold;
    color:8e8e8e;
}

.menu ul{
    background:url("../packages/default/img/menu/images/menu-bg.gif") top left repeat-x;
    height:43px;
    list-style:none;
    margin:0;
    padding:0;
}

.menu li{
    float:left;
    padding:0px 8px 0px 8px;
}

.menu li a{
    color:#666666;
    display:block;
    font-weight:bold;
    line-height:43px;
    padding:0px 25px;
    text-align:center;
    text-decoration:none;
}

.menu li a:hover{
    color:#72B0CF;
    text-decoration:none;
}

.menu li ul{
    background:#C9D2EF;
    border-left:2px solid #72B0CF;
    border-right:2px solid #72B0CF;
    border-bottom:2px solid #72B0CF;
    display:none;
    height:auto;
    filter:alpha(opacity=90);
    opacity:0.90;
    position:absolute;
    width:225px;
    z-index:200;
    /*top:1em;
    /*left:0;*/
}

.menu li:hover ul{
    display:block;

}

.menu li li {
    display:block;
    float:none;
    padding:0px;
    width:225px;
    border-bottom:1px solid #ffffff;
}

.menu li ul a{
    color:#ffffff;
    display:block;
    font-size:12px;
    font-style:normal;
    padding:0px 10px 0px 15px;
    text-align:left;
}

.menu li ul a:hover{
    background:#ffffff;
    color:#A181FD;
    opacity:1.0;
    filter:alpha(opacity=100);

}

.menu p{
    clear:left;
}
	
.menu #current{
    background:url("../packages/default/img/menu/images/current-bg.gif") top left repeat-x;
    color:#ED347A;
}

/* カゴの中
----------------------------------------------- */
div#cartarea {
    width: 144px;
    padding: 10px;

    background:#ffffff;
}

div#cartarea p {
    padding: 5px 0 10px 0;
}

div#cartarea p.item {
    padding: 0 0 10px 0;
    background: url("../img/side/line_146.gif") no-repeat bottom;
}

div#cartarea .btn {
    padding: 0;
    text-align: center;
}

/* カテゴリー
----------------------------------------------- */
div#categoryarea {
    width: 144px;
    padding: 10px;

    //background-color: #fff1e3;
    background:#ffffff;
}

div#categoryarea li {
    padding: 0 0 0 20px;
    background: url("../img/common/arrow_blue.gif") 0 3px no-repeat;
}
div#categoryarea li.onmark {
    background: url("../img/common/arrow_red.gif") 0 3px no-repeat;
}
div#categoryarea li.level1 {
    font-weight: bold;
}
div#categoryarea li.level1 li {
    font-weight: normal;
}
div#categoryarea li a {
    display: block;
    padding: 3px 0;
}

a.onlink {  text-decoration: underline; }
a.onlink:link { color: #ff0000; }
a.onlink:visited { color: #ff0000; }
a.onlink:hover { color: #ff0000; }

/* ガイドリンク
----------------------------------------------- */
#guidearea {
    padding: 15px 0 0 0;
    line-height: 0;
}

/* ログイン
----------------------------------------------- */
div#loginarea {
    width: 144px;
    padding: 0 10px 10px 10px;

    background:#ffffff;
}

div#loginarea p {
    padding: 8px 0 0 0;
}

div#login img {
    padding: 0 5px 0 0;
    vertical-align: bottom;
}

div#loginarea .btn {
    text-align: center;
}

#loginarea .box96 {
    width: 96px;
    border: solid 1px #ccc;
}

/* 検索
----------------------------------------------- */
div#searcharea {
    width: 144px;
    padding: 0 10px 10px 10px;

    background:#ffffff;
}

div#searcharea p {
    padding: 8px 0 0 0;
}

div#searcharea .btn {
    text-align: center;
}

#searcharea .box142 {
    width: 142px;
    //border: solid 1px #ccc;
}


/*アコーディオンメニュー
----------------------------------------------- */
ul.acc, ul.acc li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.acc a{
	display: block;
	height: 30px;
	line-height: 30px;
	color: #feffff;
}

ul.acc {
	background-color: #185AAC;
}

ul.acc li ul {
	background-color: #A6B5E2;
}
