body {
	font-size : 12px;
	color : #003366;
	background-color : #ffcccc;
	text-decoration : none;
	line-height : 1.4;
	margin:0;
	font-family: "Verdana", "‚l‚r ‚oƒSƒVƒbƒN", "Osaka" ,sans-serif
}
a:link {
  color : #C95F7B;
  text-decoration : none;
}
a:visited {
  color : #C95F7B;
  text-decoration : none;
}
a:hover {
  color : #ffffff;
  background-color : #890037;
  text-decoration : none;
}
H2 {
       font-size : 18px;
	COLOR : #ff3366;
}
H3 {
       font-size : 15px;
	COLOR : #ff3366;
}
TD {
	line-height : 1.4;
	font-size : 12px;
}
#navi a:link{
	color: #dd0000; 
	background-color: #ffcccc;
	display: block;
	border-left: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-bottom: #333333 1px solid;
	border-right: #333333 1px solid;
	padding: 0.7em 0.7em;
	text-decoration: none;
	width: 200px
	}
	
#navi a:visited{
	color: #dd0000; 
	background-color: #ffcccc;
	display: block;
	border-left: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-bottom: #333333 1px solid;
	border-right: #333333 1px solid;
	padding: 0.7em 0.7em;
	text-decoration: none;
	width: 200px
	}
	
#navi a:active{
	color: #ffff00; 
	background-color: #ffcccc;
	display: block;
	border-left: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	border-bottom: #333333 1px solid;
	border-right: #333333 1px solid;
	padding: 0.7em;
	text-decoration: none;
	width: 200px
	}
	
#navi a:hover{
	color: #ffff00; 
	background-color: #ffcccc;
	display: block;
	border-left: #333333 1px solid;
	border-top: #333333 1px solid;
	border-bottom: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	padding: 0.7em;
	text-decoration: none;
	width: 200px
	}
