#background{
	width: 950px;
	height: 100%;
	margin: 0;
	padding: 0;
}
.header{
	margin: 0;
	width: 100% auto;
	height: 180px;
	background: url("/item/images/title.gif");
	background-repeat: no-repeat;
	background-position: left top;
}
.topinfo{
	margin: 0;
	padding-left: 20px;
	width: 100% auto;
	height: 20px;
	font-size: 14px;
	background-color: #666666;
	color: #ffffff;
}
#targetmenu{
	margin: 0 0 20px 0; 
	overflow: auto !inportant;
	overflow /**/: hidden;
	width: 100%;
	background: #ff0000 url(/item/images/menubackground.gif) left top repeat-x;
	border-bottom: 3px solid #999999;
}

#targetmenu li{
	float: left;
	width: 10em;
	border-right: 1px solid #cccccc;
	list-style-type: none;
}

#targetmenu li a{
	display: block;
	width: 100%;
	line-height: 1.5em;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
}

#targetmenu li a:hover{
	background-color: #999999;
	color: #cc0000;
}
ol#topicpath{
	width: 700px;
	marign: 0 0 15px 0;
	text-align: left;
}

ol#topicpath li{
	display: inline;
	list-style-type: none;
	font-size: 82%;
	line-height: 1.0;
}

ol#topicpath li a{
	padding: 0 10px 0 0;
	background-image: url("/mebaring/images/topicpath.gif");
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: none;
}
.contents{
	float: left;
	width: 910px;
	height: 100%;
	margin: 20px;
	padding: 0;
	background-color: #cccccc;
	color: #696969;
}
.a200x{
	width: 200px;
	float: left;
	margin: 10px 0 10px 20px;
}
.a400x{
	width: 400px;
	float: left;
	margin: 10px 0 10px 20px;
}
.name{
	margin-left: 20px;
	width: 850px;
	font-size: 24px;
	color: #cc0000;
}
span.info{
	font-size: small;
	color: #696969;
}
span.itemname{

}
span.price{
	font-size: small;
	color: #ff0000;
}
h1{
	color: #ff0000;
}
.info{
	margin-left: 40px;
	color: #696969;
}
.photo img{
	padding: 0 10px 10px 0;
	float: left;
	width: 100px;
}
ul.choice{
	display: block;
}
ul.choice li{
	margin: 0 20px 0 0;
	list-style: none;
	float: left;
}
.cyuuijikou{
	width: 800px;
	margin: 20px;
	border: 1px solid #cccccc;
	color: #696969;
	font-size: large;
}
.return{
	float: right;
	margin: 50px;
}
