@charset "utf-8";
/* CSS Document */

#itemview{
	margin:0 auto 10px;
	padding:0;
	
	width:658px;
	clear:both;
}

#itemview:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}

#itemview p{
	margin:0;
	padding:0;
	
	width:;
	
	float:left;	
}

#itemview img.cursor:hover{
	cursor:pointer;
}

#itemview ul{
	margin:0 0 0 8px;
	padding:0;
	
	float:left;
	
	width:600px;
	
	list-style:none;
}

#itemview ul + p{
	margin:0;
	padding:0;
	
	width:;
	
	float:right;	
}

#itemtype_list{
	margin:20px auto 30px;
	padding:0;
	
	clear:both;
	
	width:657px;
	
	zoom:1;
}

#itemtype_list:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}

#itemtype_list li{
	margin-top:0;
	margin-bottom:8px;
	margin-left:0;
	padding:0;
	
	/*width:62px;
	height:41px;*/

	float:left;
	border:1px solid #CCCCCC;
	
	list-style:none;
	overflow: hidden;  
}

#itemtype_list li img{
	margin:-1px;
}

#itemtype_list li.itemtype_list_now{
	/*width:58px;
	height:37px;*/
	border:3px solid #0087cc;
	overflow: hidden;  
}


#itemtype_list li:hover{
	cursor:pointer;
}

#itemtype_list li.itemtype_list_now img{
	margin:-3px;	
}



#itemlist{
	margin:0 auto 20px;
	padding:0;
	
	width:670px;

}

#itemlist li{
	margin:0 2px 15px 1px;
	padding:0;
	
	width:130px;
	
	display:inline;
	
	text-align:center;
	
	float:left;
}

*.mr3{margin-right:3px;}


