@charset "utf-8";
* {padding:0; margin:0; border:0px;}

/* 탑메뉴 시작 */
#top{
	width:100%;
	height:150px;
	background-image:url(image/menu/menu_BG.gif);
}
.menustyle{
	width:910px;
	height:120px;
	margin:0 auto;
}
.menu1{
	margin-top:59px;
	margin-left:3px;
	float:left;
	display:inline;
}
.menu2{
	margin-top:59px;
	float:left;
	display:inline;
}
.menu3{
	margin-top:59px;
	float:left;
	display:inline;
}
.menu4{
	margin-top:59px;
	float:left;
	display:inline;
}
.menu5{
	margin-top:59px;
	float:left;
	display:inline;
}
.menu6{
	margin-top:59px;
	float:left;
	display:inline;
}
.menu7{
	margin-top:59px;
	float:left;
	display:inline;
}
.menuline{
	margin-top:54px;
	margin-left:27px;
	margin-right:28px;
	float:left;
	display:inline;
	width:23px;
	height:22px;
	background-image:url(image/menu/menu_text_line.png);
	background-repeat:no-repeat;
}
.loginstyle{
	width:100%;
	height:30px;
	background-color:#FFCC00;
	margin:0 auto;
}
.loginbox{
	margin:0 auto;
	padding-top:5px;
	width:500px;
}
/* 탑메뉴 종료 */

/* 컨텐츠 시작 */
#content{
	width:910px;
	overflow:auto;
	margin:50px auto 100px auto;
}
.main_content_box1{
	width:445px;
	height:100%;
	float:left;
	display:inline;
	padding-top:15px;
}
.main_content_box2{
	width:445px;
	height:100%;
	float:right;
	display:inline;
	padding-top:15px;
}
.main_content_box3{
	width:910px;
	height:100%;
	clear:both;
	padding-top:15px;
}
.story_content_box1{
	width:220px;
	float:left;
	display:inline;
}
.story_content_box2 ul li{
	float:left;
	display:inline;
	margin-left:30px;
	list-style:none;
}
.story_content_box2_style1{
}
.story_content_box2_style2{
	margin-top:15px;
	width:660px;
	font-family:"나눔고딕", "맑음고딕", "굴립";
	font-size:12px;
	line-height:16px;
	color:#999;
}
.story_content_box2_style3{
	margin-top:50px;
}

.system_content_box1{
	margin-top:50px;
	margin-bottom:5px;
	font-family:"나눔고딕", "맑음고딕", "굴립";
	font-size:16px;
	color:#666;
	font-weight:bold;
}
.system_content_box2{
	height:25px;
	margin-bottom: 20px;
	font-family:"나눔고딕", "맑음고딕", "굴립";
	font-size: 12px;
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.system_table_style1{
	background-color:#f2f2f2;
	height:25px;
}

/* 컨텐츠 시작 */

/* 푸터 시작 */
#footer{
	width: 100%;
	height: 100px;
	background-color: #111;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFCC00;
}
.footertext{
	margin-top:39px;
	text-align:center;
	font-size:12px;
	color:#666;
}
/* 푸터 종료 */
