body {
	background: #ffffff url(../img/index_bg.gif) repeat-x;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font: 12px/14px "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	height: 100%;
}
#index_box {
	width: 620px;
	height: 367px;
	background: url(../img/index.png) no-repeat center;
	> behavior: expression(IEPNGFIX.fix(this));
	margin: 100px auto 80px auto;
	padding: 10px 10px 10px 10px;
}

#index_box ul{
	width: 620px;
	height: 267px;
}
#index_box ul li.enter{
	width: 210px;
	height: 70px;
	float: left;
	margin: 165px 0px 0px 90px;
	> margin: 170px 0px 0px 90px;
}
#index_box ul li.enter a{
	width: 210px;
	height: 70px;
	background: url(../img/enter.gif) no-repeat;
	display: block;
	cursor: pointer;
}
#index_box ul li.enter a:hover {
	background: url(../img/enter_on.gif) no-repeat;
}
#index_box ul li.exit{
	width: 210px;
	height: 40px;
	float: left;
	margin: 185px 0px 0px 25px;
}
#index_box ul li.exit a{
	width: 210px;
	height: 40px;
	background: url(../img/exit.gif) no-repeat;
	display: block;
	cursor: pointer;
}
#index_box ul li.exit a:hover {
	background: url(../img/exit_on.gif) no-repeat;
}

#index_box dl{
	width: 620px;
	height: 100px;
}

#index_box dl dt{
	width: 600px;
	height: 70px;
	padding: 10px 10px 0px 10px;
	font: 12px/16px "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #666666;
	text-align: left;
}

#index_box dl dd{
	width: 620px;
	height: 20px;
	font: 12px/16px "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #666666;
	text-align: center;
}












