
/* basic elements */
body { 
	background-color: #A0CCE2;
 	background-image: url(images/bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	font-size: 11px; 
	line-height: 14px;
	font-family: Georgia, "Times New Roman", Times, serif; 
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
p {
	font-size: 11px; 
	line-height: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-align: justify;
	margin: 0px 0px 10px 25px;
	padding: 0px 0px 0px 25px;
	}
h1 {
	font-size: 24px; 
	line-height: 30px;
	font-weight: bold; 
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left; 
	margin: 0px; 
	padding: 0px;
	margin: 0px 12px 6px 12px;
	}
h2 {
	color: #000000;
	font-size: 20px; 
	line-height: 24px;
	font-weight: bold; 
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left; 
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	}
h3 {
	color: #000000;
	font-size: 12px; 
	line-height: 14px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-style: italic;
	text-align: left;
	margin: 10px 0px 0px 15px;
	padding: 0px 0px 0px 10px;
	}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #007196;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #007196;
	}
a:visited:hover { 
	font-weight: bold; 
	text-decoration: none; 
	color: #ffffff;
	}
a:hover, 
a:active { 
	text-decoration: none; 
	color: #ffffff;
	background: #007196;
	}
	
	
/* major divs */
#container { 
	width: 850px; 
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
	
#leftcol {
  position: absolute;
  top: 0px;
  left: 0px;
 	width: 180px;
	margin: 0px 0px 0px -30px; 
	padding: 0px 0px 0px 0px;
	}
#main {
  position: absolute;
  top: 0px;
  left: 180px;
 	width: 670px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	}
	
	
/* minor divs */
#natsuko { 
	margin: 0px 0px 0px -5px; 
	padding: 0px 0px 0px 0px;
	}
#title {
 	width: 720px;
 	height: 215px;
 	background-image: url(images/title.gif);
	background-position: top center;
	background-repeat: no-repeat;   
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	}
	
/*
#content table {
	margin: 0px 0px 0px 50px; 
	padding: 0px 0px 0px 0px;
	}
*/
	
#content ul {
	display: block;
	color: #000000;
	font-size: 11px; 
	line-height: 14px;
	font-weight: normal; 
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left; 
	margin: 15px 0px 0px 35px;
	padding: 5px 5px 5px 5px;
	}
#content ol {
	display: block;
	color: #000000;
	font-size: 11px; 
	line-height: 14px;
	font-weight: normal; 
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left; 
	margin: 15px 0px 0px 35px;
	padding: 5px 5px 5px 5px;
	}
	
#footer p {
	font-size: 9px; 
	line-height: 10px;
	padding-top: 20px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	}
#title h1 {
	display: none;
	}	
#banner {
 	width: 550px;
	margin: 15px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
	}
	
#menu {
  position: absolute;
  top: 300px;
  left: -5px;
 	width: 190px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#menu ul {
	border-top: 1px solid #000;
	margin: 5px 5px 0px 5px; 
	padding: 0px 0px 0px 0px;
	}
	
#menu li {
	display: block;
	list-style-type: none;
	color: #6c9e2d;
	background-color: #a0cce2;
	font-size: 14px; 
	line-height: 18px;
	font-weight: normal; 
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center; 
	border-bottom: 1px solid #000;
	margin: 0px 0px 0px 0px; 
	padding: 5px 5px 5px 5px;
	}
	
#menu li a:link,
#menu li a:visited, 
#menu li a:visited:hover,
#menu li a:hover, 
#menu li a:active {
	font-style: normal;
	padding-right: 5px;
	}
	
.c { 
	color: #ffffff ! important;
	font-weight: normal ! important;
	font-style: italic ! important;
	margin: 0px 0px 0px 0px;
	padding: 0px 14px 0px 0px;
	}
	
/* hovers */
	
#menu li:hover {
	background-color: #fefefe;
	}
