@charset "utf-8";

/************************************************
 ブロック用
************************************************ */
/*** 目次 ***

▼ブロック共通
リスト
タイトル
ヘッダー上、フッター下のブロックエリア

▼各機能ブロックの指定
-新着情報
-現在のカゴの中
-カテゴリー
-ガイドリンク
-ログイン（サイド用）
-検索
-カレンダー
-おすすめ商品
    *メインカラム用 1カラム時 [one_maincolumn]
    *メインカラム用 2カラム時 [two_maincolumn_left]
                              [two_maincolumn_right]
    *メインカラム用 3カラム時 [three_maincolumn]
    *サイドカラム用           [side_column]
    *商品詳細のオススメ商品   [whobought_area]
-コンテンツ1
-コンテンツ2
-ガイドリンク
 */


/* ==============================================
ブロック共通
/* ============================================= */
#container .bloc_body {
    background-color: #fff;
}
* html .side_column {
   overflow-x: hidden;  /* IE6 表示乱れ防止 */
}
.side_column .bloc_outer {
    padding: 10px 9px 10px 9px;
}

.main_column .bloc_body {
    border: solid 1px #ccc;
    border-top: none;
}
.side_column .bloc_body {
	background: url("../hp_images/side_back.jpg") repeat-y left top;
}
.side_column .bloc_body .box {
    border: solid 1px #ccc;
    width: 145px;
}
.main_column .bloc_outer {
    margin-bottom: 20px;
}


/* リスト
----------------------------------------------- */
/* ログイン 検索条件 */
#container .bloc_outer .bloc_body dl.formlist {
    margin-bottom: 8px;
}
#container .bloc_outer .bloc_body dl.formlist dd {
    margin-bottom: 5px;
}
#container .bloc_outer .bloc_body dl.formlist dt {
    margin-bottom: 3px;
    padding-left: 15px;
    background: url("../img/icon/ico_arrow_03.gif") no-repeat left;
    font-size: 90%;
}
#container .bloc_outer .bloc_body dl.formlist span{
    vertical-align: top;
}



/* 絞込検索条件
----------------------------------------------- */
#container .bloc_outer .bloc_body dl.searchformlist {
    margin-bottom: 8px;
}
#container .bloc_outer .bloc_body dl.searchformlist dd {
    margin-bottom: 5px;
}
#container .bloc_outer .bloc_body dl.searchformlist dt {
    margin-bottom: 3px;
    padding-left: 15px;
    background: url("../img/icon/ico_arrow_04.gif") no-repeat left;
    font-size: 90%;
}
#container .bloc_outer .bloc_body dl.searchformlist span{
    vertical-align: top;
}


/* タイトル
----------------------------------------------- */
/* タイトルの背景 白 */
#login_area h2 ,
#search_area h2 ,
#cart_area h2 ,
#cart h2 ,
#category_area h2 {
    padding: 4px 0 0 18px;
    background: url('../hp_images/h2_back_side.jpg') no-repeat left top;
    height: 17px;
    font-size: 14px;
}
*:first-child+html #login_area h2 ,
*:first-child+html #search_area h2 ,
*:first-child+html #calender_area h2 ,
*:first-child+html #cart_area h2 ,
*:first-child+html #cart h2 ,
*:first-child+html #category_area h2 {/* IE7 */
    padding: 1px 0 0 18px;
    height: 20px;
}
#main_area h2,
#recommend_area h2,
#news_area h2 {
    padding: 4px 0 0 18px;
    background: url('../hp_images/h2_back_main.jpg') no-repeat left top;
    height: 17px;
    font-size: 14px;
}
*:first-child+html #main_area h2,
*:first-child+html #recommend_area h2,
*:first-child+html #news_area h2 {
    padding: 1px 0 0 18px;
    height: 20px;
}


/* ==============================================
▼ヘッダー上、フッター下のブロックエリア
=============================================== */
div#topcolumn {
    margin:0px;
    clear:both;
}
div#bottomcolumn {
    margin:0px;
    clear: both;
		zoom: 1;
}


/* ***********************************************
▼各機能ブロックの指定
/*********************************************** */

/* ===============================================
▼新着情報
=============================================== */
#news_area .news_contents {
		padding: 5px 10px;
    border: 1px solid #d2d2d2;
    border-top: none;
    width: 530px;
    height: 100px;
    overflow:auto;
    overflow-y:scroll;
    font-size: 90%;
}

#news_area dl.newslist {

}
#news_area dl.newslist dt.date {
    	clear: both;
			float: left;
			width: 80px;
			padding-bottom: 8px;
			line-height: 1.2;
			text-align: left;
}
#news_area dl.newslist dd {
			float: right;
			border-left: dotted 1px #CCC;
			width: 420px;
			padding-left: 10px;
			padding-bottom: 8px;
			line-height: 1.2;
			text-align: left;
}
#news_area dl.newslist dd p.title {
			float: left;
			margin: 0;
			padding: 0;
			padding-right: 5px;
			width: 95px;
}
#news_area dl.newslist dd p.subject {
			float: right;
			margin: 0;
			padding: 0;
			width: 320px;
}
#news_area dl.end {
    padding: 10px 0;
    background: url("") no-repeat bottom;
}


