body {
	background-color: #FFFFFF;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	/* font-family: ＭＳ Ｐゴシック, Osaka, ヒラギノ角ゴ Pro W3; */
	font-size: small;
	line-height:1.4;
	margin: 0;
	padding:0;
}

a {
	outline: none;
	text-decoration: none;
}
/* a:link { color: #666666; }
a:hover { color: #CAB676; }
a:visited { color: #CAB676; } */
br.clear { clear: both; }
a img { border: none; }
input, textarea { font-size: 100%; }

/* ----- clearfix ----- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { zoom: 1; }

#header {
	background: url(imgs/header.jpg) no-repeat left top;
	height: 100px;
}
#header h1 {
	font-size: small;
	height: 80px;
	line-height:1;
	margin: 0;
	padding: 0;
}
#header h1 a {
	display: block;
	height: 80px;
	outline: 0;
	text-decoration: none;
	text-indent: -9999px;
	width: 950px;
}
#header h2,
#header h3 {
	font-size: x-small;
	height: 10px;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

#left {
	background: #CCCC9A url(imgs/left.jpg) no-repeat left top;
	float: left;
	overfllow: hidden;
	width: 180px;
}
#left h2 {
	font-size: small;
	height: 24px;
	line-height:1;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#left p {
	margin: 0;
	padding: 5px 10px 0;
}
#left img.va_m { vertical-align: middle; }

#center {
	float: left;
	overfllow: hidden;
	width: 590px;
}
#center .inside {
	padding-left: 30px;
	padding-right: 30px;
}
#center .inside h2.item_name {
	border-bottom: 2px solid #CC0000;
	border-top: 2px solid #CC0000;
	font-weight: normal;
	letter-spacing: 0.25em;
	margin: 15px 0;
	padding: 5px 0;
	text-align: center;
}
#center .inside span.price {
	color: #FF0000;
	font-size: medium;
}
#center .inside h3#category_list {
	margin: 30px 0 3px;
	padding: 0;
}
#center .inside table.category_list td {
	line-height:1.2;
	padding-bottom: 3px;
}
#center .inside span.sold_out {
	border: 1px solid #FF0000;
	color: #FF0000;
	padding: 0.5em;
}

#right {
	float: left;
	width: 180px;
}
#right h2 {
	font-size: 12px;
	line-height:1;
	margin: 10px 0 0;
	padding: 0;
}
#right p {
	margin: 0;
	padding: 0;
}

#footer {
	border: 1px solid #CCCCCC;
	margin-top: 12px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-align: center;
	width: 950px;
}

.f_l { float: left; }
.f_r { float: right; }
.m_0 { margin: 0; }
.mb_3px { margin-bottom: 3px; }
.mt_0 { margin-top: 0; }
.ta_c { text-align: center; }

#cue { display: none; }
