@charset "UTF-8";

body {
	font-family: sans-serif;
	line-height: 1.6;
	background-color: #6C9;
	margin-top: 0px;
	color: #666;
	margin-bottom: 0px;
}

/* basic layout
-----------------------------------------*/
#container {
	width: 1020px;
	background-color: #FFF;
	margin: 0px auto;
}

#header {
	margin-right: 80px;
	margin-left: 80px;
	padding-top: 25px;
}

#main {
	width: 860px;
	margin-right: 80px;
	margin-left: 80px;
	margin-bottom: 0px;
}


#navi {
	width: 860px;
	margin: 0px 80px;
}
#navi ul {
	padding: 0px;
	float: left;
	margin-top: 0px;
}

#navi ul li {
	float: left;
	list-style: none;
}
#navi ul li a img {
	border-style: none;
}

 	

#footer {
	width: 860px;
	letter-spacing: 0.1em;
	color: #666;
	clear: both;
	height: 100px;
	margin-top: 0px;
	margin-right: 80px;
	margin-left: 80px;
	border-top: 1px solid #999;
	font-size: 12px;
}

a:link {
	text-decoration: none;
	color: #888;
}

a:visited {
	color: #888;
	text-decoration: none;
}
a:hover {
	color: #00F;
}
a:active {
	color: #888;
}
#footer img {
	float: right;
}

a:hover img{
	opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
	} 	
#update {
	width: 860px;
	margin-right: 80px;
	margin-left: 80px;
	text-align: right;
	font-size: 13px;
	color: #666;
}
