/* ---------------------------------
 　　　　　　共通設定
 --------------------------------- */

body {
	font-size: 8.5pt;
	font-family: "serif";
	color: #FFFFFF;
	background-color: none;
	margin: 5;
	padding: 0;
	}


a:link {
	text-decoration: none;
	color: #cccccc;
	}

a:visited {
	text-decoration: none;
	color: #cccccc;
	}

a:active {
	text-decoration: none;
	color: #cccccc;
	}

a:hover {
	text-decoration: underline;
	color: #666666;
	}	
	 


/* ---------------------------------
　　　コンテンツのスタイリング
--------------------------------- */

#contents{
	width: 800px;
	height: 412px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	clear: left;
	background-color: none;
	/*背景画像 指定*/
	background-image: none;
	}
	

#contents h1{
	width: 0px;
	height: 0px;
	text-indent: -9999px;
	overflow: hidden;
	}

#logo{
	margin-top: 190px;
	margin-right: auto;
	margin-left: auto;
	background-color: none;
	background: url(../images/logo.gif) no-repeat;
	/* 相対表示 数値にて表示位置を指定（画像左上を頂点）*/
	background-position: 0px 0px;
	width: 109px;
	height: 52px;
	}

#image{
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	background-color: none;
	background: none;
	width: 250px;
	height: 54px;
	}

/* enterにhover用画像を指定 */
#enter{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: url(../images/btn_enter_on.gif) no-repeat;
	height: 52px;
	width: 31px;
	text-indent: -9999px;
	}


/* enterにhover前の画像を指定 */
#enter a{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: url(../images/btn_enter.gif) no-repeat;
	height: 52px;
	width: 31px;
	text-indent: -9999px;
	display: block;
	}

/* hover時に画像が切り替わる・現在位置 */
#enter a:hover,
#enter .current a {
	background-image: none!important;
}

#coming{
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: url(../images/coming.gif) no-repeat;
	height: 52px;
	width: 90px;
	text-indent: -9999px;
	}


/* ---------------------------------
　　 フッターの共通スタイリング
--------------------------------- */

#footer{
	width: 800px;
	height: 13px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	clear: left;
	background-color:#FFFFFF;
	}

#copy{
	background: url(../images/copy.gif) no-repeat;
	width: 287px;
	text-indent: -9999px;
	overflow: hidden;
	float: right;
	}
