@charset "utf-8";

/*-----------------------------------------------
	Contents
-----------------------------------------------*/
dl{
	clear:both;
	margin-top:30px;
}

dt{
	clear:both;
	line-height:23px;
	float:left;
	width:85px;
	margin:0 15px 8px 0;
	background:url(/access/img/box.gif) no-repeat;
	text-align:center;
	letter-spacing:2px;
}

dd{
	float:right;
	width:500px;
	line-height:23px;	
	margin-bottom:8px;
}