@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	color: #333;
	font: 85%/140% "ＭＳ Ｐゴシック", "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3", Helvetica, Verdana, sans-serif;
	text-align: center;
	background: #fff url(img/bg.jpg) no-repeat top center;
	padding-bottom: 20px;
}
*html body {
	padding-left: 1px;
}
*:first-child+html body {
	padding-left: 1px;
}
a {
	color: #4bf;
	text-decoration: none;
}
a:hover {
	color: #aef;
}
h1,h2,h3,p,ol,ul,li,dl,dt,dd,table {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
table {
	line-height: 140%;
	border: 0;
}
td {
	vertical-align: top;
}
img {
	border: 0;
	vertical-align: top;
}
p.spacer {
	margin-bottom: 15px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
*html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}
/******************** header ********************/
h1 {
	font-size: 75%;
	font-weight: normal;
	color: #666;
	padding: 5px 10px 0;
	text-align: right;
	color: #fff;
}
p#title {
	text-align: left;
	width: 750px;
	margin: -5px auto 2px;
}
p#title img {
	behavior: expression(IEPNGFIX.fix(this));
}
/******************** menu ********************/
div#menu {
	width: 750px;
	height: 95px;
	margin: 0 auto;
}
div#menu ul {
	width: 732px;
	height: 93px;
	background: url(img/menu-bg.png) no-repeat right top;
	behavior: expression(IEPNGFIX.fix(this));
	padding: 2px 18px 0 0;
}
*html div#menu ul {
	width: 750px;
	height: 95px;
}
div#menu ul li {
	list-style-type: none;
	float: right;
	width: 81px;
	height: 80px;
}
div#menu ul li.legend a, div#menu ul li.system a, div#menu ul li.map a, div#menu ul li.recruit a, div#menu ul li.links a {
	display: block;
	width: 81px;
	height: 80px;
	text-indent: -500px;
	overflow: hidden;
}
div#menu ul li.legend, div#menu ul li.legend a {
	background-image: url(img/m-legend.gif);
}
div#menu ul li.system, div#menu ul li.system a {
	background-image: url(img/m-system.gif);
}
div#menu ul li.map, div#menu ul li.map a {
	background-image: url(img/m-map.gif);
}
div#menu ul li.recruit, div#menu ul li.recruit a {
	background-image: url(img/m-recruit.gif);
}
div#menu ul li.links, div#menu ul li.links a {
	background-image: url(img/m-links.gif);
}
div#menu ul li a.now, div#menu ul li.recruit a:hover {
	background-position: 0 -80px;
}
/******************** box ********************/
div#box {
	margin: 0 auto;
	padding: 20px 0 0;
	width: 750px;
	background: #fff;
}
div#contents {
	width: 700px;
	margin: 0 auto;
	padding-bottom: 10px;
}
div#contents:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
*html div#contents {
    height: 1em;
    overflow: visible;
}
div#contents p {
	margin-right: 20px;
	margin-left: 20px;
}
/******************** foot ********************/
p.mobile {
	padding-bottom: 10px;
}
p.info {
	background: url(img/info.gif) no-repeat center top;
	line-height: 35px;
	height: 35px;
	font-size: 85%;
}
*html p.info {
	padding-top: 11px;
}
p.info img {
	vertical-align: middle;
	margin-right: 2px;
}
div#foot {
	background: url(img/foot.png) no-repeat center top;
	height: 120px;
	width: 780px;
	margin: 0 auto;
	behavior: expression(IEPNGFIX.fix(this));
	font-size: 85%;
	color: #fff;
}
div#foot ul {
	padding: 45px 0 10px;
	font-size: 85%;
}
div#foot ul li {
	list-style-type: none;
	border-right: 1px solid #aef;
	padding: 0 5px;
	display: inline;
}
div#foot ul li.start {
	border-left: 1px solid #aef;
}
div#foot ul li a {
	color: #aef;
}
div#foot p a {
	color: #fff;
}
/******************** h2 ********************/
h2 {
	width: 700px;
	height: 35px;
	text-indent: -1000px;
	overflow: hidden;
	margin: 0;
	position: relative;
	top: -12px;
}
h2.legend {
	background: url(img/h2-legend.gif) no-repeat top left;
}
h2.system {
	background: url(img/h2-system.gif) no-repeat top left;
}
h2.map {
	background: url(img/h2-map.gif) no-repeat top left;
}
h2.links {
	background: url(img/h2-links.gif) no-repeat top left;
}
/********************************************************************************/
/******************** index ********************/
div#index-title {
	width: 750px;
	height: 85px;
	margin: 0 auto;
	background: url(img/index-bg.png) no-repeat top;
	behavior: expression(IEPNGFIX.fix(this));
}
div.warning {
	font-size: 85%;
	background: url(img/warning.gif) no-repeat top;
	text-align: left;
}
div.warning p {
	padding: 12px 10px 12px 120px;
}
p.enter {
	margin: 0 auto;
}
p.enter img {
	margin: 0 10px;
}
p#index-bottom {
	width: 750px;
	height: 50px;
	margin: 0 auto;
	background: url(img/index-bottom.png) no-repeat bottom;
	behavior: expression(IEPNGFIX.fix(this));
}

/******************** legend ********************/
div.legend {
	background: url(img/legend-bg.jpg) no-repeat bottom;
	padding-bottom: 20px;
	margin-top: 3px;
	text-align: left;
}
img.border {
	margin-top: -3px;
}
div.legend p {
}
/******************** system ********************/
div.system1 {
	background: url(img/system.gif) no-repeat left top;
	width: 700px;
	height: 130px;
	text-indent: -2000px;
	overflow: hidden;
}
div.system2 {
	background: url(img/system-bg.jpg) no-repeat bottom;
	padding-bottom: 80px;
	margin-top: 20px;
	text-align: left;
}
div.system2 ul {
	padding: 6px 12px 12px 15px;
}
div.system2 ul li {
	margin-bottom: 15px;
	background: url(img/icon-arrow.gif) no-repeat left top;
	list-style-type: none;
	padding-left: 20px;
}
/******************** map ********************/
img.map {
	margin-bottom: 30px;
}
img.map:hover {
	background: url(img/mise1.jpg) no-repeat left;
}
div.map {
	padding-bottom: 10px;
}
div.map p {
	text-align: left;
}
/******************** popup ********************/
div.popup {
	margin-bottom: 30px;
	text-align: center;
}
div.popup a {
	position: relative;
}
div.popup a span {
	position: absolute;
	top: -60px;
	left: 35px;
	visibility: hidden;
	padding: 10px;
}
div.popup a:hover {
	visibility: visible;
}
div.popup a:hover span {
	visibility: visible;
}

/******************** link ********************/
div.links {
	background: url(img/links.gif) no-repeat top;
	padding: 10px;
}
iframe {
	width: 680px;
	height: 480px;
	border: 0;
}



/********************
*html  Internet Explorer6.0
*:first-child+html  Internet Explorer7.0
html>body  Firefox
html:first-child  Safari & Opera
********************/

