@charset "UTF-8";
#container {
	background-image: url(../access/images/access_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#main h3 {
	margin-bottom: 30px;
}
#main dl {
	font-family: "AXIS Std M";
	color: #FFFFFF;
	line-height: 1.7em;
	margin-bottom: 50px;
}
#main dt {
	float: left;
	width: 5em;
	background-image: url(../access/images/white_mark.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	background-position: left center;
}
#main dd {
	padding-left: 10em;
	margin-bottom: 20px;
}
