@charset "UTF-8";
#container {
	background-image: url(../outline/images/outline_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#main h3 {
	margin-bottom: 50px;
}
#main p {
	font-family: "AXIS Std M";
	color: #FFFFFF;
	line-height: 1.7em;
	margin-bottom: 20px;
}
#main /* CSS Document */

 p span {
	margin-left: 400px;
}
#main dl {
	font-family: "AXIS Std M";
	color: #FFFFFF;
	margin-bottom: 100px;
	margin-top: 50px;
	line-height: 1.7em;
}
#main dt {
	float: left;
	width: 8em;
	background-image: url(../outline/images/white_mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}
#main dd {
	padding-left: 10em;
	margin-bottom: 20px;
}
