body{
 background-color:#e9eac9;
 text-align:center;
 margin:0px;
 margin-bottom:20px;
 font-size:10pt;
 color:#333333;
 line-height:130%;
}
.whole{
 width:840px;
 background:white;
 text-align:left;
 background-image:url("../images/grand.jpg");
 background-repeat:no-repeat;
 background-position: ;
 margin:0 auto 0 auto;
}

.pbody{
 margin-left:40px;
 width:800px;
}
.pb-head{
 margin-top:-15px;
 text-align:right;
}
.contents{
 width:600px;
}

.whole_top{
 text-align:left;
 margin:auto;
}

.footer{
 margin-left:0px; 
 margin-right:0px;
 margin-top:20px;
 margin-bottom:0px;
 background-color:#66CCCC;
 text-align:center;
}

p,table,ul{
 font-size:10pt;
}
li{
 margin-bottom:6px;
}

a{
  padding-left:18px;
  background-image:url("../images/go.gif");
  background-repeat:no-repeat;
  line-height:130%;

}
a:link{
 text-decoration:none; 
 color:#5e5858;
 font-size:10pt;

}
a:visited{
 text-decoration:none; 
 color:#5e5858;
 font-size:10pt;

}
a:hover{
 text-decoration:none; 
 color:#5e5858;
 background-color:#ffffb2;
 font-size:10pt;
}

h1{
 margin-top:12px;
 margin-left:0px;
 margin-bottom:1px;
 font-size:15pt;
 line-height:27px;
 color:#003366;
 text-align:left;
}

h2{
 line-height:120%;
 font-weight:normal;
 font-size:14pt;
 color:brown;

}

h3{
 line-height:120%;
 font-weight:normal;
 font-size:12pt;
 color:brown;
}

.catch{
 line-height:120%;
 font-weight:normal;
 font-size:12pt;
 color:brown;
}

.tt{
 color:black;
 background-color:#CCFF99;
}

.gopagetop{
 text-align:center;
 margin-top:20px;
 margin-left:100px;
}

.gopagetop a{
  padding-left:0px;
  background-image:none;
  background-repeat:no-repeat;
  line-height:130%;

}


#pageheader{
	height:60px;
	padding-left:20px;
}

#menu_box{
	height:45px;
}
#menu_container
	{
	position: absolute;
	margin: 0 0 0 0px;
	}
#menu_container dl
	{
	width: 120px;
	margin: 0;
	float: left;
	background: #369;
	color: #fff;
	background-image:url("../images/menu-back.jpg");
	font-size:8pt;
	}
#menu_container dt
	{
	text-align: center;
	border: 1px solid pink;
	padding: 3px;
	}
#menu_container dd
	{
	display: none;
	margin: 0;
	border-left: 1px solid black;
	border-right: 1px solid black;
	
	}
#menu_container dl:hover dd
	{
	display: block;
	}
#menu_container dd a
	{
	display: block;
	border-bottom: 1px solid black;
	-width: 90px;
	line-height: 180%;
	background: #FFFFCC;
	padding: 3px;
	text-decoration: none;
	color:#990000;
	font-size:9pt;
	padding-left:5px;
	}
#menu_container dd a:hover
	{
	background-color: #CCFFFF;
	}

#menu_container dt a.mdt{
	color:white;
	text-decoration: none;
	background-image:none;
	font-size:9pt;
	padding-left:0px;
}
#menu_container dt a.mdt:hover{
	color:#CC0066;
	background-color:white;
}
