@charset "utf-8";

* {
	margin:0px;
	padding:0px;
}
html {
	width:100%;
	height:100%;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #ffffff;
	background-color: #381800;
	background-image: url(../../images/index/bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

h1,h2,h3,h4,h5 {
	line-height:normal;
}
img {
	border:none;
}

/* logo */
#logo {
	position: absolute;
	padding: 0px;
	top: 50%;
	height: 200px;
	width: 180px;
	margin-top: -100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 80%;
}
#logo a{
	display:block;
	width:180px;
	height:200px;
	overflow:hidden;
	text-indent: -5000px;
}
a.enter_on{
	background-image:url(../../images/index/logo.gif);
	height: 200px;
	width: 180px;
}
a:hover.enter_on{
    background-position:0px -200px;
}
