@charset "Shift_JIS";
*{
	padding: 0;
	margin: 0;
	font-style: normal;
}
body{
	width: 100%;
	line-height:1.5;
	font-size: 82%;
	background-color: #008080;
	color: #ffffff;
}

#navi{
	text-align: center;
	background-color: #006666;
	border-bottom: solid #ffffff 2px;
	padding:3px;
	font-family: Arial;
}
#navi li{
	list-style-type: none;
	display:inline;
	margin:0px 13px;
	height: 1em;
	font-weight:bold;
}
#navi ul{
	background-image: url(../images/naviback.gif);
	width:500px;
	margin: auto;
	padding:0px;
	
}
#navi a{
	color:#ffffff;
	text-decoration:none;
}
#navi a:hover{
	color:#ffcc66;
}
#contents{
	margin:10px 0px;
}
#contents a{
	color: #077bff;
}
#contents a:hover{
	color:#de6142;
}
#footer{
	text-align: center;
	line-height: 1.2;
	margin:10px;
}
#footer a{
	color:#ffffff;
	text-decoration:none;
}
h1{
	margin:10px 40px 0px 40px;
	font-size:150%;
}
h2{
	font-size: 120%;
	border-bottom: dotted #777 1px;
	margin-bottom: 5px;
}