@charset "utf-8";
body {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
header {
	background-color: #09F;
	height: 100px;
	width: auto;
}
footer {
	background-color: #09F;
	height: 40px;
	width: auto;
	clear: both;
	color: #FFF;
	text-align: center;
	padding-top: 15px;
	margin-top: 1em;
	padding-bottom: 0px;
}
header h1  {
	color: #FFF;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
	height: 60px;
}
header h1 a {
	color: #FFF;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
p {
	line-height: 135%;
	padding: 0px;
	margin-top: 0.8em;
	margin-right: 0em;
	margin-bottom: 0.8em;
	margin-left: 0em;
}
ul {
	margin-bottom: 0.5em;
}
#main ul li {
	margin-bottom: 0.5em;
}









#contents {
	padding: 0px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	clear: both;
	margin-top: 1em;
	margin-bottom: 1em;
}
#contents #main {
	float: right;
	width: 690px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 1px solid #06F;
}
nav  {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 155px;
	border: 1px inset #0CF;
	background-color: #09F;
	font-size: small;
}
nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
nav ul li a {
	display: block;
	margin-bottom: 1em;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.center {
	text-align: center;
}


.fixed {
    position: absolute;
}

.fnt36 {
	font-size: 36px;
	line-height: 130%;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.fnt_orange {
	color: #F90;
}
.fnt_blue {
	color: #06C;
}
.fnt_red {
	color: #F00;
}
.yerrow_back {
	font-size: large;
	color: #F00;
	background-color: #FF0;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	display: inline;
}





.table01 {
	padding: 0px;
	margin-top: 0.5em;
	margin-bottom: 0.5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-left-color: #999;
}
.table01  h3 {
	color: #333;
	margin-bottom: 0.5em;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
}

.table01 tr th {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
.table01 tr td {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
