﻿@charset "utf-8";

/*------------------ shop page ------------------*/
#single_main {
    width:630px;
    float:left;
    margin-right:15px;
    _margin-right:7px;
}
#main_top {
    width:630px;
    height:5px;
    background: url("../img/single/guideback_top.gif") no-repeat;
}
#main_middle {
    width:630px;
    height:100%;
    background: url("../img/single/guideback_mid.gif") repeat-y;
    position:relative;
}
#main_bottom {
    width:630px;
    height:5px;
    background: url("../img/single/guideback_bottom.gif") no-repeat;
}

.breadcrumbs {
    width:960px;
    height:35px;
    text-indent:40px;
    line-height:35px;
}
h1 img {
    width:960px;
    height:100px;
}



#shopcategory_box{
	width:675px;
	margin:10px auto;
}
#shopcategory_box h3{
	margin-bottom:10px;
}

#shopcategory_box .box{
	width:320px;
	float:left;
	margin-left:5px;
	padding:5px;
	margin-bottom:10px;
	background-color:#f3ebe2;
}

#shopcategory_box .box{
	width:320px;
	float:left;
	margin-left:5px;
	padding:5px;
	margin-bottom:10px;
	background-color:#f3ebe2;
}
#shopcategory_box .box .photo{
	width:120px;
	float:left;
	margin-right:5px;
}

#shopcategory_box .box dl{
	width:195px;
	float:right;
}
#shopcategory_box .box dl dt{
	padding-bottom:5px;
	font-size:14px;
	font-weight:bold;
	line-height:1.3em;
}
#shopcategory_box .box dl dd{
	padding-bottom:3px;
	font-size:12px;
	line-height:1.3em;
}
#shopcategory_box .box dl dd.botan{
	text-align:right;
}


#shopcategory_box_g{
	width:675px;
	margin:15px auto;
	clear:both;
	overflow:hidden;
}
#shopcategory_box_g .box{
	background-color:#f3ebe2;
}
#shopcategory_box_g dt{
	color:#ff8700;
}
#shopcategory_box_s{
	width:675px;
	margin:15px auto;
	clear:both;
	overflow:hidden;
}
#shopcategory_box_s .box{
	background-color:#eddde5;
}
#shopcategory_box_s dt{
	color:#ef5ba1;
}
#shopcategory_box_c{
	width:675px;
	margin:15px auto;
	clear:both;
	overflow:hidden;
}
#shopcategory_box_c .box{
	background-color:#e1ece2;
}
#shopcategory_box_c dt{
	color:#2aab39;
}












/* content title */
#single_title {
    width:571px;
    height:48px;
    margin:4px 19px 20px 20px;
    padding:8px 5px 5px 15px;
    overflow:hidden;
    font-weight:bold;
    font-size:25px;
}



h2.green {
    background: url("../img/single/h2_green.gif") no-repeat;
    color:#2AAB39;
}
h2.orange {
    background: url("../img/single/h2_orange.gif") no-repeat;
    color:#FF8700;
}
h2.pink {
    background: url("../img/single/h2_pink.gif") no-repeat;
    color:#EF5BA1;
}
h2.blue {
    background: url("../img/single/h2_blue.gif") no-repeat;
    color:#59CAF4;
}
#single_title span {
    color:#4D4D4D;
    font-size:11px;
    font-weight:normal;
}

/* content */
#content_box {
    width:581px;
    margin:0 24px 40px 25px;
}
#content_box ol,
#content_box ul {
    padding-left:25px;
}
#content_box ol {
    list-style:decimal;
}
#content_box ul {
    list-style:square;
}


/*------------------ sidebar ------------------*/
#single_side_menu {
    width:315px;
    float:right;
}