@charset "utf-8";

h1.title {
	width:560px;
	height:45px;
	background:#ffffff url('../img/title.gif') no-repeat;
	text-indent:-9999px;
	padding-bottom:20px;
}

dl.data {
	clear:both;
	float:left;
	width:517px;
	margin-bottom:5px;
	padding-bottom:1px;
	border-bottom:1px dotted #c2c2c2;
	background:url('../img/bg_dt.gif') repeat-y;
}

dl.data dt {
	float: left;
	width:160px;
	padding:10px 5px 10px 25px;
	font-size:12px;
	color: #666666;
	font-weight:bold;
/*	border-left: 5px solid #ebebeb;*/
}
	
dl.data dd {
	float: left;
	padding:10px 5px 10px 0;
	line-height:1.6em;

}
dl.data dd span {
	float:left;
	width:100px;
}
dl.data dd img {
	margin:0 3px;
}
