@charset 'utf-8';
/*----------------------------------------------------アイテムページ用CSS*/
#body #body_a h2 {
	width: 250px;
	height: 30px;
	margin: 0;
	padding: 0;
	background: url(../img/title_11.gif) no-repeat;
}
#body #body_a h2 span {
	display: none;
}
hr.spc {
	visibility: hidden;
}
#item_menu_area {
	text-align: center;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	padding: 5px;
	margin: 5px;
	background: #000000;
}
#cart_area {

}
#cart_area table {
	width: 98%;
	margin: 5px 5px 10px 0;
	padding: 0;
	font: bold 12px Arial,sans-serif;
	border-spacing: 0px;
	border-collapse: collapse;
	background: #000000;
	border: 2px solid #999999;
}
#cart_area tr,
#cart_area td {
	color: white;
	border: 1px solid #666666;
	text-align: center;
}
#cart_area td {
	padding: 3px 5px;
}
#cart_area .table_txt_long {
	text-align: left;
	padding-left: 5px;
	font-weight: normal;
}
#item_area {
	margin: 15px 5px 0 0;
	padding: 5px 0 0 0;
}
h3 {
	width: 250px;
	height: 25px;
	margin: 5px 0;
	padding: 0;
}
#cart_area h3 {
	background: url(../img/item_cart.png) no-repeat;
}
#item_area h3 {
	background: url(../img/item_catarog.png) no-repeat;
}
h3#details_title {
	background: url(../img/item_detail.png) no-repeat;
}
#shop_end h3 {
	background: url(../img/item_kanryo.png) no-repeat;
}
#tokutei h3 {
	background: url(../img/item_tokutei.png) no-repeat;
}
#kojin h3 {
	background: url(../img/item_kojin.png) no-repeat;
}
#tejun h3 {
	background: url(../img/item_tejun.png) no-repeat;
}
h3 span {
	display: none;
}
#search {
	padding: 5px;
}
.item_box {
	float: left;
	background: #222222;
	border-top: 2px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 2px solid #666666;
	width: 176px;
	margin: 1px;
	padding-bottom: 5px;
	text-align: center;
}
.item_box h4 {
	text-align: left;
	padding: 5px;
}
.item_box h4 span {
	display: block;
	font-size: 10px;
	color: #999999;
	text-align: right;
}
.item_box h4 span strong {
	font-size:12px;
	color: #ffffff;
}
.item_box img {
	display: block;
	width: 140px;
	height: 160px;
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
}
.item_box dd {
	padding: 3px 0;
}
.item_box .submit_button {
	width: 90px;
}
p.shop_text {
	padding: 10px;
}
/*------------------------------------------------details*/
#details {
	background: #000000;
	text-align: center;
	margin: 0 10px;
	padding: 10px 0;
	border: 1px solid #333333;
}
#details fieldset {
	width: 450px;
	margin: 0 auto;
	text-align: left;
}
#details fieldset p {
	padding: 5px 0 15px;
	text-align: center;
}
#details dt {
	float: left;
	width: 150px;
	text-align: center;
}
#details dt strong {
	font: normal 9px Tahoma, sans-serif;
	color: #ff0000;
}
#details dd {
	float: left;
	width: 300px;
}
#details dd.spc {
	clear: both;
	width: 450px;
	border-bottom: 1px dashed #333333;
	font-size: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#details .long {
	width: 300px;
}
#details .mid {
	width: 150px;
}
#details .short {
	width: 80px;
}
#details textarea {
	width: 300px;
	height: 100px;
	overflow: auto;
	font-size: 12px;
}
#details #submitbox {
	text-align: center;
	padding: 10px 0;
	width: 450px;
}
/*------------------------------------------------shop_end*/
#shop_end {
	padding: 10px;
}
#shop_end p {
	font-size: 15px;
	background: #000000;
}
/*------------------------------------------------tokutei*/
#tejun dl,
#kojin dl,
#tokutei dl {
	background: #000000;
	padding: 10px;
	font-size: 15px;
}
#kojin dl {
	color: #999999;
}
#tejun dt {
	color: #FF9933;
	font-weight: bold;
	background: #222222;
	border-left: 3px solid #444444;
	border-bottom: 1px solid #444444;
	padding: 2px 10px;
}
#tokutei dt {
	background: #222222;
	color: #999999;
	border-left: 3px solid #FF9933;
	border-bottom: 1px solid #444444;
	padding: 2px 10px;
}
#tejun dd,
#kojin dd,
#tokutei dd {
	padding: 10px 20px;
	font-size: 12px;
}
#tejun dd strong {
	color: #FF6666;
}
#kojin dd ol {
	padding: 10px;
}
#kojin dd ol li {
	list-style-type: decimal;
}