@charset "utf-8";
/* CSS Document */

.auction_item{
	width:525px;
	clear:both;
	background-attachment:scroll;
background-image:url(./img/dot.gif);
background-position:left bottom;
background-repeat:repeat-x;
}

.auction_item h3{
	background-attachment:scroll;
	background-image:url(img/auction/h3_title.jpg);
	background-repeat:no-repeat;
	clear:both;
	color:#444444;
	font-size:107.6%;
	height:24px;
	margin-bottom:10px;
	padding:3px 0 6px 32px;
}


.auction_item .set_img{
	float:left;
	width:240px;
	text-align:center;
	font-size:10px;
	line-height:130%;
	color:#666;
}
.auction_item .set_img img{
	padding:2px;
	border:#CCC solid 1px;
}
.auction_item .set_text{
	float:right;
	width:265px;
	margin:0 0 0 10px;
}

.tbl_auction{
	clear:both;
	margin:15px 0 0 0;
	width:525px;
}

.set_text table{
	width:265px;
	margin:0;
	
}

.set_text table th{
	font-size:12px;
	padding:5px 0 5px 0;
	background-attachment:scroll;
background-image:url(./img/dot.gif);
background-position:left bottom;
background-repeat:repeat-x;
text-align:left;
white-space:nowrap;
color:#666;
	
}

.set_text table td{
	font-size:12px;
	padding:5px 0 5px 5px;
	background-attachment:scroll;
background-image:url(./img/dot.gif);
background-position:left bottom;
background-repeat:repeat-x;
	
}


.set_text p{
	clear:both;
	font-size:12px;
	line-height:150%;
}

.auction_menu {
	margin:0;
	padding:0;
}
.auction_menu li {
background-image:url(img/scratch/icon01.gif);
background-position:0 10px;
background-repeat:no-repeat;
color:#333333;
font-size:75%;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-left:15px;
}

.auction_menu li a{
	color:#C00;
}


