@charset "utf-8";
/* CSS Document */

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

#voice {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

#voice a {
	color: #07318f;
	text-decoration: none;
	font-weight: bold;
}

#voice a:hover {
	color: #d0111a;
	text-decoration: underline;
}

#voice h2 {
	margin: 10px 0 0;
}

#voice .lead {
	background: url(../img/voice_lead_bg.jpg) center top no-repeat #f5efe7;
	text-align: center;
	font-size: 1.2em;
	padding: 20px 0 10px;
	color: #000;
}

#voice .board {
	margin: 10px 0 30px;
}

#voice .board ul {
	float: left;
	width: 210px;
	background: url(../img/voice_flame.jpg) center top no-repeat;
	margin: 10px 35px 20px 0;
}

#voice .board ul.last {
	margin-right: 0px;
}

#voice .board .pict {
	padding: 30px 0 0 40px;
}
#voice .board .date {
	font-weight: bold;
	width: 105px;
	font-size: 14px;
	padding: 6px 0 0 100px;
	line-height: 18px;
}
#voice .board .name {
	padding: 10px 5px 0 0;
	text-align: right;
	font-weight: bold;
}
#voice .board .comment {
	padding: 5px 0 0 0;
}
#voice .voice_bg {
	background: url(../img/voice_bg.jpg) no-repeat;
	padding: 10px;
	color: #000;
}

.pagetop {
	text-align: right;
	margin-top: 3em;
}


