@charset "utf-8";
/* CSS Document */
body {
	font-size:12px;
	font-family: "굴림", "돋움",Seoul, "한강체";
	background-color:#ffffff;
	line-height:1.6em;
	color:black;
	text-align:center;
}

#wrapper{
	width:1024px;
	margin: 0 auto;
	text-align:left;
}

img { border:0px; }


a:link { color: black; text-decoration:none; }
a:visited { color: black; text-decoration:none; }
a:active { color: black; text-decoration:none; }
a:hover { color: blue; text-decoration:none; }

/*
a:link, a:visited {
	display:block;
	width:210px;
	height:30px;
	line-height:30px;
	color:#666666;
	text-decoration:none;
	background:#94b8e9 url(../img/pixy-rollover.gif) no-repeat left top;
	text-indent: 50px;
}
a:hover {
	background-position:right top;
	color:#000000;
}

A.roll img { display:inline; border:0;}

A.roll img.over { display:none; }

A.roll:hover { border:0; }

A.roll:hover img { display:none; }

A.roll:hover img.over { display:inline; }
*/
.textarea {background-color:transparent; border:0; overflow-x:hidden; overflow-y:auto; padding-top:1; padding-right:5; padding-bottom:5; padding-left:5;}

.clear {
  clear: both;
}
/* sidebar 공통 */
.sidebar {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	width: 224px;
	line-height:1.5em;
	float: left;
}

.sidebar #line{
	background:url(../img/sidebar_line_bg.gif) repeat-x;
	width:auto;
	height:10px;
}

.sidebar #sero{
	background:url(../img/sidebar_line_bg.gif) repeat-y right;
	width:auto;
}

.sidebar #sero2{
	background:url(../img/sidebar_line_bg.gif) repeat-y left;
	padding-left:14px;
}

.sidebar #sero3{
	background:url(../img/sidebar_line_bg.gif) repeat-y right;
}

/* contents */
.contents {
	font-size:12px;
	font-family: "굴림", "돋움",Seoul, "한강체";
	width: 760px;
	text-align:left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-style: none;
}

.contents #garo{
	background:url(../img/sidebar_line_bg.gif) repeat-x;
	width:auto;
	height:10px;
}

.contents #cont_1{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	color: #04446c;
	background: #eef7ff;
}
.contents #cont_2{
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 25px;
	margin-right: 25px;
	color: #ff009c;
}
.contents #cont_3{
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 30px;
	margin-right: 30px;
	color: #ff9c00;
}
.contents #cont{
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 35px;
	margin-right: 10px;
}

/* IE 6.0 버그를 위한 핵 */
* html .sidebar {
	display: inline;
}
/* footer */
.footer {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	clear: left;
}
