body, html
	{
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #ffffff;
	font-family: Century Gothic, Sans-Serif;
	font-size: 14px;
	color: #444444;
	line-height: 1.5;
	overflow-y: hidden;
	}
	
a:link
	{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	}
	
a:visited
	{
	color: #aaaaaa;
	font-weight: bold;
	text-decoration: none;
	}

a:active 
	{
	color: #00bcbc;
	font-weight: bold;
	text-decoration: none;
	}

a:hover 
	{
	color: #009999;
	font-weight: bold;
	text-decoration: underline;
	}
	
.secondnavi
	{
	list-style-type: none;
	text-indent: 20px;
	margin: 0px;
	padding: 0px;
	}
	
h1
	{
	font-family: Tahoma, Sans-Serif;
	font-size: 20px;
	}
	
h2
	{
	font-family: Tahoma, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	}

h3
	{
	font-family: Tahoma, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #009999;
	}
	