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

   body {
	background-color: #CCF;
	margin-left: 10px;
	margin-right: 10px;
}
  #top {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #306;
	background-color: #CCF;
	float: none;
}
#top #mainnavi a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #306;
	text-align: center;
	display: inline;
	width: 100px;
	float: right;
}
#top #mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: justify;
	width: auto;
	display: inline;
	text-decoration: none;
	float: right;
	display: inline;
	position: absolute;
}
  #main {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFC;
	float: right;
	width: 74%;
}
  body,td,th {
	color: #033;
}
  a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	color: #900;
}
a:hover {
	color: #00F;
}
a:active {
	color: #900;
	text-decoration: none;
	list-style-type: none;
}
h1 {
	font-size: 36px;
	color: #330066;
	text-decoration: none;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
nav {
	display: inline;
}
p {
	/* [disabled]margin-left: 10px; */
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
footer {
	background-color: #CCF;
	text-decoration: none;
	vertical-align: top;
	width: 25%;
	clear:both;
}
