﻿/*ショップヘッダー*/
#contents .top {
	width: 760px;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
}
#contents .top_left {
	width: 520px;
	height: 110px;
	padding: 0 0 0 20px;
	float: left;
}
#contents .top_left h3 {
	font-size: 26px;
	margin: 5px 0 0 0;
	padding: 0;
	font-weight: normal;
}
#contents .top_left p {
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0;
}
#contents .top_left strong {
	font-weight: bold;
	color: #C06;
}
#contents .top_left ul {
	width: 468px;
	height: 26px;
	list-style-type: none;
	margin: 15px 0 0 0;
	background-image: url(img/li_border.gif);
	background-position: 0 24px;
	background-repeat: no-repeat;
}
#contents .top_left li {
	float: left;
}
#contents .top_right {
	width: 200px;
	height: 110px;
	padding: 0 20px 0 0;
	float: right;
}
#contents .top_right table {
	background-color: #EBEBEB;
}
#contents .top_right th {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}