@charset "utf-8";
/* CSS Document */

*{ margin: 0; padding: 0; }

body{
	background-color: #000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	font-size: 100%;
}

#wrapper {
	width: 100%;
	height: 100%;
}

#container{
	max-width: 1024px;
	margin: 0 auto;
}

#top_img {
	background: url(images/top_img.png) no-repeat;
	width: 1124px;
	height: 1565px;
}

#link {
	width: 1024px;
	padding-top: 30px;
}

.link_anim {
	margin-left: 70px;
	z-index: 999;
	float: left;
	width: 200px;
}

.link_bt {
	z-index: 999;
	margin-left: 80px;
	float: right;
	width: 200px;
}

.clearfix {
	clear: both;
}


#pre_p {
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 120%;
	text-align: center;
	line-height: 1.5em;
}

footer {
	width: 100%;
	margin-top: 100px;
	background-color: #333;
	color: #fff;
	font-size: 80%;
	text-align: center;
}