@charset "utf-8";
body{font-family:Helvetica;}

a {
	text-decoration:none;
	color:#333;}

#wrapper {
	background-color: none;
	width:57%;
	margin:0 auto;
	font-family:Helvetica;
}
#header {
	display:inline-block;
	border-bottom:1px solid #666;
	height:40px;
	font-size:11px;
	font-family:Helvetica;
	width:100%;
	padding-top:4px;}

#header-l img {
	padding-right: 26px;
	float:left;
	clear:left;
}
#header-l {
	float:left;
	width:80%;
	color:#666;
	}

#header-r{
	text-transform:uppercase;
	float:left;
	width:20%;
	text-align:right;
	font-size:14px;
	line-height:20px;}
	
#component{
	background-color:none;
	}
	
#footer {
	text-align:center;
	font-size:10px;
	border-top:1px solid #333;
	padding-top:20px;
	line-height:30px;
	font-size:11px;
	font-family:Helvetica;}
	
span.title1{font-weight:bold;font-size:13px;}

#component{
	line-height:18px;
	font-size:12px;
	font-family:Helvetica;
	text-align:justify;}
	
#footnote{
	font-size:10px;}

a.lang {
	color:#333;
	background:url("../images/arrow.jpg") no-repeat right center;
	padding:10px 30px 10px 10px;
	line-height:25px;}
	
a.lang:hover {
	color:#fff;
	background:url("../images/h-arrow.jpg") no-repeat right center #999;
	padding:10px 30px 10px 10px;}