@charset "shift_jis";
#bg {
	width: 700px;

}

#kanban {
	width: 700px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 10px 0 0 0;
}

.itemmenu {
	width: 700px;
	height: auto;
	clear: none;
	list-style-position: inside;
	list-style-type: disc;
	float: left;
	display: inline;
	border-top: 5px solid #558f9c;

}

.itemmenu ul li {
	height: 30px;
	width: 160px;
	font-weight: bold;
	font-size: x-small;
	text-align: center;
	margin: 2px;
	background-image: url(../image/bt_item.jpg);
	background-repeat: no-repeat;
	display: inline;
	float: left;
	clear: none;
}

.itemmenu ul {
	margin: 0;
	padding: 0;
}

.itemmenu a {
	color: #666;
	text-decoration: none;
	display: block;
	padding: 5px;
}

.itemmenu a:hover {
	color: #CCC;
	text-decoration: none;
}

.goods {
	clear: both;
	width: 700px;
	float: left;
}
.goods div {
	margin: 3px;
	clear: none;
	float: left;
	height: auto;
	width: 45%;
}
.return {
	font-size: small;
	color: #666;
	font-weight: bolder;
	text-decoration: underline;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 30px;
	clear: none;
	float: right;
	width: 700px;
}

.midashi {
	font-size: xx-small;
	font-weight: bolder;
	color: #333;
	padding: 0px;
	margin: 0px;
}
.goods a {
	color: #666;
	text-decoration: none;
	font-size: small;
}
.taiou {
	background-color: #FFC;
	clear: none;
	float: left;
	height: auto;
	width: 690px;
	font-size: x-small;
	color: #333;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 5px;
}
.taiou img {
	clear: left;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.goods a:hover {
	background-color: #FF0;
}


.goods li {
	list-style-position: inside;
	list-style-type: circle;
	color: #666;
	text-indent: 4px;
}

.series_name {
	font-size: x-small;
}


.goods img {
	clear: right;
	float: left;
	height: 160px;
	width: 160px;
	vertical-align: top;
	border: 1px solid #CCC;
}

.goods_title {
	background-color: #666;
	height: auto;
	width: 700px;
	padding: 5px;
	clear: none;
	margin-top: 30px;
	margin-bottom: 10px;
	float: left;
	color: #FFF;
	font-size: medium;
	font-weight: 600;
	text-indent: 5px;
	vertical-align: middle;
}

.icon img {
	width: 40px;
	height: 30px;
	border: none;
}


#tabmenu {
	margin: 0;
	padding: 0;
}

#tabmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#tabmenu ul li {
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0;
	padding: 8px 10px;
	border-top: 1px solid #558f9c;
	border-right: 1px solid #558f9c;
	border-left: 1px solid #558f9c;
	border-radius: 3px 3px 0 0;
	width: 200px;
	font-weight: bold;
	font-size: 110%;
	cursor: pointer;
}

#tabmenu ul li:last-child {
	border-right: 2px solid #558f9c;
}