@charset "utf-8";

/*==================================================
*	01. Base Layout
*	02. Primary Contents
*	03. Top Page Contents
*	04. Page Contents
*	05. Footer Area
*	06. Fair
==================================================*/


/*==================================================
	01. Base Layout
==================================================*/
html{
overflow-y:scroll;
scrollbar-arrow-color:#726c2b;
scrollbar-3dlight-color:#EEE;
scrollbar-darkshadow-color:#CCC;
scrollbar-face-color:#ded9b8;
scrollbar-highlight-color:#EEE;
scrollbar-shadow-color:#CCC;
scrollbar-track-color:#EEE;
}

#layout{
font-size:81.25%;
margin:0 auto;
padding-bottom:20px;
width:100%;
background:none;
}

#wrapperInner{
margin:0 auto;
width:100%;
}

#header{
height:auto;
width:100%;
position:static;
}

#contents{
overflow:visible;
}

#footer{
margin-top:45px;
background:none;
padding:10px;
border-left:none;
border-right:none;
border-bottom:none;
}


/*==================================================
	02. Top Page Contents
==================================================*/
body#top{
background:none;
}

body#top #wrapper{
width:100%;
background:none;
}


/*==================================================
	03. Page Contents
==================================================*/
body{
background:none;
}

#wrapper{
width:100%;
background:none;
}

#contents{
background:none;
}

#main{
float:left;
width:625px;
margin-top:0;
}

#sub{
display:none;
}

body#fair #main .scheduleArea{
border:1px solid #DED9B8;
height:auto;
overflow:visible;
}

/*==================================================
	04. Header Area
==================================================*/
#header img{
display:block;
}

#header h1#ci{
position:static;
padding-bottom:10px;
}

#header p#ci{
position:static;
padding-bottom:10px;
}

#header ul#utilityNav{
display:none;
}

#header p#inquiry{
display:none;
}

#header ul#globalNav{
display:none;
}


/*==================================================
	05. Footer Area
==================================================*/
#footer img{
display:block;
}

#footer ul#footerNav01{
display:none;
}

#footer ul#footerNav02{
display:none;
}

p#copyright{
font-family:Arial, Helvetica, sans-serif;
color:#726c2b;
text-align:right;
margin-top:5px;
font-size:81.25%;
}


/*==================================================
	06. Fair
==================================================*/
body#fair #main{
width:100%;
}

body#fair #main .scheduleArea dl dt{
width:25%;
}

body#fair #main .scheduleArea dl dd{
width:69%;
}

body#fair #main .calendarArea,
body#fair #main h1 span img{
display:none;
}
