:link,:visited {  
	text-decoration:none;
}
a.link:visited {color: #0066CC;} 
a.link:link {color: #0066CC;} 
a.link:hover {color: #0066CC;}

html,body,div,ul,ol,li,dl,dt,dd,form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,th,td {
	margin:0;
	padding:0;
	text-align:left;
	font:12px/14px tahoma;	
}
h1{
	width:220px;
	line-height:21px;
	font-size:12px;
	font-weight:bold;
	letter-spacing:-1px;
	text-align:center;
}
h2,h3,h4,h5,h6 {
	font-weight:normal;
}
table {
	border-spacing:0;
}
fieldset,img,abbr,acronym {
	border:0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
/* font-style:normal; */
/* font-weight:normal; */
}
ol,ul {
	list-style: url(../images/menu_arrow.gif);
	list-style-type: disc;
	list-style-position: inside;

}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
a {
	margin:0;
	padding:0;
	text-decoration:underline;
	outline:none;
	color:#333;
}

hr {
	border:0;
	height:1px;
	background-color:#000;
	color:#000;
}
img,a img,:link img,:visited img {
	border:none;
}
address {
	font-style:normal;
}
div{
	text-align:left;
}
.left{
	float:left;
}
.right{
	float:right;
}
/* Layout ----------------------------------------------------------------- */
body {
	padding-top:10px;
	text-align: center;
	background: #fff;
	color:#333;
}
#size {
	margin:0px auto;
	width:800px;
	height:auto;
	background:#DAE9D5;
	border-top:solid 1px #333;
	border-left:solid 1px #333;
	border-right:solid 1px #333;
}
* html #size{
	width:802px;
}
#header{
	width:800px;
	height:42px;
	border-bottom:solid 1px #000;
	background:#FFF;
}
#language{
	margin:0;
	padding:0;
	width:800px;
	height:21px;
}
#language a{
	margin:6px 10px 0 0;
	display:block;
	line-height:15px;
	width:82px;
	height:15px;
	color:#fff;
	background:#4C4C4C;
	text-align:center;
}
#header-title{
	margin:0;
	padding:0;
	width:800px;
	height:21px;
}
#navi{
 	width:218px;
	height:auto;
	background:#FFF;
	overflow:hidden;
}
* html #navi{
	width:219px;
}
#main{
	width:580px;
	padding-left:2px;
	min-height:580px;
	background:#FFF;
	overflow:hidden;
}
#footer{
	height:24px;
	padding-right:10px;
	line-height:24px;
	background:#016531;
	color:#fff;
	font-size:12px;
	text-align:right;
}
span.header-navi{
	display:block;
	margin-right:10px;
	padding:0;
}
span.header-navi a{
	margin:0 6px;
	font-size:10px;
	line-height:21px;
	text-align:center;
}	
#navi img#logo{
	display:block;
	margin:0;
	padding:0;
}
#navi h2{
	width:100%;
	text-indent:20px;
	height:24px;
	line-height:24px;
	font-size:16px;
	background:#016531;
	color:#fff;
}

.menu{
	margin-top:2px;
	height:400px;
	background:#DAE9D5;
}
#navi ul{
	margin:14px 0 0 10px;
}
#navi ul li{
	margin:16px 0;
	height:12px;
	padding:0 0 0 10px;
}
#navi ul li#sepa{
	margin:30px 0 0 0;
	height:12px;
	padding:0 0 0 10px;
}
#navi ul li a{
	padding:0;
	margin:0;
	font-size:12px;
	line-height:14px;
	color:#004B1E;
}
#navi a:hover{
	color:#80C41C;
}
#main h2.title{
	margin:2px 0 0px 0;
	width:580px;
	height:24px;
	line-height:24px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-indent:10px;
	background:url(../images/main_title.gif) no-repeat;
}
#main h2.sub-title{
	margin:0 0 20px 0;
	padding:0;
	width:580px;
	height:24px;
	line-height:24px;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	text-indent:10px;
	background:url(../images/sub_title.gif) no-repeat;
}
#news{
	height:430px;
}
#news dl{
       padding:30px;
}
#news dt{
      margin-top:10px;
}
#news dd{
      margin-left:10px;
}