@charset "utf-8";
/* CSS Document */
body {
    /*padding: 0 2em;*/
    overflow: hidden; 
    position: relative;
    min-width: 1000px;
}
#start {
	position: relative;

}
.wrap {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "�E��E� �E�ゴシチE��", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #000;
	text-align: center;
	
	width: 100%;
	background: #FFF;
}
#hd {
	background: #B2262B;
	width: 100%;
}
#top {
	height: 60px;
	width: 960px;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background: #B2262B;
}
#top h1 {
	text-align:left;
}
#top h1 a{
	background: url(../image/antz_logo.png) repeat left center;
	text-indent: -9999px;
	display: block;
	height: 40px;
	width: 106px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#top ul {
	display: block;
	width: 800px;
	background: #B2262B;
	float: right;
	height: 20px;
	padding-top: 21px;
	padding-bottom: 19px;
}
#top li {
	display: inline;
	margin-left: 45px;
	color: #FFF;
	background: #B2262B;
	font-weight: normal;
	letter-spacing: 2px;
}
#hd #top ul .btn a {
	color: #FFF;
	text-decoration: none;
}
footer {
	height: 92px;
	width: 100%;
	background: #000;
}
p.gotop{
	position: fixed;
	right: 20px;
	bottom: 0;
}
.gotop a{
	height: 31px;
	width: 31px;
	display: block;
	padding-bottom:20px
}
.common_top {
}

.foot {
	background: url(../image/footer.jpg) no-repeat center;
	height: 90px;
	width: 960px;
	margin: 0px auto;
	padding: 0px 20px;
	position: relative;
}
.copyright {
	font-family: helvetica;
	font-size: 10px;
	color: #FFF;
	display: block;
	height: 80px;
	width: 250px;
	line-height: 90px;
	float: left;
	margin: 10px 10px 0px;
	padding-left: 30px;
}
.rink_tabisurushigotoba  {
	background: url(../image/tabikama_logo.jpg) no-repeat right;
	display: block;
	width: 160px;
	height: 40px;
	position: absolute;
	top: 35px;
	right: 60px;
}
.rink_antz {
	background: url(../image/footer_logo.png) no-repeat;
	display: block;
	height: 41px;
	width: 41px;
	position: absolute;
	top: 30px;
	right: -67px;
}


/*form*/

#pageTitleArea {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;

}
.privacy {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "�E��E� �E�ゴシチE��", "MS PGothic", sans-serif;
	background: #FFF;
}
.privacy em {
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	line-height: 2em;
}