@charset "utf-8";

/********************************
*                               *  
 *     Good Girl base(@@) 　　 *
*                               * 
********************************/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	line-height: 1.6;
	width: 100%;
	color: #4d4c4c;
	background-color: #000000;
	background-image: url(../images/back.jpg);
	background-repeat: repeat;
}
 

/*--------------------------------------
              link style
--------------------------------------*/
a img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CD6D6C;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.clear {
	clear: both;
	background-color: #FFFFFF;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*--------------------------------------
              basic layout
--------------------------------------*/

#wapper {
	width: 100%;
	height: auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/enter_02.png);
	zoom : 1;
}
  


#header {
	width: 900px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #999999;
}
#header h1 {
	color: #FFFFFF;
	font-weight: normal;
}
#header h2 {
	color: #999999;
	font-size: 12px;
	font-weight: normal;
}
#main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 597px;
	position: relative;
}
#main #enter {
	position: absolute;
	left: 37px;
	top: 280px;
}
#main #under18 {
	position: absolute;
	left: 205px;
	top: 280px;
}
#main #under18P {
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	left: 36px;
	top: 360px;
}

#main #exit {
	position: absolute;
	left: 288px;
	top: 280px;
}
#main #mobile {
	background-image: url(../images/enter_black_69.jpg);
	background-repeat: no-repeat;
	background-position: left;
	color: #09AABE;
	position: absolute;
	left: 227px;
	top: 450px;
}
#main #mobileP {
	position: absolute;
	left: 39px;
	top: 451px;
	font-size: 12px;
	color: #FFFFFF;
}

#footer {
	background-repeat: repeat-x;
	height: 150px;
	width: 100%;
	position: relative;
	font-size: 12px;
	color: #666666;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #000000;
	padding-top: 20px;
}
address {
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 15px;
	margin-bottom: 20px;
	text-align: center;
}
#footer #yahoo {
	position: absolute;
	left: 471px;
	top: 210px;
}
