@import url("reset.css");

body {
	background: #ffffff;
	text-align: center;
	font-size: 13px;
}
* html body {
	font-size: 13px;
}

a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}


/* page
--------------------------------------------------------------------*/
#page {
	position: relative;
	margin: 0 auto;
	width: 798px;						/* 基本サイズ */
	background: url('../images/indexback.gif') repeat-y center top;
/*	border: 1px solid #dddddd;*/
	border: 1px solid #ffffff;
	text-align: left;
	font-size: 100%;
}

*:first-child+html #page {
/*	font-size: 108%;*/
}





h1 {
	font-size: 77%;
	line-height: 0em;
	text-indent: -9999em;
}
h2 {
	font-size: 77%;
	line-height: 0em;
	font-weight: normal;
	text-indent: -9999em;
}

#wrap {
	position: relative;
	margin: 10px 10px 10px 10px;
	height: 460px;
	background: url('../images/index_bg2.jpg') no-repeat center top;
	border: 1px solid #ffffff;
	text-align: left;
	z-index: 0;
}
#maincontents {
	position: relative;
	margin: 0;
	height: 460px;
	background: url('../images/index.png') no-repeat center top;
	text-align: left;
	z-index: 1;
}
* html #maincontents {
	background: url('../images/index_ie.jpg') no-repeat center top;
}
#maincontents h3,
#maincontents p,
#maincontents dl dt,
#maincontents dl dd,
#maincontents ul li,
#maincontents ul li ul li,
#maincontents ul li ul li ul li {
	font-size: 77%;
	line-height: 0em;
	text-indent: -9999em;
}
#maincontents p#btn {
	position: absolute;
	top: 350px;
	left: 520px;
	line-height: 0.5em;
	text-indent: -9999em;
}
* html #maincontents p#btn {
	left: 519px;

}
a#enter {
	display: block;
	width: 200px;
	height: 40px;
/*	background : #ffff0f;*/
	z-index: 2;
}
a#enter:hover {
	background:  url('../images/index_en2.gif') no-repeat left top;
}
a#exit {
	display: block;
	margin: 0 0 0 100px;
	width: 100px;
	height: 20px;
/*	background-color: #ff0fff;*/
}


p#caution {
	float: left;
	display: inline;
	margin: 0 10px 0 30px;
	width: 480px;
	line-height: 1.5em;
}
#rcont {
	float: left;
	margin: 0 10px 0 20px;
	padding: 10px 0;
	width: 235px;
	height: 60px;
	background: url('../images/18index.gif') no-repeat right top;
}
#rcont p {
	margin: 0 0 10px 0;
	font-size: 108%;
}

#footer {
	clear: both;
	margin: 0 10px;
	padding: 10px 0;
	width: 778px;						/* 基本サイズ */
	background: #ffffff;
	text-align: center;
}
* html #footer {
	margin-top: -15px;			/* 不明#mainと間が開く */
	margin-right: -10px; 		/* Duplicate Characters Bug Hack for IE6 */
}
*:first-child+html #footer {
	margin-top: -15px;			/* 不明#mainと間が開く */
}
