/* ===================================================================
 * review 
 *
 * ===================================================================*/

/*リンク*/
a:link
{
    /* リンク */
    text-decoration: underline;
    color: #0000FF;}

a:hover
{
    /* リンク上にカーソルが移動した時 */
    text-decoration: underline;
    color: #FF6600;
}

a:visited
{
    /* 訪問済みリンク */
	text-decoration: underline;
    color: #7C7399;
}

a:active
{
    /* アクティブリンク */
    color: #FF6600;
}

.review img.reviewphoto {
	float : left;
	margin-right : 1em;
	margin-bottom : 5px;
	border : 1px solid #01478F;
}
.review .qt {
	float : left;
	margin-right : 1em;
	margin-bottom : 5px;
	border : 1px solid #196F6D;
	background-image: url(../images/quicktime.jpg);
	background-repeat: no-repeat;
}

.review img.reviewphoto2 {
	float : left;
	margin-left : 35px;
	margin-bottom : 5px;
	border : 1px solid #01478F;
}

.review2 img.reviewphoto {
	float : left;
	margin-right : 1em;
	margin-bottom : 5px;
	border : 1px solid #6699C4;
}

.review .reviewphoto img {
}

.review .description {
	font-size : 90%;
}

.review2 .description {
	font-size : 90%;
}

.review  .title1 {
	margin-top : 5px;
	font-size : 14px;
}

.review .stars {
	color : #cc9901;
	margin-left : 0.5em;
}

.review2 .stars {
	color : #cc9901;
	margin-left : 1em;
}

.review .date {
	color : #FF3300;
	font-size : 10px;
}

.newsline_hi .dater {
	color : #FF3300;
	font-size : 90%;
}

.newsline_hi .title {
	color : #666666;
	font-size : 11px;
}

.newsline_lo .dater {
	color : #FF3300;
	font-size : 90%;
}

.newsline_lo .title {
	color : #666666;
	font-size : 11px;
}

.review {
	border-bottom : 2px dotted #999;
	margin-bottom : 0.5em;
}
.review2 {
	border-bottom : 2px dotted #999;
	margin-bottom : 0.5em;
}

.newsline_hi {
	padding:3px;
	margin-bottom : 5px;
	background-color:#F2F5FF;
	border-bottom : 1px dotted #666666;
	margin-bottom : 0.5em;
}
.newsline_lo {
	padding:3px;
	  background-color:#FFFFFF;
	border-bottom : 1px dotted #666666;
	margin-bottom : 0.5em;
}