@CHARSET "UTF-8";
#main_title
{
	width	:600px;
	height	:90px;
	background-image	:url("../img/shop_detail/main_title.png");
	background-repeat	:no-repeat;
	background-position:20px 10px;
	margin:0;
}
#main_read{
	padding:65px 0 0 30px;
}
#main_title h3{
	display:block;
	position:absolute;
}
#main_box{
	padding:0 20px;
}
#main_txt{
	padding:10px 0;
	margin:0;
}

#shop_block{
	margin:0 0 15px 0;
}

.posttitle{
	width	:515px;
	height	:36px;
	background-image	:url("../img/shop_detail/syouhin_title.png");
	background-repeat	:no-repeat;
	margin-bottom:10px;
	line-height:36px;
	font-size:136%;
	color:#99cc00;
	padding:0 0 0 45px;
}
#shouhin_box{
	width:540px;
	background-color:#FFFAF0;
	padding:9px 9px 9px 9px;
	margin:0 0 0px 0;
	border-top: 1px solid #f0ede0;
	border-left: 1px solid #f0ede0;
	border-right: 1px solid #ede3d4;
	border-bottom: 1px solid #ede3d4;
	position:relative;/* post_shop_detail_price下揃えのため */
}
* html #shouhin_box{
	padding:9px 9px 0px 9px;
}

#shouhin_box_left{
	float:left;
	width:200px;
	padding-right:10px;
}
#shouhin_box_right{
	float:left;
	width:330px;
}
.postcontent{
	display:block;
	width:330px;
	background-repeat	:no-repeat;
	background-position:left top;
}

.postcontent p{
	line-height:23px;
	background-image	:url("../img/shop_detail/syouhin_bg.png");
	margin:0 0 30px 0;
	padding-bottom:10px;
}
.post_shop_detail_price{
	display:block;
	height:15px;
	padding:0 0 0 48px;
	background-image	:url("../img/shop_detail/kakaku_button.png");
	background-repeat	:no-repeat;
	background-position:left top;
	line-height:15px;
	margin:0;
	color:#9c0;
	position:absolute;/* post_shop_detail_price下揃えのため */
	bottom: 10px;/* post_shop_detail_price下揃えのため */
}

#main_item{
	margin-bottom:15px;
}

#main_item_img{
	float:left;
	width	:275px;
	height	:160px;
	background-image	:url("../img/shop_detail/main_photo1.png");
	background-repeat	:no-repeat;
	margin:0;
}
#main_item_img a{
	display:block;
	width	:275px;
	height	:160px;
	margin:0;
}
#main_item_txt{
	float:right;
	width	:275px;
	height	:160px;
	background-image	:url("../img/shop_detail/main_photo2.png");
	background-repeat	:no-repeat;
	margin:0;
}
#shop_spot h4{
	width	:560px;
	height	:20px;
	background-image	:url("../img/shop_detail/spot_title.png");
	background-repeat	:no-repeat;
	margin:0 0 15px 0;
}
.shop_spot_left{
	float:left;
	width:335px;
}
.shop_spot_title{
	display:block;
	width:335px;
	height:37px;
	background-repeat	:no-repeat;
}
#shop_spot1_title{	background-image	:url("../img/shop_detail/spot1.png");}
#shop_spot2_title{	background-image	:url("../img/shop_detail/spot2.png");}
.shop_spot_txt{
	display:block;
	width:318px;
	background-image	:url("../img/shop_detail/spot_line.png");
	background-position:left bottom;
	background-repeat:repeat-y;
	padding:15px 0 5px 17px;
}
.shop_spot_right{
	float:right;
	width:220px;
}

