body {	
	margin: 1em;
	padding: 0;
	font-family: Verdana, Helvetica, "MS UI Gothic", Osaka, Arial, Serif;
	color:#000;
	background-image:url("./material/wallpaper/03.jpg");
	}

img {border:0;}

h1 { text-align: center; color: navy; } /*見出し*/
h2 { text-align: center; color: navy; } /*文章*/
h3 { text-align: center; color: black; }　/*結び・飾り線*/
h4 { text-align: left;   color: black; }　/*未使用 */
h5 { text-align: center; color: black; font-size: 100%;}/*popup*/
h6 { text-align: center; color: black; }
p { font-size: 100%; mergin-left: 50%; color: black; }
ul { font-size: 100%; mergin-left: 50%; color: black; }
DFN { color: red; }

.content {
	clear:both;
	margin:0;
	margin-right:20%;
	padding:0.8em;
	padding-top:0.1em;
	}

/*以下 CSS イメージタブ式メニュースタイル*/
.navi{
	margin: 0;
	padding:0;
	height: 23px;
	background: url(./material/tab/tab_red_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(./material/tab/tab_red_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(./material/tab/tab_red_bghere.gif) no-repeat;
	}
