@charset "utf-8";
/* CSS Document */

@import url("../../css/base.css");

dl.voice {
	clear: both;
	width: 640px;
	background-color: #FAFAF1;
	border: solid 1px #F3F2DE;
	padding: 15px 20px;
	margin-bottom: 30px;
}
dl.voice dt {
	float: left;
	background: url(../images/ph_bg.gif) no-repeat 0 0;
	width: 205px;
	height: 235px;
	padding: 12px;
}
dl.voice dt img {
	vertical-align:bottom;
}
dl.voice dd {
	padding: 5px 0 0 245px;
}
dl.voice dd p.pf {
	background-color: #EDECCD;
	padding: 2px 10px;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
}
dl.voice dd ul.com {
	background: url(../images/com_bg.gif) repeat 0 0;
	line-height: 30px;
	padding: 0 10px;
}
dl.voice dd ul.com li {
	text-indent: -1.5em;
	margin: 0 0 0 1.5em;
}

span.lmark {
	color: #D7D193;
	padding-right: 0.5em;
}

