@charset "utf-8";
/* CSS Document */

/********************************
*                               *  
 *   Mnavi (main)base(X_X)    *
*                               * 
********************************/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	line-height: 1.6;


	background-image:;
	width: 100%;
	height: 780%;
	color: #FFFFFF;
}
.s {
	font-size: 10px;
}
#main .s {
	font-weight: normal;
	color: #FFFFFF;
	position: absolute;
	left: 316px;
	top: 354px;
}

/*--------------------------------------
              link style
--------------------------------------*/
a img {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color:#FF6600;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


/*--------------------------------------
              basic layout
--------------------------------------*/


#wapper {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}#header {
	height: 17px;
	width: 100%;
	background-color: #21b8ce;
}
#main {
	background-image: url(../images/log_main.jpg);
	height: 638px;
	width: 756px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#main #txt1 {
	text-align: center;
	position: absolute;
	color: #FFFF00;
	font-weight: bold;
	left: 290px;
	top: 240px;
}
#main .input1 {
	position: absolute;
	left: 290px;
	top: 290px;
	border: 1px solid #21B8CE;
}
#main .input2 {
	position: absolute;
	left: 290px;
	top: 325px;
	border: 1px solid #21B8CE;
}
#main .input3 {
	position: absolute;
	left: 290px;
	top: 350px;
	border: 1px solid #21B8CE;
}
#main #logbb1 {
	height: 30px;
	width: 148px;
	position: absolute;
	left: 313px;
	top: 361px;
}
#main ul {
	list-style-type: none;
	position: absolute;
	left: 282px;
	top: 403px;
}
#main li {

}
#main li a{
	text-decoration: none;
	color: #FFFFFF;
}
#main li a:hover{
	text-decoration: underline;	
}
#main #txt2 {
	color: #FFFFFF;
	position: absolute;
	left: 290px;
	top: 469px;
}
#main #bb2 {
	height: 30px;
	width: 148px;
	position: absolute;
	left: 318px;
	top: 493px;
}
#main #login #bb3 {
	position: absolute;
	left: 318px;
	top: 570px;
}








#footer {
	background-color: #FF37B3;
	width: 100%;
	height: 250px;
}

