/* CSS Document */

.heade_img{
 margin-bottom:10px;
}

.title_area{
 width:770px;
	padding:5px 0;
	border-bottom:solid 1px #090C35;
	text-align:left;
	color:#090C35;
}

.voice_table td{
 padding:7px;
	background-color:#E5E5E5;
}

.user_review{
	text-align:left;
}

.voice_table{
 margin-bottom:40px;
}

.comment_area{
/*--------------
	background-color:#E5E5E5;
	border-bottom:solid 1px #090C35;
	border-right:solid 1px #090C35;
------------------*/
	text-align:left;
	padding:10px;
	margin-bottom:5px;
	border:solid 1px #cccccc;
}

.comment_area dt{
 text-align:right;
}

.comment_area dd .title{
 font-weight:bold;
}

.user_review{
background-color:#cccccc;
padding:10px;
}

.user_review_link{
 background-color:#E5E5E5;
	border-bottom:solid 1px #090C35;
	border-right:solid 1px #090C35;
	padding:5px;
	margin:10px;
	font-size:x-small;
	float:right;
}



