@charset "Shift_JIS";

a , a:link, a:visited {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

/*----------------------------------------
	common
-----------------------------------------*/
body {
	background: #fff none 0 0 no-repeat;
}
body .container {
	background: #fff none 0 0 no-repeat;
}

#finish {
	width:940px;
	margin:120px auto 200px;
	text-align:center;
}
#finish p {
	font-size:16px;
	color:#333333;
	line-height:2.25;
	font-weight:bold;
	margin-top:37px;
}

#footer {
	position:static;
	left:inherit;
	bottom:inherit;
}