@charset "utf-8";

/*
	Site Name: 
	Description: initial setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ==================================================================================

	1: 

=================================================================================================
*/



/* 1: 
==============================================================================*/

#lot-img-box{
    zoom:1;/*for IE 5.5-7*/
}
#lot-img-box:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html #lot-img-box{
	display:inline-table;
	/*\*/display:block;/**/
}

#lot-img-box {
	border: thin 1px #000;
}

#lot-img-m-box {
	width:400px;
	text-align:center;
	border:thin 1px #000;
	float:left;
	margin-right:5px;
}

.lot-img-s-box {
	width:48px;
	text-align:center;
	border:thin 1px #000;
	float:left;
	margin-right:2px;
}


/*
th {
	border-bottom:solid 1px #fff;
	padding:5px 10px 0px 5px;
	width:200px;
	background-color:#996;
	color:#330;
	font-weight:normal;
	text-align:right;
}
td {
	width:400px;
	border-bottom:solid 1px #9C3;
	padding:5px 5px 0px 5px;
}
*/
#lot-info th {
	width:190px;
	text-align:right;
	border-bottom: dotted 1px #666666;
}

#lot-info td {
	width:400px;
	padding-left:10px;
	border-bottom: dotted 1px #666666;
}

