@charset "utf-8";

/*Layout*/
html {overflow-x:hidden;}
body {background-color:#fff;}
#gnb_area{position: relative; height:95px; width:100%; background:url(/images/bg_top.gif) repeat-x; background-color:#fff; margin:0 auto; z-index:100; padding-bottom:10px;}
	.gnb{ position:relative; width:800px; height:95px; background:url(/images/img_top.gif) no-repeat; margin:0 auto;}
#wrapper{position:relative; width:800px; margin:0 auto;}
	#left_menu_area{position:relative; width:185px; float:left;}
		#left_menu_area	h2{width:185px; height:40px;}
		#left_menu_area	.menu_list{width:185px; background:url(/images/bg_menu.gif) no-repeat bottom; padding-bottom:15px;}
			#left_menu_area	.menu_list li{width:153px; height:20px; background:url(/images/bg_menu_tab.gif) no-repeat left 5px; padding:5px 0 0 20px; font-weight:bold; margin:0 0 0 12px; color:#339900;}
#left_menu_area	.menu_list li A:link,#left_menu_area .menu_list li a:visited,#left_menu_area .menu_list li a:active{COLOR: #666666; text-decoration: none;}
	#right_con_area{position:relative; width:595px; float:right; min-height:500px;}
*html #right_con_area{position:relative; width:595px; float:right; height:500px;}
#footer_area{width:800px; height:50px; padding-bottom:40px; margin:0 auto; margin-top:20px;clear:both;}
	#footer_area h1{width:135px; height:50px; float:left; padding-left:70px;}
	#footer_area ul { margin-top:20px;}
	#footer_area ul li{float:left; margin-right:7px; letter-spacing:-1px;}

