@charset "UTF-8";
/* CSS Document */
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
	line-height:16px;
	}
	
/*Reset some stuff*/
h1, h2, h3,p,div,ul,li {
	margin:0px;
	padding:0px;
	}

h1 {
	font-size:13px;
	margin: 0 0 20px 0;
	}
h2, h2, h3, h4 {
	font-size:11px}
p {
	margin: 0 0 20px 0;
   }
.antifloat {
	clear:both;
	}
a {
	color:#000;
	text-decoration:none;
	}
a:hover {
	color:#000;
	text-decoration:underline;
	}
sup {
	font-size: 8px;
}
#container {
	width:924px;
	margin: 0 auto 0 auto;
	}
#header {
	position:relative;
	height:98px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	}
#header_fr {
	position:relative;
	height:98px;
	background-image:url(images/header_fr.png);
	background-repeat:no-repeat;
	}
#header_it {
	position:relative;
	height:98px;
	background-image:url(images/header_it.png);
	background-repeat:no-repeat;
	}
#title {
	position:absolute;
	right:20px;
	top:70px;
	color:white;
	font-size:16px;
	font-weight:bold;
	}
#navigation {
	position:relative;
	background-color:#c9c9c9;
	height:18px;
	line-height:18px;
	}
#menu {
	margin: 0 0 0 20px;
	float:left;
	}
#menu a {
	font-weight:bold;
	}
#metanavi {
	margin: 0 20px 0 0;
	float:right;
	}
#content {
	padding:30px;
	}
#content_left {
	float:left;
	width:550px;
	}
#content_right{
	margin-left:550px;
	text-align:center;
	width:340px;
	} 
#content_right a{
	padding-top:20px;
	font-weight:bold;
	font-size:12px;
	} 
#footer {
	background:url(images/footer.png) no-repeat;
	height:40px;
	}
.red {
	color: #FF0000;
}

#content a {
	color: #0000aa;
}