/* ===============================================
▼現在のカゴの中
=============================================== */
#cart_area {
	padding-bottom: 5px;
	background: url("../hp_images/side_back_bottom.jpg") no-repeat left bottom;
}

#cart_area .information {
    padding: 10px;
}
#cart_area .postage {
    margin-top: 10px;
    padding-top: 10px;
    background: url("../img/background/line_dot_01.gif") repeat-x top;
}
#cart_area .postage .point_announce {
    padding: 2px 0 2px 20px;
    background: url("../img/icon/ico_price.gif") no-repeat left top;
}
#cart_area .btn {
	padding-bottom: 10px;
    text-align: center;
}


/* ===============================================
▼カテゴリー
=============================================== */
#category_area {
	width: 182px;
}
#category_area .bloc_body{

}
/* 一階層目 */
#category_area li{
		font-size: 90%;
}
#category_area li.level1 p{
    margin: 0;
    padding: 0;
}
#category_area li.level1 a {
    display: block;
    padding: 0;
    padding-left: 25px;
    width: 182px;
		height: 33px;
		line-height: 33px;
}
#category_area li.naviOff a {
		background: url("../hp_images/side_naviback_off.jpg") no-repeat;
}
#category_area li.naviOn a {
		background: url("../hp_images/side_naviback_on.jpg") no-repeat;
}
/* 二階層目 */
#category_area li.level1 li.level2{
		font-size: 90%;
}
#category_area li.level1 li.level2 a {
    display: block;
    padding: 0;
    padding-left: 30px;
    width: 182px;
		height: 25px;
		line-height: 25px;
		color: #fff;
}
#category_area li.level1 li.level2 a:hover {
		color: #fa9006;
}
#category_area li.level1 li.naviOff a {
	  background: url("../hp_images/side2_naviback_off.jpg") no-repeat;
}
#category_area li.level1 li.naviOn a {
	  background: url("../hp_images/side2_naviback_on.jpg") no-repeat;
}
a.onlink:link {
    color: #f00;
    text-decoration: underline;
}
a.onlink:visited {
    color: #f00;
}
a.onlink:hover {
    color: #f00;
}


ul.button_like li {
    margin: 0;
    padding: 0 0 1px 0;
    background: url("../img/background/bg_btn_list.jpg") bottom repeat-x;
}
ul.button_like li a {
    margin: 0;
    padding: 10px 15px 10px 10px;
    border: 1px solid;
    border-bottom: none;
    border-color: #ccc;
    display: block;
    background: url("../img/icon/ico_arrow_02.gif") no-repeat right;
    text-decoration: none;
    outline: none;
}


/* ===============================================
▼ログイン（サイド用）
※ヘッダー用はbloc_alpha.css内に記述
=============================================== */
#container div#login_area {
	padding-bottom: 5px;
	background: url("../hp_images/side_back_bottom.jpg") no-repeat left bottom;
}

#container div#login_area .bloc_body {
    padding: 10px 0;
}

#container div#login_area .bloc_body p {
    margin-bottom: 5px;
}

#container div#login_area .bloc_body .btn {
    text-align: center;
}
#container #login_area dl.formlist {
    padding-left: 10px;
}
#container .login_area dl.formlist {
    margin-bottom: 8px;
    padding-left: 10px;
    width: 420px;
}
#container .login_area dl.formlist dt {
    margin-bottom: 3px;
    padding-left: 15px;
    color: #333;
    background: url("../img/icon/ico_arrow_03.gif") no-repeat left;
    width: 90px;
    float: left;
    font-size: 90%;
}
#container .login_area dl.formlist dd {
    margin-bottom: 5px;
    float: right;
    width: 300px;
    vertical-align: bottom;
    text-align: left;
}
#container div#login_area .bloc_body .mini {
    margin-top: 5px;
    letter-spacing: -0.01em;
    font-size: 75%;
}
*:first-child+html #container div#login_area .bloc_body .mini input { /* ie7 */
	position: relative;
	top: -5px;
}
* html #container div#login_area .bloc_body .mini input { /* ie6 */
	position: relative;
	top: -5px;
}


/* ===============================================
▼検索
=============================================== */
div#search_area {
	padding-bottom: 5px;
	background: url("../hp_images/side_back_bottom.png") no-repeat left bottom;
	background-color:#FFFFC2;
}
div#search_area .bloc_body {
    padding: 5px 0;
}
div#search_area .bloc_body .btn {
    text-align: center;
}
div#search_area dl.searchformlist {
	padding: 0 10px;
}


