* {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #666666;
	}

html {
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
	min-width: 760px;
	/* For Mozilla's bug */
	}

body {
	padding: 0;
	margin: 0;
	border: 0;
	font-family:Verdana, Arial, "qMmpS Pro W3", Osaka, "lr@oSVbN", sans-serif;
	font-size: 12px;
	text-align: center;
   }
a:link             { color: #003366; }
a:visited          { color: #660066; }
a:hover, a:active  { color: #DD4CBF; }

h1, h2, h3, h4 {
	clear: both;
	}

li	{
	list-style-type: none;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	}

#container {
	text-align: left;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	}

#copyright {
	clear: both;
	background-image: url(../images/common/bg_foot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 27px;
	width: 740px;
	margin-bottom: 30px;
	text-indent: -9999px;
	margin-top: 5px;
	}

#container #head {
	background-image: url(../images/top/bg_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 386px;
	width: 740px;
	}
#container #head h1,
#container #head p,
#container #head dl,
#container #content #con_body h2 {
	display: none;
	}

#container #content {
	margin-left: 30px;
}
#container #content #let_us_enter {
	text-align: center;
	margin-bottom: 70px;
}
#container #content #con_body {
	margin-bottom: 50px;
}
#container #content #let_us_enter a {
	display:block;
	text-decoration: none;
	text-indent: -9999px;
	width:86px;
	height:21px;
	background-image:url(../images/top/btn_enter.gif);
	margin-left: auto;
	margin-right: auto;
	background-position:  0px 0px;
	}
#container #content #let_us_enter a:hover {
	background-position:  0px -21px;
	}
