
body {
	background: #fff url(img/top_bg.jpg) repeat-x;
	font-family: arial;
	font-size : 10pt;

}
 .header a{
	color : #007e99;
	font-size : 12pt;
}
.header a:hover{
	color : #007e99;
	font-size : 12pt;
	background-color : #c2feff;
}

.header{
	color : #004162;
	text-align : center;
}
.header h1{
	font-size : 28pt;
	color : #004162;
	margin-bottom : 3px;
	
}
.menu{
	width : 180px;
	margin-top : 60px;
	
	
}
.menu td.ttl{
	color : #05538F;
	font-weight : bold;
	text-align : center;
	vertical-align : middle;
	font-size : 12pt;
	

}

.menu td.body{
	color : #003353;
	font-size : 10pt;
	
	background-color : white;//#FDFFDE;
	border : 0px solid #7E2700;
	
	padding-left : 4px;
	padding-top : 4px;
}
.menu td.body span{
	color : #003353;
	font-size : 10pt;
	background-color : #c2feff;
	margin-left : 4px;
	margin-top : 4px;
}
.menu td.body div.item{
	
	margin-top : 6px;
	
}
.menu td.body a{
	color : #007e99;
	font-size : 10pt;
	padding-left : 4px;
	padding-top : 4px;
}
.menu td.body a:hover{
	color : #E14000;
	
}

.content{
	margin-top : 50px;
}
.content p{
	font-family: arial;
	font-size : 12pt;
}
.content h2{
	font-family: georgia;
	font-size : 16pt;
	color : #003353;
}
.ad{
	float : left;
}
.footer{
	margin-top : 20px;
	font-size : 12pt;
	text-align : center;
}

.main_table{
	width : 800px;
}