@charset "utf-8";

body {
	margin: 0;
}
#contents {
	width: 900px;
	margin: 10px auto 0;
}
#mainImg {
	position: relative;
}
#btn {
	display: block;
	width: 400px;
	height: 0;
	overflow: hidden;
	padding-top: 64px;
	background: url(images/btn.gif);
	position: absolute;
	left: 251px;
	top: 850px;	
}
#btn:hover {
	background-position: right;
}
#info {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	margin: 30px 0;
}
#info ul {
	padding: 0;
	margin: 0;
}
#info li {
	list-style-position: inside;
}
.table01 {
	width: 800px;
	margin: 0 auto;
	border-collapse: collapse;
}
.table01 th, .table01 td {
	padding: 5px;
	border: 1px solid #555;
}
.table01 th {
	background: #d4e8ab;
}

/* fotoer */
#footer {
	clear: both;
	background: #8fbf7a;
	border-top: #2d7b0b 1px solid;
	margin-top: 40px;
}
#footer_in{
	width: 900px;
	height: 150px;
	margin: 0 auto;
	position: relative;	
}
.logo1{
	width: 162px;
	height: 35px;
	position: absolute;
	top: 30px;
	left: 10px;
}
.support{
	width: 550px;
	color: #fff;
	font-size: 12px;
	text-align: left;
	position: absolute;
	left: 398px;
	top: 10px;
}
.cr{
	width: 500px;
	color: #fff;
	font-size: 10px;
	text-align: right;
	position: absolute;
	left: 398px;
	top: 98px;
}
