﻿@charset "utf-8";

/*------------------ sidebar ------------------*/

/* guidance */
#guidance_box {
    width:245px;
    height:216px;
    margin-bottom:15px;
    _margin-bottom:7px;
    background: url("../img/bnr_01_on.jpg") no-repeat;
}
#guidance_box a:hover img {
    opacity: 0.1;
	filter: alpha(opacity=10);
}

/* sns bts */
#sns_bts_box {
	width: 245px;
	height: 400px;
	padding: 10px 0;
	background: url("../img/bnr_02_back.gif") no-repeat;
}

#sns_bts_box ul {
    margin:0 auto;
    width:225px;
}
#twitter_bt {
    width:225px;
    height:46px;
    _margin-bottom:0;
    background: url("../img/bnr_twitter_on.gif") no-repeat;
}
#twitter_inner{
	width: 225px;
	height: 280px;
	margin-bottom: 5px;
	_margin-bottom: 0;
	
}
#facebook_bt {
    width:225px;
    height:46px;
    background: url("../img/bnr_facebook_on.gif") no-repeat;
}
#twitter_bt a:hover img,
#facebook_bt a:hover img {
    opacity: 0.1;
	filter: alpha(opacity=10);
}

/* shop link */
#shoplink_box {
    width:245px;
    margin-bottom:15px;
}
#shoplink_top {
    width:245px;
    height:5px;
    background: url("../img/shoplistback_top.gif") no-repeat;
}
#shoplink_middle {
    width:245px;
    height:100%;
    background: url("../img/shoplistback_mid.gif") repeat-y;
    font-size:10px;
}
#shoplink_bottom {
    width:245px;
    height:5px;
    background: url("../img/shoplistback_bottom.gif") no-repeat;
}
#shoplink_middle h3 {
    margin:4px 10px 0;
}
#shoplink_middle h4 {
    margin:10px auto 0;
    width:216px;
    height:16px;
}
.shoplink_float_box {
    width:210px;
    margin: 0 auto;
}
#shoplink_box ul {
    width:105px;
    margin:5px 0 10px;
}
#shoplink_box ul.left_list {
    float:left;
}
#shoplink_box ul.right_list {
    float:right;
}

#shoplink_box ul li {
    margin:0;
    padding-left:12px;
}
#shoplink_box ul li.category_img {
    margin:0;
    background:none;
    padding-left:0;
}
.gourmet_list li {
    background: url("../img/ico_orange.gif") no-repeat left center;
}
.shopping_list li {
    background: url("../img/ico_pink.gif") no-repeat left center;
}
.cosmetics_list li {
    background: url("../img/ico_green.gif") no-repeat left center;
}
