/*

Common
Header
Body
Contents
Menu
Footer

------------------*/


/*Common
------------------*/

* {
	margin:0px;
	padding:0px;
}

body {
	background:url(../img/common/back_x.png) repeat-x top left;
	margin:0px auto 0px auto;
	padding:0;
	background-color:#FFF;
	font-size:65%;
	color:#333;
}
#wrapper {
	width:815px;
	margin:0px auto;
}

img,table{
	border:none;
}
h1,h2,h3,h4,h5{
	color:#454545;
	clear:both;
}

em {
	font-style:normal;
	color:#CC3300;
}

.left {
	float:left;
	margin:0px 5px 5px 0px;
}
.right {
	float:right;
	margin:0px 0px 5px 5px;
}
.clear {
	clear:both;
}
.textright {
	text-align:right;
}
a.blank{ }
/*
	background-image: url(../img/common/window.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin: 0 2px 0 0;
	padding: 0 10px 0 0;	
}
*/
.pagetop{ 
	text-align:right; 
	clear:both; 
	font-size:1.2em; 
	margin:0.5em;
}
.pagetop a{	color:#666;}
.pagetop a:hover{ color:#0000FF;}

/*Header
------------------------------------------------------*/
#header{
	font-size:10px;
	height:110px;
	background:url(../img/common/back.png) no-repeat top left;
}

#header h1,#header p {
	float:left;
	margin:35px 0px 15px 0px;
	padding-left:8px;
	height:25px;
	line-height:1;
}
#header ul{
}
#header ul li{
	list-style:none;
}
#header a{
	text-decoration:none;
}

#sub{
	text-align:right;
	float:right;
}
#sub ul li{
	background:url(../img/common/li_square.png) no-repeat left;
	margin:15px 0px 10px 15px;
	padding-left:10px;
	float:left;
}
#sub ul li a{
	color:#FFF;
}
#sub #search {
	clear:both;
}

#navi{
	clear:both;
	margin-bottom:10px;
	line-height:1.5em;
	border:0px;
}

#navi ul{
	background-image:none ;
	padding:3px 0px;
	margin:0px;
	text-align:right;
}

#navi ul li{
	border-left:solid 1px #666;
	padding:0px 12px;
	display:inline;
}
#navi ul li.home{
	border:none;
}
#navi ul li a{
	color:#454545;
}
#navi ul li a:hover,#sub a:hover{
	color:#0000FF;
}




/*Body
------------------------------------------------------*/
#body {
	background:url(../img/common/menuBack.png) repeat-y;
	display:table;
	line-height:1.5em;
	width:815px;
}
#bodyLast {
	background:url(../img/common/menuLast.png) no-repeat;
}
#bodyLast .pagetop{ 
	text-align:right; 
	clear:both; 
	font-size:1.2em; 
	margin:0em;
}	

/*Contents
layout
------------------------------------------------------*/
/*Menu
------------------------------------------------------*/
#menu{
	color:#666;
	float:left;
	width:180px;
	padding-bottom:10px;
	margin-right:15px;
	background:url(../img/common/menu.png) no-repeat top left;
}
#menu h2{
	height:5px;
	font-size:0px;
	overflow:hidden;
	display:none;
}
#menu h3{
	background:url(../img/common/menuh3.png) no-repeat 7px center;
padding:10px 10px 10px 20px;
margin:0px 7px 0 2px;
font-size:1.2em;
border-bottom:1px #DDD dotted;
}
#menu ul{
	font-size:1.2em;
	list-style:none;
	padding-bottom:20px;
	margin:10px 5px 0px 0px;
border-bottom:1px #DDD solid;
}
#menu ul li{
	background:url(../img/common/li_arrow.png) no-repeat 0px 0.3em;
	padding-left:10px;
	margin-bottom:0.75em;
	margin-left:15px;
	margin-right:5px;
}
#menu ul li ul{
	background:none;
	font-size:1em;
	padding:0px;
	margin:0px;
	border-bottom:0px;
}
#menu ul li ul li{
	margin:0.5em 0px;
}
#menu ul li ul li.korean a{
	border-bottom:solid 1px #666;
	background:url(../img/top/korean.png) no-repeat 0 0;
}
#menu ul li ul li.korean a:hover{
	border-bottom:solid 1px #0000ff;	
}
#menu ul li ul li.korean a:hover img {
	filter: Alpha(opacity=0); 
    -moz-opacity:0;
    opacity:0;
	background:url(../img/top/korean.png) no-repeat 0 0;
}


#menu a{
	color:#666;
}
#menu a:hover{
	color:#0000FF;
}


#menu p{
	margin:15px;
	line-height:1.25em;
}

#footer {
	font-size:1.2em;
	clear:both;
	padding:10px 15px 0px 15px;
	margin:0 0 30px 0;
	background:url(../img/common/footerBack.png) no-repeat bottom left;
	line-height:1.25em;
	height:100px;
}
#footer p{
	margin-top:10px;
}
#footer .copy{
	float:right;
	margin-top:2em;
	display:none;
}



/*#navi
------------------------------------------------------*/

#navi:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#navi{
	display: inline-table;
	min-height: 1%;
}

/*Hides from lE-mac*/

*html #navi{
	height: 1%;
}

#navi{
	display: block;
}

/*End hide from IE-mac */

