@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
img a {
	border: none;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#FFF
}
#wrapper {
	width:auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	color: #72aadf;
	font-size:10px;
}
#container {
	position:absolute;
	width:1000px;
	height:630px;
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: -315px;
}
#SwfArea {
	margin:5px 0 5px 0;
}
#navi {
	margin-left: -3px;
}
#navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navi ul li {
	float:left;
	margin-right:16px;
}
a:link, a:visited {
	color: #72aadf;
	text-decoration: none;
}
a:hover {
	color: #9dcaf5;
	text-decoration: none;
}
#copyright {
	text-align:right;
}
#close {
	text-indent:-9999em;
	overflow: hidden;
	float:right
}
#close a {
	display: block;
	width: 85px;
	height: 15px;
	background: url(../img/close_btn.gif) no-repeat left top;
}
#close a:hover, #close a.active {
	overflow: hidden;
	background: url(../img/close_btn.gif) no-repeat left bottom;
}

