@charset "utf-8";
/* CSS Document */

#comment_detail h2 {
	background-image:url(../images/comment/title.jpg);
	background-repeat:no-repeat;
	height:0;
	padding-top:210px;
	overflow:hidden;
	font-size:60%;
	

}

#comment_text {
	width: 660px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

hr {
	border:0;
	background-image:url(../images/competition/hr.gif);
	background-repeat:no-repeat;
	height:2px;
	width:660px;
	margin:0 auto;
	text-align:center;

}

* html hr {
	display :list-item;
	width:0px;
    list-style :url(../images/competition/hr.gif) inside;
	list-style-type:none;
	color:#FFFFFF;


}

*:first-child+html hr {
	display :list-item;
	width:0px;
    list-style :url(../images/competition/hr.gif) inside;
	list-style-type:none;
	color:#FFFFFF;


}

#comment_text p {
	margin:20px auto;
	width:600px;

}

#comment_title {
	position:relative;

}

#comment_title span {
	position:absolute;
	top:188px;
	left:200px;

	

}

#comment_title a {
	width:105px;
	height:0;
	overflow:hidden;
	background-image: url(../images/comment/to_competition_btn.jpg);
	background-repeat:no-repeat;
	padding-top:20px;
	font-size:60%;
	display:block;

}


#comment_title a:hover {
	background-image:url(../images/comment/to_competition_btn_h.jpg);

}

