/* CSS Document */
*{
	margin:0;
	padding:0;
	}
#all{
	width:1000px;
	margin:0 auto;
	background-color:#FFFFFF;
	}
#head{
	width:980px;
		text-align:right;
	padding:10px;
	background-color:#33CCFF;
	}
#top{
	width:1000px;
	}
#con{
	width:1000px;
	}
#navi{
	width:250px;
	float:left;
	}
#main{
	width:750px;
	float:right;
	}
#foot{
	width:980px;
	clear:both;
	text-align:right;
	padding:10px;
	background-color: #CCFFFF;
	}
P{
	font-size:100%;
	margin:5px 10px 15px 10px;
	color:#666666;
	letter-spacing:1px;
	}
h1{
	font-size:150%;
	margin:5px 10px 15px 10px;
	letter-spacing:5px;
	background-image:url(../img/h1.gif);
	height:57px;
	line-height:57px;
	color:#FFFF00;
	}
h2{
	font-size:120%;
	margin:5px 10px 15px 10px;
	padding-bottom:3px;
	background-image:url(../img/h2.gif);
	letter-spacing:3px;
	height:29px;
	line-height:29px;
	color:#FFFF00;
	}
h3{
	font-size:100%;
	margin:5px 10px 10px 10px;
	padding-left:38px;
	background: url(../img/sakana.gif) left no-repeat;
	height:31px;
	line-height:31px;
	border-bottom:1px #999999 dotted;
	}
ul{
	list-style:none;
}
li a:link{
	width:225px;
	height:45px;
	line-height:45px;
	display:block;
	padding:0px 0px 0px 25px;
	color: #666666;
	font-size:90%;
	border-bottom:1px #999999 dotted;
	text-decoration: none;
	letter-spacing:3px;
}
li a:visited {
	text-decoration: none;
	color: #666666;
	width:225px;
	height:45px;
	line-height:45px;
	display:block;
	padding:0px 0px 0px 25px;
		font-size:90%;
		border-bottom:1px #999999 dotted;
		text-decoration: none;
		letter-spacing:3px;
}
li a:hover {
	background:url(../img/btn.gif);
	width:225px;
	height:45px;
	line-height:45px;
	text-decoration: none;
	color: #333300;
	display:block;
	padding-left:25px;
		font-size:90%;
		border-bottom:1px #999999 dotted;
		letter-spacing:3px;
}
a:link{color:#666666; text-decoration:none;}

a:hover{color:#666666; text-decoration:none;}

a:visited{color:#666666; text-decoration:none;}

a:active{color:#666666; text-decoration:none;}
