body
{
	margin: 0;
	padding: 0;
	font-family: "ＭＳ 明朝",Georgia, Times, "Times New Roman", serif;
	font-size: 15px;
	color: #000;
	width: 800px;
	border-right: 1px solid black;
}
p
{
line-height:1.3em;
}
a {
	color:#000000;
	text-decoration:none;
}

a:link {
	color:#9db77d;
	text-decoration:none;
}

a:visited {
	color:#66666f;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:none;
}
a:active {
	color:#000000;
	text-decoration:none;
}




#frame
{
	margin: 0;
}

#header
{
	background-color: #666;
	border-bottom: 1px solid #333;
}

#header h1 {
	margin: 0;
	padding: .5em;
	color: white;
}
		
#columnRight
{
	padding-top: 1em;
	margin: 0 2em 0 200px;
}
	
#columnRight h2 {
	font-family: "MS UI Gothic", "ＭＳ Ｐゴシック", serif;
	border-bottom: 1px dashed black;
	border-top: 1px dashed black;
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	font-size: 1em;
}
#columnRight h3 {
	font-family: "MS UI Gothic", "ＭＳ Ｐゴシック", serif;
	background-color: #f8dce0;
	margin: 0;
	padding: 0.2em 0.2em 0.2em 0.8em;
	font-size: 1em;
}
#columnRight p{line-height:1.3em;}
	
#footer
{
	clear: both;
	background-color: #ccc;
	padding-bottom: 1em;
	font-size: 0.9em;
	border-top: 1px solid #333;
	padding-left: 200px;
}


#columnLeft {
	float: left;
	width: 160px;
	margin-left: 10px;
	padding-top: 1em;
}
	
#columnLeft p { 
	margin-top: 0; 
}
		
#navsite h5 {
	display: none;
}

#navsite {
	font-size: 0.7em;
	font-weight: bold;
	width: 125px; 
	border-right: 1px solid #666; 
	padding: 0 0 0 0; 
	margin-bottom: 1em; 
	font-family: Verdana, Helvetica, Arial, sans-serif; 
}

#navsite ul {
	list-style: none; 
	margin: 0; 
	padding: 0; 
}

#navsite ul li {
	margin: 0; 
}

#navsite ul li a:link {
	display: block; 
	padding: 2px 2px 2px 0.5em; 
	border-left: 10px solid #369; 
	border-right: 1px solid #69c;
	border-bottom: 1px solid #369;
	background-color: #036; 
	color: #fff; 
	text-decoration: none; 
	width: 100%; 
}

#navsite ul li a:visited {
	display: block; 
	padding: 2px 2px 2px 0.5em; 
	border-left: 10px solid #369; 
	border-right: 1px solid #69c;
	border-bottom: 1px solid #369;
	background-color: #036; 
	color: #fff; 
	text-decoration: none; 
	width: 100%; 
}


html>body #navsite ul li a { 
	width: auto; 
} 

#navsite ul li a:hover {
	border-left: 10px solid #036;
	border-right: 1px solid #69c;
	border-bottom: 1px solid #369; 
	background-color: #69f; 
	color: #fff; 
}
