@charset "utf-8";
/* CSS Document */


#visual {
	width:1000px;
	height:300px;
	z-index:1;
	float:left;
	clear:both;
}

/*3contents----------*/
.title {
	margin-top:5px;
	text-align:center;
	font-weight:bold;
	height:17px;
	line-height:17px;
}

.sentences {
	margin:10px;
	color:#666;
	font-size:11px;
	line-height:1.5em;
}

/*ranking----------*/
#ranking_1 a {
	display: block;
	width: 200px;
	height: 200px;
	background: url(../images/ranking_1.jpg) no-repeat 0 0;
}

#ranking_1 a:hover {
	background-position: 0 bottom;
}

#ranking_2 a {
	display: block;
	width: 200px;
	height: 200px;
	background: url(../images/ranking_2.jpg) no-repeat 0 0;
}

#ranking_2 a:hover {
	background-position: 0 bottom;
}

#ranking_3 a {
	display: block;
	width: 200px;
	height: 200px;
	background: url(../images/ranking_3.jpg) no-repeat 0 0;
}

#ranking_3 a:hover {
	background-position: 0 bottom;
}

/*recommnends----------*/
#recommends_1 a {
	display: block;
	width: 200px;
	height: 200px;
	background: url(../images/recommends_1.jpg) no-repeat 0 0;
}

#recommends_1 a:hover {
	background-position: 0 bottom;
}

#recommends_2 a {
	display: block;
	width: 200px;
	height: 200px;
	background: url(../images/recommends_2.jpg) no-repeat 0 0;
}

#recommends_2 a:hover {
	background-position: 0 bottom;
}

#recommends_3 a {
	display: block;
	width: 200px;
	height: 200px;
	background: url(../images/recommends_3.jpg) no-repeat 0 0;
}

#recommends_3 a:hover {
	background-position: 0 bottom;
}


/*comment----------*/

.comment {
	margin:10px 0px;
}

.comment_header {
	width:200px;
	height:6px;
	background-image:url(../images/comment_header.gif);
	background-repeat:no-repeat;
	background-position:center;
}

.comment_repeat {
	width:156px;
	height:50px;
	padding:10px 22px;
	background-image:url(../images/comment_repeat.gif);
	background-repeat:repeat-y;
	background-position:center;
	color:#666;
	font-size:11px;
	line-height:1.5em;
}

.comment_footer {
	width:145px;
	height:20px;
	padding-top:15px;
	padding-left:55px;
	background-image:url(../images/comment_footer.gif);
	background-repeat:no-repeat;
	background-position:center;
	color:#666;
	font-size:11px;
	line-height:1.5em;
}





