@charset "utf-8";
/* CSS Document */

.nav_top{
	display:block;
	width:98%;
	margin:auto;
	background-color:#E3E3E3;
	text-align:center;
}

.logo{
	width:98%;
	margin:auto;
}

.nav_top ul{
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
}

.nav_top li{
	display:block;
	width:98%;
	padding:5px;
	background-color:#36F;
	color:#0CC;
	float:none;
	margin-bottom:5px;
}

.nav_top a:link, .nav_top a:visited{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

.nav_top li a:hover, .nav_top li a:active{
	color:#FC6;
	text-decoration:underline;
}

.hr_top{
	border:1px double #F66;
	clear:both;
}