@charset "utf-8";

@import url("../packages/default/css/import.css");

/* ヘッダーロゴ
------------------------------------------------ */
div#header {
    background: url("../packages/default/img/header/bg.jpg");
    width: 780px;
    height: 155px;
    margin: 0 auto;
}
div#header h1 a {
    float: left;
    display: block;
    margin: 8px 0 0 0;
    width: 375px;
    height: 100px;
    background: url("../packages/default/img/header/logo.gif");
    margin:30px 0 0 30px;
}
div#header em {
    display: none;
}


/* ヘッダーナビ
----------------------------------------------- */
div#information {
    float: right;
    padding: 125px 8px 0 0;
}
div#information ul li {
    display: inline;
}
div#information ul li a {
    text-decoration: none;
}
/* top新着情報
----------------------------------------------- */
div#newsarea {
font-size:100%;
width:578px;
margin:0 10px;
}
/* オススメ商品
----------------------------------------------- */
div#recomendarea {
width:578px;
margin:0 10px;
font-size:100%;
}

div.recomendblock {
margin:0 auto;
padding:10px 0;
width:578px;
}

div.recomendleft {
float:left;
margin:0 0 0 5px;
width:280px;
}

div.recomendright {
float:right;
position:relative;
width:280px;
}

.mini {
font-size:100%;
}
/* main_text
----------------------------------------------- */
div#recomendarea {
width:578px;
margin:0 10px;
font-size:100%;
}

div#recomendarea  h2{


}
/* サイドの追加リンクの背景設定
----------------------------------------------- */
#addSideArea a{
background:url(../packages/default/img/side/side_menu.jpg) no-repeat;
display:block;
height:30px;
line-height:30px;
text-indent:20px;
width:166px;
color:#000000;
text-decoration:none;
letter-spacing: 0.5px;
}
#addSideArea a:hover {
color:#FF6600;
}
