@charset "utf-8";
body  {
	background: #111111;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	width: 900px;
	background: #000000;
	margin: 0 auto;
	border: 1px solid #666666;
	text-align: justify;
    text-justify: inter-ideograph;
} 

#mainContent {
	float:right;
	margin: 0 0 0 0px;
	padding: 0px;
} 
#review_top{
	margin-top:15px;
	width:670px;
	height:127px;
	background:url(../products/image/products_back.jpg) no-repeat;
}
#review_title{
	width:670px;
	height:50px;
}
#mainContent h2{
	padding:10px 0px 0px 30px;
	color:#000;
	font-weight:bold;
	font-size:90%;
}
.sub_t{
	font-weight:normal;
	font-size:85%;
}
#mainContent td p{
	padding:15px 0px 15px 30px;
	width:440px;
	color:#000;
	font-size:80%;
    text-align: justify;
    text-justify: inter-ideograph;
	line-height:18px;
	color:#000;
}
table{
	width:670px;
	border-spacing:0;
	background:url(../review/img/review_back.jpg) repeat-y;
	color:#000;
}
.view_p{
	padding:10px 20px 10px 20px;
	text-align:center;
	}


#mainContent td{
	border-bottom:dotted 1px #333;
	vertical-align:top;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}