@charset "utf-8";
/* CSS Document */

#wrap{
	margin:0;
	padding:0;
	background-repeat:no-repat;
	color:white;
}

#store_area{
	width:940px;
	margin:70px auto 60px;
	overflow:hidden;	
	padding:0 10px;
}

.fix_text{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:black;	
}

.mail_text{
	width:920px;
	margin:30px auto 10px;
	padding-left:35px;
	font-weight:bold;
}

.mail_text a:hover{
	text-decoration:underline;
	opacity:0.9;
}

.item_box{
	width:260px;
	margin:40px 25px 0;	
	float:left;
	text-align:center;
}

.item_area{
	overflow-x:hidden;	
	overflow-y:scroll;	
}

.item_text_box{
	padding-top:30px;	
	text-align:left;
}

.item_name{
	font-size:14px;
	font-weight:bold;	
}

.item_text{
	font-size:12px;
	margin-top:8px;	
}

.item_stock{
	font-size:10px;
	border:1px solid yellow;
	color:yellow;
	padding:5px;	
	margin-top:10px;
	float:right;
	clear:both;
}

.item_stock_out{
	font-size:10px;
	border:1px solid red;
	color:red;
	padding:5px;	
	margin-top:10px;
	float:right;
	clear:both;
}