@charset "utf-8";
/* default set */
@import url(base.css);
@import url(layout.css);


/*layout */
#accessibility-menu {
	display:none;
}
html, body { 
	height:100%; 
	margin:0; 
	padding:0; 
	background:url(/image/bg_main.gif) repeat-x;
} 
#wrapper,
#header,
#wrapper-main,
#contents-main,
#footer-main{margin:0; padding:0; }
#wrapper{width:845px;height:100%;margin:0 auto;text-align:left;}

/*header*/
#header{height:86px;width:845px;background:url(/image/bg_menu.gif) repeat-x;}
#logo {float:left;}
#top-menu {float:right;}
#top-menu li{float:left;}


/*main-contents*/
#wrapper-main,#contents-main {height:606px;}
#contents-main div.EasyKeyTec-Img{margin:0px; padding:0px; width:845px;height:459px; background:url(/image/image_main.gif) no-repeat;}
#board-list     {background:url(/image/bg.gif) no-repeat;width:845px; height:147px;}
#board-list   h2{margin-top:10px;}
#board-list   ul{margin:0px;padding:8px;line-height:14pt;}
#board-list   li{background:url(/image/icon_site.gif) no-repeat left center; padding-left:8px;}
#notice-board   {float:right;padding-right:20px;}
#news-board		{float:left;padding-left:20px;}


/*footer*/
#footer-main {background:url(/image/addr_bg.gif) repeat #ffffff; width:100%; height:34px;} 
#addr img {padding:5px 0 5px 10px; }
#banner {float:right;} 
#banner ul{margin:0; padding:5px 70px 5px 0; } 
#banner li{float:left; padding-left:5px;}

.clear {clear: both;}
.hide  {display:none;}
/* // layout */



