@charset "utf-8";
/* CSS Document */
#container {
	width: 682px;
	height: auto;
	margin: auto;
	letter-spacing: 1px;
	line-height: 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	border: 1px #DDDDDD solid;
	background-image: url(../wrapper/container_bg.png);
	box-shadow:0px 5px 10px 1px lightgray;
	padding:30px;
	
}

#list{
	width: 100%;
	height: auto;	
}

#list .over:hover .o_no {
	color:#CA1633;
	text-decoration:underline;
	}
#list .over:hover .o_date{
	color:#CA1633;
	text-decoration:underline;
	}
#list .over:hover .o_status{
	color:#CA1633;
	text-decoration:underline;
	}

#list .o_words {
	color: #FFFFFF;
}
#list .o_head {
	color: #666666;
	background-image: url(../wrapper/container_bg.png);
}
#list .o_head2 {
	color: #666666;
}
#list .o_no {
	color: #7F7972;
}
#list .o_date {
	color: #666666;
}
#list .o_status {
	color: #E94B40;
}


#list .words {
	width: 100%;
	height: 22px;
	text-align: center;
	padding: 5px 0;
	margin: auto;
	background-color: #444;
	color:#FFF;
}
#list .txt {
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
	padding-top: 17px;
}
#list .txt2 {
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
	padding-top: 17px;
}
#list .txt3 {
	background-image: url(../common/txt_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
/***************************************************************/
#list2{
	width: 100%;
	height: auto;	
	
	
	}
#list2 .o_words {
	color: #FFFFFF;
}
#list2 .o_head {
	color: #666666;
	background-image: url(../wrapper/container_bg.png);
}
#list2 .o_head2 {
	color: #666666;
}
#list2 .o_no {
	color: #CA1633;
}
#list2 .o_date {
	color: #666666;
}
#list2 .o_status {
	color: #8EC31F;
}
#list2 .o_price {
	color: #92332C;
}
#list2 .o_fare {
	color: #666666;
}
#list2 .o_price2 {
	color: #92332C;
}
#list2 .o_payment {
	
}
#list2 .o_shipping {
	
}
#list2 .o_price3 {
	color: #92332C;
}
#list2 .words {
	width: 100%;
	height: 22px;
	text-align: center;
	padding: 5px 0;
	margin: auto;
	background-color: #444;
	color:#FFF;
}
#list2 .txt {
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
	padding-top: 17px;
}
#list2 .txt2 {
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
	padding-top: 17px;
}
#list2 .txt3 {
	background-image: url(../common/txt_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
