@charset "utf-8";
/* CSS Document */


/********************************
*                               *  
 *     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%;
	background-image: url(../images/back_enter.jpg);
	background-repeat: repeat-y;
	height: 100%;
	background-position:center;
}

/*--------------------------------------
              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: #000000;
}
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;
}
#header {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#header #headerContents {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	text-align: center;
}
#header #headerContents #adout {
	padding-top: 20px;
	vertical-align: middle;
	color: #FF0080;
	font-size: 16px;
	font-weight: bold;
}
#header #headerContents #adout a{
	padding-top: 20px;
	vertical-align: middle;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}


#header h1 {
	padding-top: 30px;
	color: #333333;
	font-weight: normal;
	padding-left: 32px;
	font-size: 10px;
}
#header h2 {
	color: #333333;
	font-size: 10px;
	font-weight: normal;
}
#header #headerContents #rogo {
	padding-top: 10px;
	padding-bottom: 20px;
	position: relative;
	height: 70px;
	width: 347px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#main #mainImage {
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	height: 352px;
	width: 100%;
	background-position: center;
	position: relative;
	background-color: #000000;
	padding-top: 1px;
}
#main #mainImage #flash {
	height: 350px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#main #mainContetnts {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#main #mainContetnts #enter {
	width: 116px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	margin-top: 30px;
}
#main #mainContetnts .bana {
	height: auto;
	width: 300px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 10px;
	text-align: center;
}

#main #mainContetnts .bana a{
	font-size: 10px;
	
}
#main #mainContetnts .bana a:hover{
	font-size: 10px;
	text-decoration: underline;	
}

#footer {
	background-repeat: repeat-x;
	height: 100px;
	width: 100%;
	position: relative;
	font-size: 12px;
	color: #ff0072;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer.jpg);
	background-position: center bottom;
}
address {
	color: #000000;
	width: auto;
	font-size: 10px;
	text-align: center;
}

