@charset "shift_jis";
/* CSS Document */

#voice{
	padding:0px;
	margin:0px;
	width: 525px;
	height: 280px;
	background-image: url(../../senmon/hoiku/images/voice_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	background-color: #FFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	padding-bottom: 2px;
	padding-top: 10px;
	margin-left: 10px;
	clear: both;
}

#voice>.voice_title{
	position:absolute;
	display:block;
	top: 203px;
}
#voice .voice_left {
	width: 194px;
	height: 263px;
	float: left;
	padding-left: 10px;
}
#voice .voice_right {
	float: right;
	height: 253px;
	width: 300px;
	padding-right: 10px;
	padding-top: 10px;
}
#voice .voice_right .voice_catch {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 1.2em;
	color: F60;
}
#voice .voice_right .voice_name {
	width: 100%;
	text-align: right;
}
#voice .voice_right .voice_about {
	width: 100%;
	display: block;
	height: 168px;
}
