/* --------------------------------------

  design: S.Arin(ren)
  url: http://www.reveaile.com/

--------------------------------------- */

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

BODY{
	margin-top: auto;
	margin-left: auto;
    font: 0.7em dotum;
	color:#666; 
	line-height:160%;
	text-align:left;
	background: #fff url(images/bg_body.gif);
	}

/*--------------------------------------- 
				normal
--------------------------------------- */
span#day {
	width:700px;
	text-align: center;
	font-weight: bold;

 }
.bolden {
	font: 0.8em Verdana;
	font-weight: bold;
	color: #666666;
}
.normalen {
	font: 0.8em Verdana;
	color: #666666;
}

.topen {
	font:1.6em Verdana; 
	padding-left: 0.4em;
	color: #f66
	}
.topko {
	font:1.6em Malgun Gothic; 
	padding-left: 0.4em;
	color: #f66
	}	
	
	
.mint {
	margin-left:1em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.9em;
	border-left: 2px solid #34E2BB;
	}
	
.mintjp {
    font: 1.1em Malgun Gothic;
	margin-left:1em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.9em;
	border-left: 2px solid #34E2BB;
	}
	
.white {
	margin-left:1em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.9em;
	border-left: 2px solid #fff;
	}
	
	.gray {
	font: Verdana;
	color:#eee
	}
	
/*--------------------------------------- 
		Hyper Text
--------------------------------------- */

a:link    { color: #666; text-decoration: none;}
a:visited { color: #666; text-decoration: none;}
a:active  { color: #666; text-decoration: none;}
a:hover   { color: #f69; text-decoration: none;}



/*--------------------------------------- 
		Top Text
--------------------------------------- */

h1 {
	color:#eee; 
	font-size:1.6em; 
	font-weight:bold;
	letter-spacing:0.3em;
	padding-bottom:12px;
	text-align:right;
	background:url(images/notice.gif) no-repeat left bottom;
}

h2 {
	color:#eee; 
	font-size:1.6em; 
	font-weight:bold;
	letter-spacing:0.3em;
	padding-bottom:12px;
	background: url(images/rainbowline.gif) left bottom repeat-x;
}

/*--------------------------------------- 
				Box
--------------------------------------- */

div {
	margin: 0;
	padding: 0;
	position: static;
}

div#main {
	width: 100%;
	margin: 0 auto;
	font-size:100%;
	text-align: left;
	background:  url(images/bg_body.gif) #fff;	
}
   
div#top {
 width:1000px; 
 height:59px; 
  z-index:2; 
 background:  url(images/main_01.gif); 
 }
 
div#menu {
  width:1000px; 
  background:  url(images/bg_body.gif) #fff;	
  }
  
div#top2 {
	width:1000px;
	 height:67px; 
	background:  url(images/main_10.gif);
  }
div#where {
position:absolute; 
left:86px; 
top:157px; 
width:80px; 
height:18px; 
z-index:1;
  }
  
div#submenu {
  width:1000px; 
  background:  url(images/bg_body.gif) #fff;	
  }
  
div#line {
	width:1000px;
	background:  url(images/main_18.gif);
	height:12px; 
  }

div#entry {
	width:1000px;
	background:  url(images/main_19.gif);
  }
  
 div#entry2 {
	width:900px;
	text-align: left;
  }
div#blah {
position:absolute; 
left:340px; 
top:185px; 
width:610px; 
height:18px; 
z-index:2;
  }    
div#copy {
  width:1000px; 
  height:100px; 
  background:  url(images/main_20.gif);
  text-align: left;	
  }
  
/*--------------------------------------- 
				main *notice
--------------------------------------- */  
  div#scroll {
    width:450px; 
	height:200px; 
	overflow: auto;
}

  div#pick {
    width:255px; 
	height:200px; 
	overflow: auto;

}
/*--------------------------------------- 
				text
--------------------------------------- */
p,
pre,
cite {
	margin: 0.5em 0;
}

pre {
	margin:0.5em 0;
	font-size:90%;
	width: 90%;
	overflow: auto;
	color: #E2D5CA;
	background-color: #000;
	border: 1px solid #E2D5CA;
	padding: 0.5em;
	font-family:dotum;
}

code {
	color: #E2D5CA;
	font-family:dotum;
	border-bottom: 1px dotted #AFA399;
}

blockquote {
	display: block;
	border-left: 5px solid #78CCD2;
	margin: 0.5em 0.8em;
	padding-left:0.7em;
}

cite {
	display: block;
	font-style: normal;
	text-align: right;
}

strong {
	font-weight: bold;
}

em {
	font-style: normal;
	font-weight: bold;
	border-bottom:1px dashed #78CCD2;
}

del {
	color: #AFA399;
	text-decoration: line-through;
}

ins {
	color: #AFA399;
}

hr {
	display: none;
}

br {
	letter-spacing: 0;
}

/*--------------------------------------
	  Image
---------------------------------------*/

img {
	border:none;
}

/*--------------------------------------
	  List
---------------------------------------*/

dl, dt, dd, ul, ol {
	margin: 0;
	padding: 0;
}

ul,ol,dl {
	margin: 0.7em 0;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0.2em 1.5em;
}

dl dt {
	color:#ef3465;
}

dl dd {
	margin-left:1em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.7em;
	border-left: 3px solid #b5ecfe;
}

ul {
	margin-left:2em;
}

ol {
	margin-left: 2.5em;
} 
/*--------------------------------------
	  Table
---------------------------------------*/
/*
¸ÞÀÎ °øÁö
*/
table.onstyle {
}

table.onstyle td,
table.onstyle th {
}

table.onstyle th {
	font: 0.7em dotum;
	border:0px solid #fff;
	text-align: left;
	vertical-align: top;
}

table.onstyle td {
	color:#E2D5CA;
}
/*--------------------------------------- 
				footer
--------------------------------------- */
h4 {
	font: 1.0em Verdana;
	color: #666666;
	text-align:right;
	padding-right: 0.4em;
}
h5 {
	font: 0.8em Verdana;
	color: #666666;
	text-align:right;
}
