@charset "utf-8";
 @import url("common_sub_w.css");
body {
	background-image: url(../images/commentbackimg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container #mainContent {
	position: relative;
	width: 1024px;
	height: 780px;
}



#menu {
	margin-left: 10px;
	position: absolute;
	top: 75px;
	z-index: 0;
	clear: both;

}
#menu ul li.comment_on {
	background-image: url(../images/menubtn/comment_on.png);
	height: 19px;
	width: 235px;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
}

#mainContent .imagetop #comment {
	clear: both;
	height: 400px;
	width: 680px;
	overflow: scroll;
	position: absolute;
	top: 45px;
	left: 153px;
	padding: 20px;
}
p.text {
	margin-top: 20px;

}
p.name {
	font-weight: bold;
	color: #F90;	margin-bottom: 40px;
}

#mainContent .title {
	position: absolute;
	height: 24px;
	width: 184px;
	left: 39px;
	top: 110px;
}


#container .castbtn {
	position: absolute;
	left: 39px;
	top: 110px;
	z-index: 20;
}
	
#container .castbtn ul.castname li {
	float: left;
	height: 25px;
	width: 144px;
}

#container .castbtn ul.castname li a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;	height: 25px;	background-position: center top;


}
#container .castbtn ul.castname li a:hover {
	background-position: center bottom;
	background-repeat: no-repeat;
}

#container .castbtn ul.castname li.review a {
	background-image: url(../images/menubtn/review_btn.png);
	background-repeat: no-repeat;
	width: 144px;

}
#container .castbtn ul.castname li.comment a {
	background-image: url(../images/menubtn/comment_btn.png);
	background-repeat: no-repeat;
	width: 144px;


}

#container .castbtn ul.castname li.review_on a {
	background-image: url(../images/menubtn/review_btn.png);
	background-repeat: no-repeat;	background-position: center bottom;	
}
#container .castbtn ul.castname li.comment_on a {
	background-image: url(../images/menubtn/comment_btn.png);
	background-repeat: no-repeat;	background-position: center bottom;
}