@charset "utf-8";

/************************************************************************
 * file name   : common.css
 * summary     : basic define, common style
 * date        : 2009.06.24
************************************************************************/
/*error*/
.error{color: red;font-weight: bold;}

/* basic */
html {height:100%;}
body {height:100%; margin:0px; padding:0px; background:#F8F8F2; font-size:small; text-align:center;}
th, td, div, p, span, ol, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, fieldset, input, label, textarea, blockquote, pre {margin:0px; padding:0px;}
table, th, td, div, p, span, ol, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, a, textarea, input, select {font-family:dotum, 돋움, arial, verdana, sans-serif; line-height:17px;}
table {border-collapse:collapse; empty-cells:show; border-spacing:0;}
table caption {display:none;}
ul, ol {list-style:none;}
p {clear:both}
img {margin:0; padding:0; border:0;}
hr {display:none; clear:both;}
address, caption, cite, code, dfn, em, var {font-style:normal; font-weight:normal;}
fieldset, abbr, acronym {border:0;}
legend {display:none;}
/* body, *{font-size:small;}*/
/* basic end */

/* link */
a:link {color:#666; text-decoration:none;}
a:visited {color:#666; text-decoration:none;}
a:hover {color:#666; text-decoration:underline;}
a:active {color:#666; text-decoration:none;}
/* link end */

/* Form */
textarea {font-family:dotum, 돋움, arial, verdana, sans-serif; border:solid 1px #ccc;}
input {height:auto; font-family:dotum, 돋움, arial, verdana, sans-serif; border:0px; vertical-align:middle;}
select {font-family:dotum, 돋움, arial, verdana, sans-serif; font-size:small; vertical-align: middle;}
/*
select {behavior:url('selectbox.htc');}
/* Form end */

/* h */
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
/* h end */

/* scroll */
body, div, textarea {
scrollbar-face-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #CCCCCC;
scrollbar-darkshadow-color: #CCCCCC;
scrollbar-track-color:#ffffff;
scrollbar-arrow-color: #CCCCCC;}
/* scroll end */

/* float hack */
.clfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;} 
.clfix {display:inline-block;}
/* ie Holly Hack \*/ 
*html .clfix {height:1%;} 
.clfix {display:block;}
/* ie Holly Hack end */
/* float hack end */

/* transparent png */
.png24 {tmp:expression(setPng24(this));}
/* transparent png end */

/* ie 6.0 blink del */
*html {filter:expression(document.execCommand('BackgroundImageCache', false, true));} 
/* ie 6.0 blink del end */











































