
/***************
 * desc_image_part
 ***************/

.desc_image_part {
	text-align:center;
	width:800px;
	margin-left:10px;
	
}

.desc_image_part .desc_image {
	text-align:center;
	float:left;
	width:320px;
}

.desc_image_part .desc_image img {
	border:#999999 solid 1px;
	margin:0px;
	padding:0px;
	display:block;
	width:302px;
	margin: 0px auto 0px auto;
}

.desc_image .image_comment_part {
	padding:0px;
	text-align:left;
	width:290px;
	margin:5px auto 5px auto;
}


.desc_image_part .shop_info {
	text-align:left;
	float:left;
	padding:0px 10px 10px 10px;
	/** width:360px; */
}



.desc_image_part .shop_info .shop_desc_part_head{
	width:420px;
	height:10px;
	font-size:8px;
	line-height:8px;
	padding:0px;
	margin:0px;
	background-image:url(../img/shop_desc_part_head.gif);
}

.desc_image_part .shop_info .shop_desc_part_body_top{
	width:420px;
	background-image:url(../img/shop_desc_part_body_top.gif);
}

.desc_image_part .shop_info .shop_desc_part_body_top .content{
	padding:0px 10px 5px 10px;
	font-size:12px;
	line-height:18px;
}

.desc_image_part .shop_info .shop_desc_part_body_top .content a {
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}

.desc_image_part .shop_info .shop_desc_part_body_under{
	width:420px;
	background-image:url(../img/shop_desc_part_body_under.gif);
}

.desc_image_part .shop_info .shop_desc_part_body_under .content_under{
	padding:17px 10px 0px 10px;
}

.desc_image_part .shop_info .shop_desc_part_bottom{
	width:420px;
	height:20px;
	background-image:url(../img/shop_desc_part_bottom.gif);
}


.desc_image_part .shop_info .shop_image_part {
	float:left;
}

.desc_image_part .shop_info .shop_information_part {
	padding-left:5px;
	float:left;
	position:relative;
	width:230px;
}

.desc_image_part .shop_info .shop_information_part a.link_button{
	display:block;
	background-image:url(../img/shop_desc_part_link_button.gif);
	width:120px;
	height:32px;
	position:absolute;
	top:80px;
	left:5px;
}

.desc_image_part .shop_info .shop_information_part a.link_button:hover{
	display:block;
	background-image:url(../img/shop_desc_part_link_button_active.gif);
	width:120px;
	height:32px;
	position:absolute;
	top:80px;
	left:5px;
}

.desc_image_part .shop_info .shop_information_part a.coupon_button{
	display:block;
	width:120px;
	height:32px;
	position:absolute;
	top:80px;
	left:130px;
	line-height: 32px;
	color: red;
	text-decoration: underline;
}

.desc_image_part .shop_info .shop_information_part a.coupon_button:hover{
	display:block;
	width:120px;
	height:32px;
	position:absolute;
	top:80px;
	left:130px;
	line-height: 32px;
	text-decoration: none;
}
