@charset "UTF-8";

#contentBody {
	width: 100%;
	background:url(../../img/bg_content_repeat.jpg) repeat center top;
	overflow: hidden;
}
#content {
	position: relative;
	/*width: 1600px;*/
	background:url(../img/bg_message_content.png) no-repeat center top;
	margin: 0 auto;
	height: 1800px;
}

.detail_bc{
	background:url(../img/bg_message_deatil.png) no-repeat center top;
	width:1300px;
	margin:0 auto;
}

#content #message {
	width:486px;
	margin:0 auto;
	padding-bottom:40px;
	position: relative;
	z-index: 15;
}
#content #message h2, #content #message p {
	text-align:center;
}
#content #message h2 {
	padding: 86px 0 14px 0;
}
#content #message .message {
	padding: 0 0 38px 0;
}
#content #mv_left {
	position: absolute;
	top: 0;
	right: 443px;
}
#content #mv_right {
	position: absolute;
	top: 0;
	left: 442px;
}

.message_deatil .comment {
	width:476px;
	font-size:14px;
}
.message_deatil .comment p {
	padding:0 0 32px 0;
	line-height:25px;
}
.message_deatil .photo {
	width:600px;
}
.top .comment {
	float:left;
	padding: 94px 0px 0 174px;
}
.top .photo {
	float:left;
	padding: 1px 0 0 50px;
}
.bottom {
	margin: -24px 0 0 0;
}
.bottom .comment {
	float:right;
	margin: 110px 174px 0 0;
}
.bottom .comment .name {
	text-align:right;
}
.bottom .comment .last {
	padding:0;
}
.bottom .photo {
	float:right;
	padding: 0px 50px 0 0px;
}
.center {
	width:469px;
	margin:0 auto;
}
.center img {
	margin: -30px 0px 0px 20px;
}
