﻿a:link {
	color:#333333;
	text-decoration:none;
}
a:visited {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#008000;
	text-decoration:underline;
}
a:active {
	color:#333333;
	text-decoration:none;
}

.name_top {
	clear:both;
	width:720px;
	margin:10px 0 0 0;
	font-family:sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	float: none;
	text-align: right;

}

.border{
	border-width:0px;
}

#top{
	 padding:3px 3px 3px 3px;
}



#container{
	width:720px;
	margin-left:20px;
	border:0px;
	padding:0px;
}


#content{
	width:720px;
	margin-bottom:30px;
}



#header {
	width:720px;
	background-color:#333333;
	font-family:sans-serif;
	font-size:12px;
	color:#FFFFFF;
	border:0px;
}


#logo {
	width:720px;
	height:120px;
	background-color:#FFFFFF;
	border:0px;
}

#waku {
	 border:0px;
	 padding:0px;
	 margin:0px;
	  
}


#navigation {
	width: 720px;
	background-color: #999999;
	font-family:sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	
}


#navigation ul {
	list-style-type: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
	
}


#navigation li {
	float: left;
	width: 144px;

}


#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 1px solid #FFFFFF;
	background-color: #999999;
	
}


#navigation a:hover {
	color: #FFFFFF;
	background-color:#333333;
	
}



#footer {
	clear:both;
	border-style: solid;
	background-color: #333333;
	color: #FFFFFF;
	width: 720px;
	margin-top:10px;
	text-align: center;
	font-size: 12px;
	font-family:sans-serif;
}



