@charset "utf-8";


/*-----------------------------
	contents
------------------------------*/

#contents_inner{
	background:url(../common/images/footer_bg.png) no-repeat left bottom;
}





/*-----------------------------
	main
------------------------------*/

#main{
	padding-top:10px;
	margin-left:20px;
	_margin-left:10px;
	margin-bottom:50px;
}
#main h2{
	clear:both;
	margin-bottom:10px;
}

/* list */
#main #list{
	clear:both;
	width:705px;
	background:url(images/cont_bg.jpg) no-repeat left top;
}
#main #list_inner{
	padding:20px 0 0 13px;
	/padding:20px 0 20px 13px;
	background:url(images/cont_bg_bottom.jpg) no-repeat left bottom;
	overflow:hidden;
}

#main #list_inner div{
	float:left;
	width:158px;
	margin-right:15px;
	margin-bottom:20px;
	line-height:1.4;
}
#main #list_inner div .photo{
	margin-bottom:5px;
}
#main #list_inner div .photo img{
	width:158px;
	height:119px;
}
#main #list_inner div span.new{
	font-size:85%;
	color:#FFCC00;
	font-weight:bold;
	background:url(images/new.gif) no-repeat left top;
	line-height:15px;
	width:36px;
	text-align:center;
	display:block;
	margin-bottom:3px;
}
#main #list_inner div span.sold{
	font-size:85%;
	color:#999;
	font-weight:bold;
	background:url(images/sold.gif) no-repeat left top;
	line-height:15px;
	width:41px;
	text-align:center;
	display:block;
	margin-bottom:3px;
}
#main #list_inner div .price{
	width:100%;
	text-align:right;
	color:#FFFF00;
	font-size:140%;
	font-weight:bold;
}






/*-----------------------------
	detail.html
------------------------------*/

/* h3 */
#main h3{
	clear:both;
	width:706px;
	height:67px;
	line-height:67px;
	background:url(images/title_bg.jpg) no-repeat left top;
	margin-bottom:3px;
}
#main h3 span{
	display:block;
	width:135px;
	_width:200px;
	float:right;
	padding-right:30px;
	text-align:right;
}
#main h3 em{
	width:500px;
	float:left;
	padding-left:35px;
	font-weight:bold;
	font-size:160%;
}

/* detail */
#main #detail{
	clear:both;
	width:705px;
	background:url(images/bg.jpg) no-repeat left top;
}
#main #detail_inner{
	padding:30px 30px 40px;
	background:url(images/bg_bottom.jpg) no-repeat left bottom;
	overflow:hidden;
	color:#E4DFD2;
}
/* detail gallery */
#main #detail #gallery{
	width:650px;
	height:360px!important;
	margin-bottom:10px;
}
#main #detail #gallery li{
	width:650px;
	text-align:center;
}
#main #detail #gallery .caption{
	display:none;
}
/* detail bottomarea */
#main #detail #bottomarea{
	clear:both;
	padding-top:20px;
	width:650px;
}
#main #detail #bottomarea table{
	float:left;
	width:265px;
	color:#000;
}
#main #detail #bottomarea table th{
	background:#ffffe8;
	font-size:85%;
	text-align:center;
	padding:5px;
	border-right:1px dotted #000;
	border-bottom:1px solid #000;
}
#main #detail #bottomarea table td{
	background:#fff;
	padding:5px 10px;
	border-bottom:1px solid #000;
}
#main #detail #bottomarea #bottomarea_inner{
	width:365px;
	float:right;
}
#main #detail #bottomarea_inner #spec{
	width:365px;
	overflow:hidden;
	margin-bottom:20px;
}
#main #detail #bottomarea_inner #spec li{
	float:left;
	color:#000;
	font-size:85%;
	background:#fffff3;
	line-height:15px;
	padding:0 5px;
	margin-right:5px;
	margin-bottom:5px;
}
#main #detail #bottomarea_inner #spec li a{
	color:#336699;
	text-decoration:underline;
}
#main #detail #bottomarea_inner #spec li a:hover{
	color:#336699;
	text-decoration:underline;
}
#main #detail #bottomarea_inner .note{
	font-size:120%;
	margin-bottom:10px;
	line-height:1.2;
}
#main #detail #bottomarea_inner #dtl{
	clear:both;
	width:365px;
}
#main #detail #bottomarea_inner #dtl #btn{
	float:right;
	padding-top:5px;
}
#main #detail #bottomarea_inner #dtl div{
	float:left;
	width:230px;
	padding:6px 0 4px;
	border-top:1px solid #FF0;
	border-bottom:1px solid #FF0;
	overflow:hidden;
}
#main #detail #bottomarea_inner #dtl div .price{
	float:right;
	color:#ff0;
}
#main #detail #bottomarea_inner #dtl div .price span{
	display:block;
	float:right;
	width:4em;
	text-align:center;
	line-height:1.2;
}
#main #detail #bottomarea_inner #dtl div .price em{
	display:block;
	float:right;
	font-size:250%;
	font-weight:bold;
	line-height:0.8;
	margin-right:5px;
}
#main #detail #bottomarea_inner #dtl div .new{
	float:left;
	width:60px;
	text-align:center;
	color:#FF0;
	font-weight:bold;
	font-size:140%;
	height:18px;
	line-height:18px;
	background:#CE1D11;
	border:3px solid #93150C;
}
#main #detail #bottomarea_inner #dtl div .sold{
	float:left;
	width:60px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:140%;
	height:18px;
	line-height:18px;
	background:#999;
	border:3px solid #6d6d6d;
}