@charset "utf-8";

html, body {height: 100%;}  /*高さ100%に指定*/
body {
	margin: 0px;
	padding: 0px;
	font-family: georgia, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka?等幅";
	background-image: url(../img/top_bg2.png);
	position: relative;
	min-width: 800px;  /*中央配置するボックスの横幅*/
	min-height: 540px;  /*中央配置するボックス縦幅*/
	background-color: #0b0b37;
}
.centerMiddle {
	margin: -270px 0 0 -400px;  /*縦横の半分をネガティブマージンでずらす*/
	position: absolute;  /*body要素に対して絶対配置*/
	top: 50%;  /*上端を中央に*/
	left: 50%;  /*左端を中央に*/
	width: 800px;  /*横幅*/
	height: 540px;  /*縦幅*/
}

br {
	letter-spacing:0;
}

/* NAVI2 */
#navi_top {
	clear: both;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	display: inline-table;
}
#navi_top ul {
	margin: 0 auto;
	display: inline;
}
#navi_top ul li {
	display: inline;
	margin: 0 2px;
	color: #000033;
}
#navi_top ul li a {
	color: #999999;
}
#navi_top ul li a:link,
#navi_top ul li a:visited,
#navi_top ul li a:active {
	text-decoration: none;
}
#navi_top ul li a:hover {
	color: #000033;
	text-decoration: underline;
}

#navi_top:after {
	content: ".";
	display: block;
	height: 0;
	clear :both;
	visibility: hidden;
}

