@charset "utf-8";

/* Voice
-------------------------------------*/
#voice {
	text-align: left;
	background: url(../images/tt_voice.png) no-repeat;
	margin-top: 10px;
	padding-left: 110px;
	padding-bottom: 20px;
}
#voice img {
	margin: 10px 0;
}
#voice h3{
	padding: 5px 0;
	color: #47210d;
	font-size: 1.2em;
	letter-spacing: 1px;
}
#voice p{
	color: #47210d;
	font-size: 0.9em;
}
#voice h4{
	color: #47210d;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 15px;
	padding: 6px 10px;
	background-color: #ffffff;
	border-left: 10px #47210d solid;
}
#voice h4:hover{
	background-color: #ffc;
}
#voice dl{
	margin-bottom: 20px;
}
#voice dt{
	color: #47210d;
	font-size: 1em;
	text-align: right;
	margin: 0;
	padding: 3px 1px;
}
#voice dd{
	margin: 0;
	font-size: 1em;
	letter-spacing: 1px;
	line-height: 160%;
	padding: 7px 10px;
	border-top: 2px #ffffff dashed;
}
#voice dd.line{
	padding: 5px 0 7px;
	border-bottom: 2px #ffffff dashed;
}
#voice dd.nline{
	padding: 5px 0 7px;
	border: none;
}
#voice ul{
	padding: 8px 5px;
	list-style: none;
}
#voice li{
	margin: 5px 0;
	padding-left: 13px;
	background: url(../images/maru_brw.png) 0px 4px no-repeat;
	font-size: 0.9em;
	letter-spacing: 1px;
}
#voice2 {
	background-color: #ffffff;
}
#voice2 h3{
	color: #47210d;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 10px 0 0 0;
	background-color: none;
	border-left: none;
}

