/* CSS Document */

#contents_title {
	background-image: url(../images/title.jpg);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	height: 182px;
	width: 900px;
}
#contents_title h2 {
	display: none;
}


#main_title {
	height: 200px;
	width: 50px;
	background-image: url(../images/main_title.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}
#main_title p {
	display: none;
}



.copy {
	padding-bottom: 20px;
}
.copy p {
	font-size: 12px;
	line-height: 18px;
}



.voice {
	border: 4px solid #D7EEFA;
	margin-bottom: 20px;
	width: 800px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.voice .pic_back {
	width: 251px;
	float: left;
}
.voice .pic_back .pic {
	height: 160px;
	width: 240px;
	overflow: hidden;
	text-align: center;
}
.voice .pic_back ul {
	padding-top: 10px;
}
.voice .pic_back ul li {
	float: left;
	width: 125px;
	display: block;
}
.voice .pic_back ul li .list_pic {
	height: 77px;
	width: 115px;
	overflow: hidden;
	text-align: center;
}


.voice .text {
	float: left;
	width: 520px;
}
.voice .text h3 {
	font-size: 18px;
	line-height: 24px;
	height: 24px;
	display: block;
}
.voice .text p {
	margin-top: 5px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	display: block;
	font-size: 12px;
	line-height: 18px;
}

.voice .voice_end {
	clear: both;
}
.voice .voice_end p {
	display: none;
}
