#detail_main{
	margin:20px 5px;
	width:1200px;
	overflow: hidden;
	/*background-color:#66ff99;*/
}
#detail_menu{
	float:left;
	padding-top:20px;
	padding-right:10px;
	width:270px;
	text-align:left;
	/*background-color:#ffccff;*/
}
#detail_submain{
	float:left;
	width:900px;
	overflow: hidden;
	/*background-color:#6699ff;*/
}

#detail_img{
	float:left;
	width:400px;
	/*height: 150px;*/
}

#detail_detail{
	float:left;
	width:470px;
	padding:15px;
	text-align:left;
	/*height: 150px;*/
	/*background-color:#0000ff;*/
}

#detail_detail dt{
	margin:0px 0px 5px;
}


#detail_footer{
	clear:left;
	text-align:left;
	/*background-color:#0000ff;*/
}

.comment_line{
	color:#CC6688;
	font-size:13;
	font-weight:bold;
}

.item{
	color:#CC6600;
	font-size:16;
	font-weight:bold;
}

.price{
	color:#0000BB;
	font-size:16;
	font-weight:bold;
}

.comment_pc{
	color:#555555;
	font-size:14;
}


#detail_footer div{
	margin-bottom: 0.5em;
	margin-left: 1em;
	/*background-color:#ccffff;*/
}

#detail_footer div table{
	background-color:#ffffff;
	border-top:#cccccc 1px solid;
	border-left:#cccccc 1px solid;
	border-collapse:collapse;
	font-size:13px;
	color:#555555;
	line-height:130%;
	text-align:center;
}

#detail_footer div td{
	border-right:#cccccc 1px solid;
	border-bottom:#cccccc 1px solid;
	padding:2px;
	width:135px;
	/*white-space:nowrap;*/
}


#detail_footer .item_name{
	/*background-color:#DDDDDD;*/
	color:#666666;
}

#detail_footer .item_price{
	/*background-color:#EEEEEE;*/
	color:#444444;
}



