body {
	color: #333333;
	margin: auto;
	padding: 0px;
	text-align: center;
	background: #FFFFFF;	/*背景色*/
}

span{
    display:none; /*　非表示設定　*/
}

/*h1タグ指定
---------------------------------------------------------------------------*/
/*コンテナ　コンテンツ背景画像指定*/
#container {	
	text-align: left;
	width: 900px;
	height: 440px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 170px;
	BACKGROUND-IMAGE: url('../img/index/bg.jpg');
	BACKGROUND-REPEAT: no-repeat;
}


/*ＩＮ*/
.enter {
	display:block;
    width: 140px;
    height: 40px;
	margin-left: 560px;
	margin-top: 180px;
}
		  
.enter a,
.enter a:link,
.enter a:visited {
          background-position: 0px 0px;
          float:left;
}
.enter a:focus,
.enter a:hover,
.enter a:active {
          background-position: 0px 40px;
          float:left;
}
.enter .enter_on a {
          background-image:  url('../img/index/enter.jpg');
          width: 140px;
          height: 40px;
}