@charset "utf-8";



/* contents
--------------------------------------------------------------------------
01. Paragraph element
02. List element
03. Font Size
04. Module Heading
--------------------------------------------------------------------------
*/


/* update history
--------------------------------------------------------------------------
12/01/2008 Adjustment of all css files.
--------------------------------------------------------------------------
*/



/* 01. Section
----------------------------------------------------------------------- */
div.section h2{
	margin-bottom:10px;
}
ul.bnrReview li{
	margin-bottom:10px;
}



div#reviewContent{
	width:690px;
	margin-top:-20px;
	background:transparent url(/images/review/bg_review_content.gif) repeat-y 0 80px scroll;
}
div#reviewContent h2{
	padding-bottom:10px;
	background-color:#fff;
}
div#reviewContent div.section{
	float:right;
	width:520px;
	padding-top:10px;
}
div#reviewContent div.section dl{
	width:520px;
}
div#reviewContent div.section dl dt{
	clear:both;
	float:left;
	width:70px;
	font-weight:bold;
}
div#reviewContent div.section dl dt.customer,
div#reviewContent div.section dl dd.customer{
	color:#996633;
}
div#reviewContent div.section dl dd{
	float:left;
	width:450px;
	margin-bottom:16px;
}
* html body div#reviewContent div.section dl dd{/*IE6 only*/
	float:none;
	width:447px;
}
*:first-child + html div#reviewContent div.section dl dd{/*IE7 only*/
	float:none;
}


div#reviewContent div#reviewNav{
	float:left;
	width:150px;
	padding-top:10px;
}
div#reviewContent div#reviewNav ul li{
	margin-bottom:10px;
}
ul.bnrReview a img{
    opacity: 0.6;
    filter:alpha(opacity=60);
    -ms-filter:"alpha(opacity=60)";}
ul.bnrReview a:hover img{
    opacity: 1;
    filter:alpha(opacity=100);
    -ms-filter:"alpha(opacity=100)";}
}


/* 99. clearfix
----------------------------------------------------------------*/
div#reviewContent:after{
	display:block;
	clear:both;
	content:"";
}
* html body div#reviewContent{/*IE6 only*/
	display:inline-block;
}
*:first-child + html div#reviewContent{/*IE7 only*/
	display:inline-block;
	min-height:1%;
}
