@charset "utf-8";

dl.list {
	font-size:85%;
	line-height:230%;
	background:url(../common/images/line_dot_01.gif) repeat-x bottom;
	padding:0 10px 50px 10px;
	margin-bottom:15px;
}

dl.list dt {
	float:left;
	font-weight:bold;
	width:60px;
}

dl.list dd {
	float:left;
	background:url(../common/images/list/icon_arrow_05.gif) no-repeat 0 12px;
	padding-left:13px;
	width:530px;
}

dl.list dd a:link { color:#000; }
dl.list dd a:visited { color:#000; }


dl.answer {
	background:url(../common/images/line_dot_01.gif) repeat-x bottom;
	padding:0 10px 20px 10px;
	margin-bottom:20px;
	height:1%;
}

dl.answer dt {
	float:left;
	font-weight:bold;
	width:60px;
}

dl.answer dd {
	float:left;
	line-height:200%;
	width:540px;
}

dl.answer dd a:link { color:#000; }
dl.answer dd a:visited { color:#000; }

dl.answer dd img {
	vertical-align:text-bottom;
	margin-left:10px;
}

dl.answer strong.red {
	color:#CC3300;
}

