@charset "utf-8";
/*--------------------------------------------------------index.cssファイル*/
#menu ol,
#foot_menu,
#foot,
#body #index_enter #enter_bt a span {
	display: none;
}
#wrapper {
	margin-top: 50px;
	background: none;
}
#head #menu {
	height: 330px;
}
#body {
	height: 200px;
}
#body #index_enter {
	padding: 10px 5px;
	text-align: right;
}
#body #index_enter #enter_bt a {
	display: block;
	float: right;
	width: 220px;
	height: 20px;
	margin: 5px 0;
	background: url(../img/enter_of.jpg) no-repeat;
}
#body #index_enter #enter_bt a:hover {
	background: url(../img/enter_on.jpg) no-repeat;
}
