@charset "utf-8";
/* CSS Document */
html,
body {background-image:url(../images/bg.png);
	background-attachment:fixed;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;}
	
.textarea a {color:#009f5f;
	text-decoration:underline;
	font-weight:bold;}
	
.textarea a:hover {color:#66ccff;
	text-decoration:underline;}
	
.textarea a:visited {color:#CCCCCC;
	text-decoration:none;}

.wrapper {width:1040px;
	margin-right:auto;
	margin-left:auto;}
		
.header {background-image:url(../images/header.png);
	background-repeat:no-repeat;
	width:1040px;
	height:190px;}

.nav {background-image:url(../images/nav.png);
	background-repeat:no-repeat;
	width:1040px;
	height:60px;
	margin:0px;}

.menu {font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin:0px;
	font-size:14px;
	display:block;
	padding-left:60px;
	padding-right:40px;}

.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	height:50px;
	padding-top:25px;}
		
.footer a {color:#000;
	text-decoration:none;}
	
.footer a:hover {color:#000;
	text-decoration:underline;}
	
.menu li {list-style:none;
	float:left;}
	
.menu li .ety {width:74px;
	height:30px;
	padding-top:16px;
	padding-left:6px;}
	
.menu li .hun {width:97px;
	height:30px;
	padding-top:16px;
	padding-left:3px;}
	
.menu li .twe {width:114px;
	height:30px;
	padding-top:16px;
	padding-left:6px;}
	
.menu li .for {width:140px;
	height:30px;
	padding-top:16px;}
	
.menu li .six {width:154px;
	height:30px;
	padding-top:16px;
	padding-left:6px;}
	
.menu li a {color:#FFFFFF;
	text-decoration:none;
	display:block;}
	
.ety:hover {background-image:url(../images/roll_ety.png);
	width:80px;
	background-repeat:no-repeat;}
	
.hun:hover {background-image:url(../images/roll_hun.png);
	width:100px;
	background-repeat:no-repeat;}
	
.twe:hover {background-image:url(../images/roll_twe.png);
	width:120px;
	background-repeat:no-repeat;}
	
.for:hover {background-image:url(../images/roll_for.png);
	width:140px;
	background-repeat:no-repeat;}
	
.six:hover {background-image:url(../images/roll_six.png);
	width:160px;
	background-repeat:no-repeat;}
	
.contents {clear:both;
	background-image:url(../images/contents.png);
	width:1040px;
	margin-bottom:0px;
	overflow:hidden;}
	
.textarea {
	width:600px;
	padding-left:60px;
	padding-top:30px;
	float:left;
	text-align:left;
	margin-right:18px;}
	
.textarea img {padding-right:10px;}
	
.sidebar {
	width:340px;
	background-image:url(../images/sidebar.png);
	float:left;
	font-size:11px;}
	
.sidebar_txt {
	width:300px;
	background-image:url(../images/sidebar.png);
	float:left;
	font-size:12px;
	text-align:left; 
	padding-left:20px; 
	padding-top:35px;}
	
.sidebar_txt a {color:#5e584b;
	text-decoration:none;
	line-height:20px;}	
	
.sidebar_txt a:hover {color:#756e5f;
	text-decoration:underline;}
	
.spacer {clear:both;
	background-image:url(../images/spacer.png);
	background-repeat:no-repeat;
	width:1040px;
	height:30px;}

.title_1 {color:#42828d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;}
	
.title_2 {color:#009f5f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;}
	
.title_3 {color:#9b9384;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;}
	
strong {border-bottom:1px solid #ccc; width:300px; display:block; padding:5px;}
