@charset "utf-8";

/*-----------------------------------------------------------
    voice page css
-----------------------------------------------------------*/
#voice #main {
	width: 904px;
}
#voice #content {
	width: 644px;
	margin-top: 0px;
	padding-bottom: 20px;
}

#voice #voice_head {
	background: #ffffff url(../img/voice/voice_head.jpg) no-repeat;
	padding-top: 80px;
}

#voice #content .box {
	width: 620px;
	background: #ffffff url(../img/voice/voice_box_back.gif) repeat-y;
}
#voice #content .box-inner {
	margin:0;
	overflow:hidden;
}
#voice #content .box .left p.outline,
#voice #content .box .right p.outline {
	margin:0;
	padding:0;
	border:0;
}
#voice #content .box .left p.bottom,
#voice #content .box .right p.bottom {
	margin:0;
	padding:0 0 10px;
	border:0;
	background:#fff;
}
#voice #content .box p.outline img {
	line-height:0;
}
#voice #content .box h3 {
	margin-bottom:10px;
}
#voice #content .box .top {
	margin-bottom: 10px;
}
#voice #content .box .top2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#voice #content .box .left {
	float:left;
	width: 306px;
	margin:0;
}
#voice #content .box .left-inner {
	width: 284px;
	padding:0 11px;
	margin:0;
	background:url(../img/voice/voice_bg01.gif) 0 0 repeat-y;
	overflow:hidden;
}
#voice #content .box .right {
	float:left;
	width: 306px;
	margin:0 0 0 8px;
}
#voice #content .box .right-inner03 {
	float:left;
	width: 284px;
	padding:0 11px;
	margin:0;
	background:url(../img/voice/voice_bg03.gif) 0 0 repeat-y;
	overflow:hidden;
}
#voice #content .box .right-inner03 p img{
	display:block;
	margin:0 auto 5px;
}
#voice #content .box .right-inner02 {
	float:left;
	width: 284px;
	padding:0 11px;
	margin:0;
	background:url(../img/voice/voice_bg02.gif) 0 0 repeat-y;
	overflow:hidden;
}
#voice #content .box .left h3,
#voice #content .box .right h3 {
	padding-bottom: 15px;
	border-bottom: 2px #cccccc dotted;
	margin-bottom: 10px;
}
#voice #content .box .left p,
#voice #content .box .right p {
	padding-bottom: 15px;
	border-bottom: 2px #cccccc dotted;
	margin-bottom: 10px;
}
#voice #content .box .left p.end,
#voice #content .box .right p.end {
	border-bottom: none;
}
#voice #content .box div.bottom {
	position: relative;
	height: 25px;
	margin: 0;
	background: #ffffff url(../img/voice/voice_box_bottom.gif) no-repeat;
}
#voice #content .box div.bottom a.pagetop_l {
	position: absolute; left: 196px; top: 0px;
}
#voice #content .box div.bottom a.pagetop_r {
	position: absolute; left: 507px; top: 0px;
}

