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

/*全体*/
* {
	margin-top: 0;
	margin-bottom: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 125%;
	color: #000000;
}
body {
	text-align: center;
	background-color: #000099;
	height: 100%;
}

/*リンクテキスト*/
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: underline;
	color: #000099;
}


div#container {
	background-color: #000099;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	min-height: 100%;
}
div#contents {
	height: auto;
	width: 800px;
	padding-bottom: 30px;
}
div#index-1 {
	height: 300px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
}
div#index-skip {
	height: auto;
	margin-top: 20px;
	text-align: right;
	margin-right: auto;
	width: 400px;
	margin-bottom: 60px;
	margin-left: auto;
}
div#index-2 {
	text-align: center;
	height: 20px;
	width: 170px;
	margin-right: auto;
	margin-left: auto;
}
div#index_footer {
	height: 30px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -30px;
	clear: both;
	position: relative;
	margin-bottom: 0px;
}