@charset "UTF-8";

div.section dl{
	width:680px;
	padding:6px 0 0 0;
	margin:0 0 10px 0;
	background:url("../images/bg_section_top.gif") no-repeat 0 0 #F5F4EE;
}
div.section dt{
	padding:4px 10px 10px 10px;
	font-weight:bold;
	border:1px solid #C8C8C8;
	border-top:none;
}
div.section dt a{
	text-decoration:underline;
		padding:0 0 0 10px;
	background:url("../../images/common/ico_right_blue.gif") no-repeat 0 5px;
}
div.section dt a:hover{
	text-decoration:none;
}
div.section dd{
	padding:0 0 6px 0;
	background:url("../images/bg_section_bottom.gif") no-repeat 0 100% #FBFBF9;
}
div.section dd ul{
	padding:14px 0 0 0;
	border-right:1px solid #C8C8C8;
	border-left:1px solid #C8C8C8;
}
div.section dd ul li{
	width:600px;
	padding:0 0 10px 20px;
}
div.section dd ul li.notice{
font-size:84%;
text-indent:-1.5em;
margin: 0 0 0 1.5em;
}
div.section dd ul li strong{
font-weight:bold;
}
div.section dd ul li span{
padding:0 3px 0 0;
color:#B72D3D;
}
div.section dd ul li a{
	text-decoration:underline;
}
div.section dd ul li a:hover{
	text-decoration:none;
}

/* voice */
div.section dl.voice{
}
div.section dl.voice dd{
	padding:0 0 0 0;
	background:#FBFBF9;
}
div.section dl.voice dd.first{
	padding:14px 0 0 0;
}
div.section dl.voice dd.last{
	padding:0 0 6px 0;
	background:url("../images/bg_section_bottom.gif") no-repeat 0 100% #FBFBF9;
}
div.section dl.voice dd p{
	padding:10px 0 5px 10px;
	font-weight:bold;
	border-right:1px solid #C8C8C8;
	border-left:1px solid #C8C8C8;
}
div.section dl.voice dd ul{
	padding:0 0 0 0;
	background:url("../../images/common/line_gray.gif") repeat-x 0 100%;
}
div.section dl.voice dd ul.first{
	padding:14px 0 0 0;
}
div.section dl.voice dd.last ul{
	background:none;
}

