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

#access {
	width:850px;

}

#access h3 {
	margin-bottom:20px;
}

#access h4 {
	color:#333;
	font-size:80%;
	margin-top:20px;
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
	padding-left:15px;
	margin-bottom:15px;
	background:url(../../common/img/title-back.jpg) no-repeat 0 3px;
}

#access p {
	font-size:80%;
	line-height:1.5;
	margin-bottom:20px;
}


#access dl {
	font-size:80%;
	margin-left:15px;
}
#access dt {
	float:left;
}
#access dd {
	margin-left: 80px;
	margin-bottom:5px;
}