#whole {
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border: 1px solid #333333;
	display: block;
	padding: 0px;
	height: 500px;
	background-color: #FFFFFF;
}

body,td,th {
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #9999CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #9900CC;
}
a:active {
	text-decoration: none;
}


#globalnavi{
  margin: 0;
  padding: 0;
  width: ***;
}

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

#globalnavi li{
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;
}

#globalnavi a{
  text-align: center;
  display:block;
  padding: 0.5em 0;
  width: 100%;
  background-color: #663366;
  color: #FFFFFF;
}

#globalnavi a:hover{
  background-color: #996699;
  color: white;
}

.navi {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: none;
	text-align: center;
	height: 24px;
	line-height: 24px;
}
h1 {
	font-size: 15px;
	color: #330033;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-left-width: 5px;
	height: 20px;
	width: 50%;
	line-height: 20px;
	padding-left: 5px;
	margin: 3px;
}
h2 {
	font-size: 12px;
	line-height: 14px;
	color: #6633CC;
	margin: 4px;
	font-weight: lighter;
}
.style1 {
	color: #333333;
	font-size: 12px;
	padding: 0px 10px;
	line-height: 14px;
}
.style3 {color: #990000
}
.style4 {
	cocolor: #999999;
	color: #999999;
}
body {background-color: #333333;
	color: #999999;
}
