body {	
	margin: 1em;
	padding: 0;
	font-family: Verdana, Helvetica, "MS UI Gothic", Osaka, Arial, Serif;
	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;
	}

.hide { 
	display: none; 
	}

/*以下 CSS イメージタブ式メニュースタイル*/
.navi{
	margin: 0;
	padding:0;
	height: 23px;
	background : url(../images/tab_bottom.gif) repeat-x center 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;
	}

.menu ul {
	list-style: none;
	margin-left:0;
	padding-left:0;
	margin-bottom:0;
	margin-top:0.2em;
	}

.menu li {
	font-size: 10px;
	display:inline;
	padding:2px 5px 2px 5px;
	background:#e3e3e3;
	border-left:10px solid #789;
	float:left;
	line-height:16px;
	text-decoration:none;
	}
.menu a:link, .menu a:visited {
	float: left;
	text-decoration: none;
	}

