@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../image/interface/background_02.gif);
	background-repeat: repeat;
	font-family: Georgia, Gulim;
	font-size: 12px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	color:#000;
}
a{
	text-decoration	: none;
	color:#FFF;
}
a:hover{
	text-decoration	: underline;
	color:#FFF;
}
input{
	font-family:Verdana, Gulim;
	font-size:11px;
	color:#000;
	padding-top:2px;
	height:16px;
}
.free{
	position:absolute;
}
.title{
	background-image: url(../image/title.png);
	width:300px;
	height:90px;
}
.Main_window{
	background-image: url(../image/interface/background_01.gif);
	background-position:top;
	background-repeat:repeat-x;
	border:0px solid #0F0;
}
.Main_mail{
	position:absolute;
	top:20px;
	left:215px;
	background-image: url(../image/interface/main_screen.gif);
	width:410px;
	height:244px;
	padding:30px 30px 50px 30px;
	text-align:left;
}
/* 게임 컨텐츠 표시영역 설정 */
.contents_div{
	visibility:visible;
	font-family: Georgia, Gulim;
	font-size:12px;
	line-height:12pt;
	position:absolute;
	top:65px;
	left:245px;
	width:634px;
	height:384px;
	border:0px solid #F00;
	overflow:auto;
}
.contents_menu{
	position:absolute;
	top:0px;
	left:20px;
	width:860px;
	height:55px;
	border-bottom:solid 2px #be727c;
	text-align:right;
	/* background:#033; */
}
.contents_info{
	position:absolute;
	text-align:left;
	top:60px;
	left:20px;
	width:220px;
	height:390px;
	border-right:solid 2px #be727c;
}
.dotbox{
	border:1px solid #be727c;
	background-color:#ffefb7;
}
.textbox{
	background-color:#DEF;
	border:1px solid #000;
	height:16px;
}
.textbox_login{
	background-color:#DEF;
	border:1px solid #000;
	position:absolute;
	width:100px;
}
.CampNameBG{
	background:url(../image/camp/name_bg.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:85px;
	height:45px;	
}
.btn{
	border:none;
	width:80px;
	height:22px;
	margin:2px 2px 2px 2px;
}
.btn_setup{
	position:absolute;
	top:2px;
	left:180px;
	border:none;
	width:32px;
	height:22px;
}
.Sub_Btn{
	position:absolute;
	border:none;
	width:80px;
	height:22px;
}