@charset "utf-8";

/* =================================================================================
* INFORMATION
* -----------------------------------------------------------------------
* @Author : KAFKA
* @File Name :  Common.css
* @Description : Style Sheet
* @Version : 1.0
* @Create Date : 2012.02.18
* @Update Date : N/A
* @History : N/A
* ================================================================================= */


/* ====================== */
/* Default   */
/* ====================== */

hr { display: none;}
ul, ol { list-style: none;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, 
td, legend { margin : 0; padding : 0; word-break:break-all;}

body, * {  color: #525252; font-family:gulim, Verdana, sans-serif;}

html, body { height:100%; font-size: 12px;}

img {vertical-align:middle;}

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a { text-decoration:none;}
a:hover { text-decoration:none;}
a img { border: none; }

address, caption, cite, code, dfn, em, th, var { font-style:normal;  font-weight:normal;}
strong { font-style:normal;}


/* ====================== */
/* Form   */
/* ====================== */
input[type="text"],
input[type="password"] {
	background-color:#F1F1F1;font-family:±¼¸²,gulim,inherit;font-size:1.05em;border-style:solid; border-width:1px;border-color:#d6d6d6;height:20px;
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus {
  outline:0 none; /*safari, chrome;*/
}

input[type="checkbox"],
input[type="radio"]
{
  width:14px; height:14px;
  margin:0; margin-right:3px;
  padding:0;
  cursor:hand;
  vertical-align:middle;
}

textarea { border:1px solid #d6d6d6; padding:5px; line-height:16px; font-size:12px; overflow-y:auto; overflow-x:hidden; outline:0 none; /*safari, chrome;*/}
select { font-size:12px;}
label { margin:0;}



/* ====================== */
/* Basic Layout   */
/* ====================== */

#wrap {margin:0 auto;width:100%;}
#top {position:relative;width:100%;min-width:1004px;height:50px;background-color:#000000;text-align:center;}
#top .logo {display:inline-block;width:1004px;height:50px;background-image:url(../images/logo.gif);background-repeat:no-repeat;}

#sky {position:relative;width:100%;height:632px;background-image:url(../images/intro_bg.gif);text-align:center;}
#sky .mainFL {display:inline-block;width:100%;min-width:1004px;height:632px;background-image:url(../images/background_bg.jpg);background-repeat:no-repeat;background-position:center;}

/* Foot */

#foot {margin-top:50px;width:100%; height:80;text-align:center; background-image:url(/2010_flash/images/foot_bg.gif);vertical-align:middle;}
#foot table {margin:0 auto;width:1004px;text-align:center;}