body {	
	margin: 1em;
	padding: 0;
	font-family: Verdana, Helvetica, "MS UI Gothic", Osaka, Arial, Serif;
	font-size: 90%;
	color:#000;
	}

img {border:0;}

h2 {
	font-size:100%;
	}
h3 {
	font-size:90%;
	}

.content {
	clear:both;
	margin:0;
	margin-right:20%;
	padding:0.8em;
	padding-top:0.1em;
	}

table {
	font-size: 100%;
}

A:link {
	color: blue;
}

A:visited {
	color: blue;
}

A:active {
	color: red;
}

A:hover {
	color: #FF3300;
}

a { text-decoration:none; }

/*以下 CSS イメージタブ式メニュースタイル*/
.navi{
	margin: 0;
	padding:0;
	height: 23px;
	background: url(../images/tab_bottom.gif) repeat-x bottom;
	}

.navi li{
	margin: 0; 
	padding: 0;
	text-align:center;
	width:86px;
	height:22px;
  	display: inline;
  	list-style-type: none;
  	}
	
.navi a:link, .navi a:visited {
	color: #666;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	margin:0;
	padding:0;
	padding-top:5px;
	float: left;
	text-decoration: none;
	width:86px;
	height:22px;
	background: url(../images/tab_base.gif) no-repeat;
	}

.navi #here a:link, .navi #here a:visited{
	color: #666;
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	margin:0;
	padding:0;
	padding-top:5px;
	float: left;
	text-decoration: none;
	width:86px;
	height:22px;
	background: url(../images/tab_bghere.gif) no-repeat;
	}
