@charset "UTF-8";
/* CSS Document */

body {
	font: 90%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #4E5869;
	margin: 0;
	padding: 0;
	overflow-x:hidden;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
}

img {
	border-style:none;
}

a img {
	border-style:none;
}

a.image {
	border:none;
	border-style:none;
}

span.size_s {
	font-size:90%;
}

span.size_ss {
	font-size:80%;
}

#main {
	height:768px;
}

#logo {
	position:relative;
	text-align:center;
	padding-top:120px;
	width:480px;
	text-align:center;
}

#logo a {
	text-decoration:none;
}

#logo a:hover {
	text-decoration:none;
	filter:alpha(opacity=50);
	opacity:0.5;
	-ms-filter:"alpha(opacity=50)";
}

#msg {
	position:relative;
	text-align:center;
	width:480px;
	top:130px;
	margin:0 auto;
}

#msg2 {
	position:relative;
	text-align:center;
	width:640px;
	top:70px;
	margin:0 auto;
}

#comingsoon {
	width:480px;
	right:0px;
	text-align:right;
}

#contents {
	font: 100%/1.4 "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS P Mincho", serif;
	position:absolute;
	top:95px;
	left:20px;
	width:600px;
}

#contents_left {
	position:absolute;
	top:310px;
	left:70px;
	text-align:left;
	width:540px;
	font-weight:lighter;
}

#footer {
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS P Mincho", serif;
	font-size:10px;
	background-color:#2A5E87;
	text-align:right;
	padding-top:1em;
	width:100%;
	clear:both;
	height:3em;
	position: fixed;
	bottom:0px;
	margin:0;
	padding-left:0;
}
