@charset "utf-8";

@import "layout.css";

html {
	overflow-y:scroll;
}
img {
	border:none;
}
br.clear {
	clear:both;
}

p  { font-size: 1em; line-height: 1.3em }

/*------------------------------------------------*/
#container {
	display:block;
	position:relative ;
	margin:0 auto;
	width:849px;
	height:381px;
}


#enter {
	display:block;
	position:relative ;
	margin:0 auto;
	padding:0;
	background:url("../images/index/enter_bg.jpg") top left no-repeat;
	width:849px;
	height:381px;
}
#enter a {
	line-height: 0px;
	text-indent: -10000px;
	background:url("../images/index/enter.jpg") top left no-repeat;
	display:block;
	width:849px;
	height:381px;
}

#enter a:hover {
	background:transparent;
}

#enter a:hover img {
	visibility:hidden;
}

/*------------------------------------------------*/

#infoData{
	position:absolute;
	top:26px;
	left:45px;
}

#exInfo{
	position:absolute;
	top:24px;
	left:642px;
	width:186px;
	height:73px;
}

/*
#exInfo dl{
	margin:0;
	border:2px dotted #000000;
	padding:5px;
}

#exInfo dt{
	width:51px;
	float:left;
}
#exInfo dd{
	margin-left:51px;
	color:#000000;
	font-weight:bold;
	font-size:16px;
	line-height:115%;
	text-align:center;
}
*/


/*------------------------------------------------*/

#container {
	width:900px;
	margin:69px auto;
	text-align:center;
	color:#000;
}
