
body { color: #000; font-family: "굴림", Verdana, Geneva, sans-serif; font-size: 12px; line-height: 1.5em; margin: 0; }
img { border: 0; }
ol, li, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
dl, dd, dt {
	margin: 0;
	padding: 0;
	list-style: none;
}
form { margin: 0; }
hr { border:1px #eee solid; width:100%; margin: 5px 0px 5px 0px; height:1px;}

h1 { margin: 3px 0 3px 0; padding: 0; font-size: 18px; font-weight: bold; }
h2 { margin: 3px 0 3px 0; padding: 0; font-size: 16px; font-weight: bold; }
h3 { margin: 3px 0 3px 0; padding: 0; font-size: 15px; font-weight: bold; }
h4 { margin: 3px 0 3px 0; padding: 0; font-size: 14px; font-weight: bold; }
h5 { margin: 3px 0 3px 0; padding: 0; font-size: 13px; font-weight: bold; }
h6 { margin: 3px 0 3px 0; padding: 0; font-size: 12px; font-weight: bold; }

A:link    {color:#333333;text-decoration:none;}
A:visited {color:#333333;text-decoration:none;}
A:active  {color:#333333;text-decoration:none;}
A:hover  {color:#333333;text-decoration:underline}

#wrapper {
	background-image: url(/images/top_bg.gif);
	background-repeat:repeat-x;
}

#header {
	height: 120px;
	width: 100%;
	margin: 0 auto;
	
}
#header_logo {
	height: 60px;
	width: 120px;
	margin: 20px 5px 5px 5px;
	position: absolute;
}
#header_contents {
	position: absolute;
	height: 50px;
	width: 600px;
	margin: 10px 0 0 200px;
}

#header_menu {
	position: absolute;
	height: 30px;
	width: 600px;
	margin: 65px 0 0 400px;
	text-align: right;
}
	#header_menu a { color: #000; text-decoration: none; }
	#header_menu a:hover { color: #888; text-decoration: none; }

#header_sub_menu {
	position: absolute;

	height: 20px;
	width: 150px;
	margin: 10px 0 0 850px;
}


#container {
	width: 100%;
	height: 100%;
	background-image: url(/images/top_1.jpg);
	background-repeat:no-repeat;
}
#container_wrap {
	width: 1160px;
}
#container_left {
	width: 150px;
	float: left;
	background-image: url(/images/left_bg.gif);
	background-repeat:no-repeat;
	margin-bottom: 4px;
}
	#container_left a { color: #a35; text-decoration: none; }
	#container_left a:hover { color: #a3f; text-decoration: none; }

#container_center {
	width: 850px;
	float: left;
	margin: 0 0 0 0px;
	padding: 0 10px 0 10px;

}

.main_article_list { float: left; margin:0 10px 10px 0; width: 230px; height: 120px; border: 1px solid #f2d; padding: 0 10px 0 10px; text-align:left;}
	.main_article_list h3 { margin: 3px 0 3px 0; padding: 0; font-size: 12px; font-weight: bold; }
	.main_article_list li { clear:both; }
	.main_article_list a { color: #000; text-decoration: none; }
	.main_article_list a:hover { color: #888; text-decoration: none; }
	.main_article_list_subject {float: left; width:160px; text-align:left;}
	.main_article_list_date {float: right; width:70px; text-align:right;}

.main_gallery_list { clear: both; margin:0 0 0 0; width: 778px; height: 126px; border: 1px solid #9e2; padding: 0 10px 0 10px; text-align:left;}
	.main_gallery_list h3 { margin: 3px 0 3px 0; padding: 0; font-size: 12px; font-weight: bold; }
	.main_gallery_list li { width:120px; height:120px;overflow:hidden;float:left;margin:0 10px 0 0;text-align:center; }
	.main_gallery_list li img{ display:block; margin:0 0 6px 0; }
	.main_gallery_list a { color: #000; text-decoration: none; }
	.main_gallery_list a:hover { color: #888; text-decoration: none; }

#container_right {
	width: 120px;
	position: relative;
	float: left;
	margin: 0 0 0 0px;
	padding: 0 10px 0 10px;

}

#footer {
	margin-top: 10px;
	padding: 4px 0px 20px 150px;
	position: relative;
	clear: both;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	border-top: 1px solid #e2e2e2;
}

.am_counter { margin: 10px 10px 10px 10px; width: 118px; padding: 5px 5px 5px 5px; border:1px dashed #f0a; background-color:#fff; }
	.am_counter dl { border-top:1px solid #ccc; padding:2px 0 2px 0; }
	.am_counter dd { list-style:none; display:inline; }

#l_menu
{
font-size:12px;
color:#000;
list-style: none;
padding: 0;
margin: 0 10px 0 10px;
border-top: 1px solid #39322D;
}
#l_menu li a
{
color:#000;
text-decoration: none;
background-image: url(/images/star.png);
background-repeat: no-repeat;
background-position: 5px center;
padding: 4px 0 4px 20px;
letter-spacing: 0.1em;
border-bottom: 1px solid #39322D;
display: block;
}
#l_menu li a:hover
{
background-color: #39322D;
color: #88B4DB;
}
