BODY {
  color: #505050;
  background-color: white;
  background-image: url('images/bg_paper.gif');
  margin: 0px
}
P, TH, TD {
  color: #505050
}
A{
  color : #3366cc;
  text-decoration : none
}
A:VISITED{
  color : #3366cc
}
A:HOVER{
  color : #ff5050;
  text-decoration : underline
}
hr
{
	height: 1px;
	border-style:none none dotted none;
	border-color:#ffffff #ffffff #a0a0a0 #ffffff;
	border-width:0px 0px 1px 0px;
}

.color_aka{
   color: #FF5050
}
.color_ao{
   color: #60A0E0
}
.left-menu{
	position:absolute;
	top:0px;
	left:20px;
	width:110px;
}
.right-body{
	position:absolute;
	top:0px;
	left:130px;
	background-image:url('images/sankaku.gif');
	background-repeat:repeat-y
}
.separater{
	position:relative;
	pos:0px;
	left:0px;
	width:1px;
	height:100%;
	background-color:#00ff00;
}
.foot-separater{
	position:relative;
	left:130px;
	height:1px;
	background-color
}
#wrapper
{
	width: 640px;
	border: 1px solid #a0a0a0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
	
