@charset "utf-8";
/* CSS Document */

div.price_box {
	background:#FBF8E3;
	width:280px;
	border:1px solid #F7F0C1;
	padding:10px 5px;
	margin:10px 0 10px 295px;
}

a.btn_buy {
	display:block;
	width:100px;
	background:#FF5599;
	margin-left:160px;
	margin-top:-30px;
	border:1px solid #FF0066;
	padding:5px;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
}

a.btn_buy:hover {
	display:block;
	width:100px;
	background:#ffa8cb;
	margin-left:160px;
	margin-top:-30px;
	border:1px solid #FF0066;
	padding:5px;
	font-size:12px;
	color:#333;
	text-decoration:none;
	text-align:center;
}
table.component_table {
	background:#FDFFE1;
	border-top:1px solid #e5da9f;
	border-left:1px solid #e5da9f;
	border-right:1px solid #e5da9f;
	font-size:12px;
	line-height:140%;
	color:#333;
}
table.component_table tr td {
	border-bottom:1px solid #e5da9f;
	border-left:1px dotted #e5da9f;
	padding:8px;
}
table.shoplist {
	width:598px;
	font-size:12px;
	line-height:140%;
	margin-bottom:15px;
	color:#333;
}

table.shoplist tr td {
	border-top:1px dotted #CCC;
	padding:10px 5px;
}
table.shoplist tr td.top_pref {
	border-top:2px solid #666;
	font-size:14px;
	font-weight:bold;
	color:#666;
}
table.shoplist tr td.top_bar {
	border-top:2px solid #CCC;
}
ul#area {
	margin:8px 10px;
}

ul#area li {
	list-style-type:none;
	float:left;
	margin-right:15px;
	font-size:12px;
}
ul#area li a{
	color:#666;
}
h3 {
	position:relative;	
}
h3 a img {
	position:absolute;
	top:8px;
	right:3px;
}