/* ----------------------------------------------------------------------------
	shop_info page
---------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------*/
/* Override */
/* --------------------------------------------------------------------------*/
#contents{
	margin-top: -25px;
}
/* --------------------------------------------------------------------------*/
/* Original */
/* --------------------------------------------------------------------------*/
#left {
	width: 180px;
	vertical-align: top;
	background-color: #F1F1F1;
}
#center {
	width: 585px;
	vertical-align: top;
	padding: 30px 0 0 20px;
}
html>body #center {
	width: 565px;
}

#contents .title {
	background: url(../../img/eye_links_header.png) 5px 4px no-repeat;
	padding: 0 0 4px 20px;
	border-bottom: 2px solid #333;
	font-size: 16px;
}

/* --------------------------------------------------------------------------*/
#recommend {
	margin: 30px 10px 20px 10px;
}
#recommend h3 {
	background: url(../../img/eye_links.png) 5px 4px no-repeat;
	padding: 0 0 4px 20px;
	margin:  10px 0 0 0;
}
#recommend p {
	padding: 0 0 0 20px;
}

/* --------------------------------------------------------------------------*/
/* affiliated_shop product */
#affiliated_shop {
	width: 150px;
	background: url(../../img/waku_shop_info_150_m.png) top center repeat-y;
	margin: 0px 0 20px 15px;
	padding: 0;
	text-align: center;
}
	#affiliated_shop .title{
		background: url(../../img/waku_shop_info_150_h.png) top center no-repeat;
		padding: 11px 14px 0 14px;
		text-align: left;
		border: none;
	}
	#affiliated_shop .footer{
		clear: both;
		height: 10px;
		background: url(../../img/waku_shop_info_150_f.png) bottom center no-repeat;
	}
#affiliated_shop img {
	margin: 0 auto 15px auto;
}


