﻿BODY,TR,TD{
	font-size: 11pt;
	font-family : "MS UI Gothic",sans-serif;
	cursor : crosshair;
	text-align: center; /* center on ie */
    width: 100%;
}
#container {
	text-align: left;
	margin: 0 auto;
/* center on everything else */	width: 800px;
}
#header {
	width: 800px;
	height: 80px;
}
#navitopics {
	padding: 0px;
	margin: 4px 5px 2px 5px;
	font-family: "MS UI Gothic", Courier;
	text-align: right;
	font-size: small;
	line-height: 1em;
	width: 790px;
	color: #FF0066;
}
#navitopics a {
	text-decoration: underline;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: small;
	color: #001C00;
	line-height: 1.3em;
}
#navitopics a:hover {
	text-decoration: underline;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: small;
	color: #FFFFFF;
	line-height: 1.3em;
	background-color: #0080C0;
}
.style1 {
	color: #000000;
}
#footer {
	clear: both;
	width: 800px;
	background-image: url('../pic/line00.png');
	background-repeat: repeat-x;
	margin-top: 5px;
	line-height: 1.5em;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}