@charset "UTF-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-size: 100%;
	color: #101010;
	zoom:1;
}

img {
	border: 0px;
	vertical-align: top;
	display: block;
}

.clearb {
	clear: both;
}

ul {
	list-style: none;
}

a:link {color: #333; text-decoration: none;}
a:visited {color: #333; text-decoration: none;}
a:active {color: #C0C0C0; text-decoration: none;}
a:hover {color: #C0C0C0; text-decoration: none;}

body {
	background: #000 url(../img/bg2.gif) center top repeat;
	text-align: center;
	font-family: sans-serif;
	font-size: 75%;
}


/*------- common -------*/
div#contents{
	background-color: #000;
	margin:0px auto;
	width:900px;
	text-align: left;
}


div#main{
	padding:25px;
	width: 850px;
}



/*---- enter ----*/
div#enter{
	width: 900px;
	text-align: center;
	padding-top: 50px;	
	padding-bottom: 200px;
	background: #000 url(../img/enter2.jpg) left top repeat-y;
}

div#thumnails {
	
}

div#enter h1{
	float: left;
	width: 200px;
}

div#enter h1 img{
	margin: 0 0 10px 25px;
}
	
#gotoinfo {
	float: right;
	width: 180px;
}

#gotoinfo img {
	margin: 0 25px 10px 0;
}



div#thumnails p{
	float: left;
}
