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   { background: url(../images/tab_bottom.gif) repeat-x left bottom; margin: 0; padding: 0; height: 23px }

.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: white; font-weight: bold; font-size: 10px; line-height: 14px; text-decoration: none; background: url(../images/tab_bghere.gif) no-repeat; text-align: center; float: left; margin: 0; padding: 5px 0 0; width: 86px; height: 22px }

.navi #here a:link, .navi #here a:visited   { color: white; font-weight: bold; font-size: 10px; line-height: 14px; text-decoration: none; background: url(../images/tab_bghere.gif) no-repeat; text-align: center; float: left; margin: 0; padding: 5px 0 0; width: 86px; height: 22px }

.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;
	}
