@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	background: #9ee url(img/bg.gif) repeat-x left top;
	font-size: 75%;
	line-height: 140%;
	font-family: "ＭＳ Ｐゴシック", "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3"
	text-align: center;
}
a:link, a:visited {
	color: #09f;
	text-decoration: none;
}
a:hover {
	color: #5df;
}
h1,h2,h3,p,ol,ul,li,dl,dt,dd,table,span {
	margin: 0;
	padding: 0;
}
table {
	line-height: 140%;
	font-size: 100%;
	border: 0;
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
img {
	border: 0;
	vertical-align: top;
}
p {
	margin: 0 10px;
}
p.spacer {
	margin-bottom: 15px;
}
p.spacer2 {
	margin-bottom: 28px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.em {
	font-weight: bold;
	color: #f8c;
}
*html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}
div#bg {
	width: 100%;
	background: #fff;
}
/******************** head-bar ********************/
div#head-bar {
	width: 100%;
	height: 25px;
	background: #9ee;
}
div#head-bar div.width {
	width: 800px;
	margin: 0 auto;
}
h1 {
	float: left;
	color: #fff;
	font-size: 85%;
	padding: 4px 0 10px 10px;
	text-align: left;
}
*html h1 {
	font-size: 70%;
	margin-left: 5px;
}
*:first-child+html h1 {
	font-size: 70%;
}
/******************** main ********************/
div#main {
	margin: 0 auto;
	width: 800px;
	height: 490px;
	text-align: left;
	background: url(img/index.jpg) no-repeat top center;
}
div.index {
	padding: 100px 20px 0 300px;
}
/******************** enter ********************/
p.enter {
	background: url(img/menu-bg.gif) no-repeat top center;
	height: 40px;
	width: 800px;
	margin: 0 auto;
	text-align: center;
}
p.enter img {
	margin: 2px 5px 0;
	behavior: expression(IEPNGFIX.fix(this));
}
/******************** textlink ********************/
ul.textlink {
	clear: both;
	text-align: center;
	margin: 40px auto 0;
	padding-bottom: 20px;
	font-size: 90%;
}
ul.textlink li {
	list-style-type: none;
	display: inline;
	padding: 0 8px;
	border-left: 1px dotted #000;
}
ul.textlink li.start {
	border: none;
}

/******************** foot ********************/
div#foot {
	background: #9ee;
	padding: 15px 0 8px;
	text-align: center;
	width: 100%;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
div#foot a {
	text-decoration: none;
	color: #fff;
}


/********************
*html  Internet Explorer6.0
*:first-child+html  Internet Explorer7.0
html>body  Firefox
html:first-child  Safari & Opera
********************/