@charset "utf-8";
.floatleft {
	float: left;
	margin-right: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
}
#navi{
	margin-left : auto;
	margin-right : auto;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-top : 0px;
	width : 200px;
	text-align : left;
	height : auto;
	float: right;
}
#navi a:hover {
	font-size : 80%;
	color : gray;
	display:block;
	text-decoration:none;
	margin : 0px;
	text-align : left;
	padding : 0px;
	height : 30px;
	background-color : transparent;
	background-image : url(../img/navi2.gif);
	text-indent : 15px;
	width : 200px;
}
#navi a {
	font-size : 80%;
	color : #333333;
	display: block;
	text-decoration:none;
	border-bottom : none;
	margin : 0px;
	text-align : left;
	padding : 0px;
	height : 30px;
	background-color : transparent;
	background-image : url(../img/navi.gif);
	width : 200px;
	text-indent : 15px;
}
#navi ul {
	margin:0px;
	padding:0px;
	list-style-type :none;
	display:inline;
	height : 30px;
	right : auto;
}
#navi li{
	width : 200px;
	display : inline;
	right : auto;
	height: 30px;
}
#gazoubox li {
	height: 45px;
	width: 310px;
	float: right;
}

