@charset "utf-8";
body {
	background-color: #FFFFCC;
	margin-top: 0px;
}
.stab {
	background-color: #FFFFFF;
}
/* CSS Document */

#main {
	background-color: #FFFFFF;
	margin: auto;
	padding: 0px;
	height: auto;
	width: 852px;
	border: 1px solid #FF6633;
}
#main #header {
	background-image: url(bunner.png);
	margin: 0px;
	height: 109px;
	width: 852px;
}

#main #contents {
	font-size: small;
	line-height: 18px;
	text-align: left;
	width: 802px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
#main #copyright {

}

#main #copyright p {
	text-align: center;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #FF6633;
}
#main #navi {
	font-size: 100%;
	background-color: #6699FF;
	white-space: normal;
	display: inline;
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6633;
}
#main #navi ul {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
#main #navi ul li {
	background-color: #9FF;
	text-align: center;
	vertical-align: middle;
	display: inline;
	float: left;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#main #navi ul li a {
	color: #00F;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#main #navi ul li a:hover {
	color: #FFFFFF;
	background-color: #FF6600;
	font-weight: bold;
}

#main #contents h1 {
	font-size: 16px;
	text-align: left;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: thin;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF6633;
	border-left-color: #FF6633;
}
.ss {
	font-size: 24px;
	font-weight: bold;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #00F;
	font-weight: bold;
}
