body {
	background: White;
	margin: 0;
	padding: 0%;
	min-width: 1000px;
	font-size: 90%;
	font-family: verdana, arial, sans-serif;
}
* html body {
	width: 1000px;
	position: relative;
	margin-left:20px;
}
a 	{
	color: #006633;
	text-decoration: underline;
}
a:visited 	{
	color: #006601;
}
.skip 	{
	position: absolute;
	margin-left: -10000px;
}
.arrow	{
	border-style: none;
}
h1 		{
	font-size: 1.9em;
	line-height: 0.8em;
	padding: 20px 0 5px 5%;
	margin: 0;
	border-bottom: 1px dashed #006633;
}
h2 {
	font-size: 1.6em;
}

h3 		{
	font-size: 1.3em;
	padding: 20px 0 5px 5%;
	margin: 0;
	border-bottom: 1px dashed #006633;
}
h1, h2, h3, h4, h5, h6 {
	color: #006633;
	font-family: Arial, Helvetica, sans-serif;
}
small {
		font-size: .8em;
}
img 		{
	border: 1px solid Black;
}

.fleft 	{
	float: left;
	margin: 0 1em 1em 0;
}
.fright 	{
	float: right;
	margin: 0 0 1em 1em;
}
#c01, #c04 {
		font-size: .7em;
}
#container {
	font-size: 0.8em;
	width: 1100px;
	margin: auto;
	border: 1px solid Black;
	border-top: 0;
	border-bottom: 0;
}
#logo {
	background: Black url(../image/head.jpg) no-repeat 00;
	height: 180px;
	text-align: right;
	line-height: 110px;
	font-size: 60px;
	font-weight: bold;
	letter-spacing: -3px;
	}
#logo a {
	color: white;
	text-decoration: none;
}
#logo a span {
	color: White;
	padding-right: 1em;
	font-weight: bold;
	font-size: 22pt;
	padding-left: 3em;
}
#menu {
	background: #004A9D;
	padding: 5px 5%;
	margin: 5px 0px 0px;
	text-align: left;
	color: #92CED8;
}
#menu li {
 font-size: 1em;
 display: inline;
 list-style-type: none;
 border-right: 1px solid white;
 padding: 0 15px 0 10px;
 font-weight: bold; 
}
#menu li a {
	color: White;
	text-decoration: none;
}
#submen {
	font-size: .9em;
	background-color: White;
	padding: 3px 15px 3px 25px;
	text-align: left;
	color: #545454;
	border-bottom: thin dotted;
	position: relative;
}
#submen li {
	font-size: .9em;
	line-height: 1.8em;
	white-space: nowrap;
	display: block;
	list-style-type: none;
	border-right: 1px solid #545454;
	padding: 2px 15px 2px 10px;
}
#submen li a {
	color: #006633;
	text-decoration: none;
}

#main {
	background: white;
	line-height: 1.5em;
	height: auto;
	padding: 1.5em 10em 400px 3em;
}
.one {
	margin: 1.5em 20em 2em 0em;
}
.one li{
	list-style: none;
	display: table-cell;
	border: none;
	width: 350px;
}
.one img{
	margin: 1.5em 1.5em 1.5em 1.5em;
}
.one p{
	margin: 1.5em 5em 1.5em 1em;
}
#subnav
 {
	height: 160px;
	background-image: url(../image/mainback.jpg);
	background-position: center -257px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	float: right;
	font-size: 0.9em;
	position: fixed;
	bottom: 0px;
	margin: 5px 0 0 0;
	padding-top: 20px;
	padding-right: 2%;
	padding-bottom: 1em;
	padding-left: 2%;
}
* html #subnav
 {
	position: absolute;
}
#subnav td
 {
	font-size: .9em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: .5em;
	color: #006633;
	margin-left: 15px;
	list-style-position: inside;
	top: 5px;
	width: 200px;
	vertical-align: top;
}
#subnav dd {
	padding: 0.2em;
	margin: 0.2em 0;
}