/* ===============================================
▼カレンダー
=============================================== */
#calender_area {
    padding-bottom: 5px;
    width: 180px !important;
}
*:first-child+html #calender_area { /* ie7 bug fix */
	clear: both;
	padding-top: 20px;

}
*:first-child+html #calender_area h2 { /* ie7 bug fix */
	margin-top: -20px;
	margin-left: -18px;
	margin-bottom: 20px;
}
#calender_area .bloc_body {
    padding: 0 0 10px 0;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-top: none;
}
#calender_area table {
    background: #fff;
    border: none;
    width: 150px;
    margin: 0 auto 5px;
    font-size: 80%;
}
#calender_area table td {
    padding: 1px 2px;
    border-top: 1px solid #ccc;
    text-align:center;
}
#calender_area th {
    padding: 1px 3px;
    background: #fff;
    border: none;
    text-align: center;
}
#calender_area table .month {
    margin-bottom: 5px;
    padding-left: 12px;
    background: url("../img/icon/ico_arrow_04.gif") no-repeat left;
    font-size: 120%;
}
#calender_area .off {
    color: #f00;
}
#calender_area .information {
    margin-left: 10px;
    font-size: 80%;
}


/* ===============================================
▼おすすめ商品
=============================================== */
/*
   tplファイルのマークアップが同じ項目
   メインカラム用 2カラム時 [two_maincolumn_left]
                            [two_maincolumn_right]
   メインカラム用 3カラム時 [three_maincolumn]
   サイドカラム用           [side_column]
   商品詳細のオススメ商品   [whobought_area]
=============================================== */
/* 共通
----------------------------------------------- */
#recommend_area .bloc_body ,
#whobought_area .whobought_bloc {
    margin-bottom: 10px;
    padding: 10px 0 10px;
    border: none;
    background: url("../img/background/line_dot_01.gif") repeat-x bottom;
}

#recommend_area .bloc_body p ,
#whobought_area .whobought_bloc p {
    margin: 0 0 5px 0;
}

#recommend_area .bloc_body img ,
#whobought .whobought_bloc img {
    margin: 0 5px 0 0;
}

#recommend_area .bloc_body h3 ,
#whobought_area .whobought_bloc h3 {
    font-size: 100%;
    font-weight: normal;
}

/* サイドカラム用 */
.side_column #recommend_area .product_item {
    margin-bottom: 10px;
}


/* 画像
----------------------------------------------- */
/* メインカラム用 */
.main_column #recommend_area .bloc_body .productImage,
#whobought_area .whobought_bloc .productImage {
    margin-bottom: 10px;
    float: left;
    width: 90px;
}
/* サイドカラム用 */
.side_column #recommend_area .bloc_body .productImage {
    float: none;
    text-align: center;
    width: auto;
}


/* 左右の振り分け
----------------------------------------------- */
.main_column #recommend_area .product_item,
#whobought_area .whobought_bloc .whobought_left {
    float: left;
    width: 47.5%;
}
#whobought_area .whobought_bloc .whobought_right {
    float: right;
    width: 47.5%;
}


/* 商品説明テキスト
----------------------------------------------- */
/* メインカラム用 1カラム時*/
#one_maincolumn #recommend_area .bloc_body .productContents {
    float: right;
    width: 70%;
}

/* メインカラム用 2カラム時*/
#two_maincolumn_right #recommend_area .bloc_body .productContents ,
#two_maincolumn_left #recommend_area .bloc_body .productContents ,
#two_maincolumn_right #whobought_area .whobought_bloc .productContents ,
#two_maincolumn_left #whobought_area .whobought_bloc .productContents {
    float: right;
    width: 74%;
}

/* メインカラム用 3カラム時*/
#three_maincolumn #recommend_area .bloc_body .productContents ,
#three_maincolumn #whobought_area .whobought_bloc .productContents {
    float: right;
    width: 60%;
    font-size: 90%;
}

/* サイドカラム用 */
.side_column #recommend_area .bloc_body .productContents {
    clear: both;
}


/* ===============================================
▼フッターガイドリンク
=============================================== */
#footer_wrap #footer #guide_area {
    float: left;
    margin-top: 5px;
    border: none;
    width: 650px;
}
#footer_wrap #footer #guide_area ul {
    margin: 0;
    padding: 0 0 1px 5px;
}
#footer_wrap #footer #guide_area li{
    display: inline;
    margin: 0 3px 0 0;
    padding: 0;
}
#footer_wrap #footer #footer_contact {
    float: right;
    padding-right: 20px;
    border: none;
}

/* ===============================================
▼バナーエリア
=============================================== */
div.banner_area ul li {
    margin-bottom: 5px;
}
div.banner_area ul li {
    margin-bottom: 5px;
