@charset "UTF-8";
* {
	padding: 0px;
	font-family: Helvetica;
}

body {
	background-color: #fff;
	background-image: url('../images/background_component.jpg');
	background-repeat: repeat-x;
	color: #000;
	font-family: Helvetica, 굴림;
	font-size: 10pt;
	width: 900px;
	height: 600px;
	margin: 0 auto;
	margin-top: 100px;
}

a {
	text-decoration: none;
	color: #0077FF;
	font-weight: bold;
}

a img {
	border: none;
}

#header a, #footer a {
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}

input[type=text], input[type=password], textarea, select {
	border-color: #A6A6A6 #D8D8D8 #D8D8D8 #A6A6A6;
	border-width: 1px;
	border-style: solid;
}

input[type=text]:hover, input[type=password]:hover, textarea:hover, select:hover,
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
	background-color: #eee;
}

input[type=button]:hover, input[type=submit] {
	cursor: pointer;
}

.bad_input {
	background: #f778a1;
}

label:hover {
	text-decoration: underline;
	cursor: pointer;
}

input[type=checkbox]:hover {
	cursor: pointer;
}

p, ol {
	line-height: 1.4em;
}

ol {
	margin-left: 25px;
}


*:first-child+html ol {
	margin-top: -10px;
}

h1 {
	font-size: 12pt;
	border-bottom: 1px solid #f00;
}

#header {
	padding: 5px 10px;
	height: 20px;
	background-color: #000;
	background-image: url('../images/hf_30_2.png');
	background-repeat: repeat-x;
	color: #fff;
	text-align: right;
}

#header a {
	color: #fff;
}

#logo {
	padding: 5px;
	height: 80px;
	font-size: 15pt;
	font-weight: bolder;
}

#logo #mcd {
	margin: 10px 0;
	position: absolute;
}

#logo #menu {
	width: 100%;
	text-align: right;
	padding-top: 45px;
}

#logo ul {
	margin-top: auto;
	margin-bottom: auto;
	list-style: none;
}

#logo li {
	float: right;
	margin-left: 15px;
	border-bottom: 5px solid #777;
}

#logo a {
	color: #000;
	text-decoration: none;
}

#logo li:hover, #logo li.active {
	border-bottom: 5px solid #f00;
}

#body {
	padding: 0;
	padding-top: 10px;
	height: 450px;
	overflow: auto;
}

#footer {
	padding: 5px 10px;
	height: 20px;
	background-color: #000;
	background-image: url('../images/hf_30_2.png');
	background-repeat: repeat-x;
	color: #fff;
	text-align: right;
}

#footer a {
	color: #0af;
}