@charset "UTF-8";

/* CSS Document */

/*========== 目次 ==========

	1.初期化
	2.タグの再定義
	3.リンク設定
	4.BOX設定
	5.共通設定

============================*/





/*===== ■1.初期化 =====*/
* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}





/*===== ■2.タグの再定義 =====*/
body {
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragio Kaku Gothic Pro","Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	font-size: 75%;
	line-height: 130%;
	background: #FFFFFF;
}

strong {
	font-weight: bold;
}

p {
	margin: 10px 0px 30px;
	line-height: 150%;
}

img {
	border: none;
}



/*===== ■3.リンク設定 =====*/
/* 基本リンク */
a {
	outline: hidden;
}

a:link {
	color: #006699;
	text-decoration: underline;
}

a:visited {
	color: #006699;
	text-decoration: underline;
}

a:hover {
	color: #3399cc;
}


/*===== ■4.BOX設定 =====*/
#container {/* 垂直方向を中央に指定 */
	position:absolute;
	top:45%;
	width:100%;
	height:564px;
	margin:-282px 0 0 0;
	text-align: center;
}

#header {
	text-align: center;
	margin: 90px 0 26px 0;
}

#logo {
	height: 254px;
	background: #0099ee;
	text-align: center;
}

#logo img {
	margin-top: 59px;
}

#gate {
	margin-top: 53px;
	text-align: center;
}

#gate ul{
	width: 769px;
	margin:0 auto;
	list-style: none;
}

#gate li#left{
	float: left;
	width: 266px;
}

#gate li#right{
	float: right;
	width: 193px;
}

#gate img#enter {
	margin-top: 12px;
}
