body {
	background: #ffffff url(../img/index_bg.jpg) 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: 150px auto 80px auto;
	padding: 10px 10px 10px 10px;
}

#index_box ul{
	width: 620px;
	height: 267px;
}
#index_box ul li.enter{
	width: 205px;
	height: 65px;
	float: left;
	margin: 190px 0px 0px 220px;
	> margin: 190px 0px 0px 110px;
}
#index_box ul li.enter a{
	width: 205px;
	height: 65px;
	background: url(../img/enter.jpg) no-repeat;
	display: block;
	cursor: pointer;
}
#index_box ul li.enter a:hover {
	background: url(../img/enter_on.jpg) no-repeat;
}
#index_box ul li.exit{
	width: 150px;
	height: 45px;
	float: left;
	margin: 200px 0px 0px 20px;
}
#index_box ul li.exit a{
	width: 150px;
	height: 45px;
	background: url(../img/exit.jpg) no-repeat;
	display: block;
	cursor: pointer;
}
#index_box ul li.exit a:hover {
	background: url(../img/exit_on.jpg) no-repeat;
}

#index_box dl{
	width: 620px;
	height: 100px;
}

#index_box dl dt{
	width: 540px;
	height: 70px;
	padding: 10px 40px 0px 40px;
	font: 12px/16px "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color: #FFFFFF;
	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: #FFFFFF;
	text-align: center;
}












