@import url(common.css);



.voice_block {
	width: 740px;
	margin: 30px 0 50px 0;
	padding: 0 0 20px 0;
	background: #DCD9D3;
	float: left;
}

.voice_block p.bold {
	width: 630px;
	font-size: 100%;
	font-weight: bold;
	margin: 15px 0 0 30px;
}

.voice_block p.subcatch {
	width: 630px;
	font-size: 86%;
	margin: 5px 0 0 30px;
}

.voice_block .voice_content{
	border: 1px #BAB1A6 solid;
	background-color: #FFF;
	width: 704px;
	margin-top: 15px;
	margin-left: 17px;
}

.house_box{
	margin: 20px 25px;
	border: 1px #B9B2A7 solid;
	width: 644px;
}

.house_box .caption{
	background-color: #69604F;
	color: #FFF;
	font-weight: bold;
	padding: 2px 8px;
	font-size: 100%;
}

.house_box .text{
	margin: 5px 15px;
	font-size: 78%;
}

.house_box p+p{
	border-top: 1px #A2A1A2 dotted;
	margin-top: 5px;
	padding-top: 5px;
}

.main_catch{
	margin: 20px 25px;
	font-weight: bold;
	width: 644px;
	padding: 2px 8px;
}

.main_text {
	margin: 20px 30px;
	width: 635px;
	font-size: 85%;
	line-height: 140%;
}
.main_text .space {
	margin-top: 10px;
}


.voice_main {
	width: 640px;
	margin: 0 0 30px 30px;
}

.voice_main td {
	width: 315px;
	background: #333;
	text-align: center;
	vertical-align: middle;
	border-bottom: 5px #FFF solid;
}
.voice_main td.left_col {
	width: 640px;
}
.voice_main td.left {
	border-right: 5px #FFF solid;
}
.voice_main td.no_photo {
	background: #FFF;
}


.voice_right{
	margin-top: 30px;
	float: right;
	width: 210px;
	margin-left: 5px;
	margin-bottom: 30px;
	background-color: #46381F;
}

.voice_right a{
	color: #CCB895;
}

.voice_right .button,
.voice_right .button_select{
	text-align: right;
	border-top: 1px #5A4727 dotted;
	margin-left: 10px;
	margin-right: 10px;
}

.voice_right .no-border{
	border-top: none;
}

.voice_right .hidden {
	display: none;
}

.voice_right .voice_menu dt {
	line-height: 0;
}

.voice_right .voice_menu dd {
	font-size: 78%;
}

.voice_right .build_button {
	width: 210px;
	padding: 0;
	line-height: 0;
}
.voice_right .build_button a {
	font-weight: 600;
	width: 195px;
	padding-right: 15px;
	display: block;
	text-align: right;
}

.voice_right .button a{
	margin-top: 5px;
	margin-bottom: 5px;
	background: url(../images/voice/btn_arr_n.jpg) 0px center no-repeat;
	display: block;
	width: 180px;
	padding-left: 10px;
}

.voice_right .button a:hover{
	background: url(../images/voice/btn_arr_o.jpg) 0px center no-repeat;
}

.voice_right .button_select a{
	margin-top: 8px;
	margin-bottom: 5px;
	background: url(../images/voice/btn_arr_o.jpg) 0px center no-repeat;
	display: block;
	width: 180px;
	padding-left: 10px;
	text-decoration: underline;
}

.voice_right .button_select .long a,
.voice_right .long a{
	background-position: 0px 24px;
}

.voice_right .button_select .long a:hover,
.voice_right .long a:hover{
	background-position: 0px 24px;
}

.voice_right .button a:hover p{
	text-decoration: underline;
}

.voice_right .top-line{
	border-top: 1px #624F2C solid;
}

#contents ol li {
	list-style: decimal;
	margin: 0 0 0 20px;
	line-height: 130%;
}

#contents ul li {
	list-style: disc;
	margin: 0 0 0 20px;
	line-height: 130%;
}

