@charset "utf-8";
/* CSS Document */

#fin {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	width: 700px;
	height: 720px;
}
.btn {
	height: 33px;
	width: 234px;
	position: absolute;
	top: 320px;
	left: 328px;
}
.btn a:link,.btn a:visited {
	display: block;
	text-indent: -9999px;
	outline: none;
	height: 33px;
	width: 100%;
	background-image: url(img/btn_toaru.gif);
	background-repeat: no-repeat;
}
.btn a:hover,.btn a:active {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}


ul {
	list-style-type: none;
	font-size: 12px;
	color: #333;
	margin: 10px auto 20px;
}
ul li {
	padding: 0 2px 0 9px;
	float:left;
	min-width: 115px;
	width:115px;
	background:url(img/arrow_toaru.gif) no-repeat 0 4px;
}
ul a{
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}
ul a:hover{
	color:#0D4074;
	text-decoration:underline;
}
ul ul li {
	font-size:10px;
}
ul li li {
	clear:left;
	padding:8px 0 0 2px;
	background:none;
}
ul li li a {
	font-weight:normal;
}
ul.level2 {
	margin:0 0 0 -47px;
	*margin:0 0 0 -7px;
}
.dotColor {
	color: #999;
}