@charset "utf-8";
@import url("../common/common.css");
@import url("../common/contents.css");

h1 {
	margin-bottom: 50px;
}

img#OnePointImage {
	margin-top: -30px;
}


#GoForm a {
	display: block;
	margin: 2em auto;
	padding: 5px;
	width: 20em;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #06c;
	background-color: #f8f8f8;
	border: 2px solid #06c;
}
#GoForm a:hover {
	background-color: #fff;
	border-color: #39f;
}



