body {
	font-family: 'Malgun Gothic', Gulim;
	font-size: 13px;
}
.title_lv1
{
	font-size: 220%;
	font-weight: bold;
}

.title_lv2
{
	font-size: 150%;
	font-weight: bold;
}

.title_lv3
{
	font-size: 120%;
	font-weight: bold;
}

div#container
{
	width: 100%;
	text-align: center;
}

div#wrap-inner
{
	margin: auto;
	position: relative;
	text-align: left;
	width: 1024px;
}

div#footer
{
	margin-top: 10px;
	width: 100%;
	height: 20px;
	text-align: right;
}

div#footer a { font-weight:bolder; }
div#footer a:link { color: blue; text-decoration: none; }
div#footer a:visited { color: blue; text-decoration: none; }
div#footer a:hover { background-color: blue; color: #ffffff; text-decoration: none; }