/* bodyの設定 */
BODY{
  margin:0;
  background-image : url("fishback.gif");
}
div{
	margin:auto;
	width :100%;
	text-align:center;
}
/* 基本table（ページ全体）の設定　*/
table{
	margin:auto;
	border:0;
	border-collapse:collapse;
	width:88%;
}
/* 基本のthead（上に表示されるメニュー）の設定　*/
thead{
	background-color : #c2d6de;
}
thead th{
	text-align : right;
	background-color :#9FADCA;
	background-image : url("top_image.jpg");
	background-repeat:no-repeat;
	background-position:left bottom;
	height:65px;
}
thead tr.nabi1{
	height:38px;
	text-align :center;
}
thead tr.nabi2{
	text-align :center;
	height:20px;
}
thead A{
  text-decoration :none;
  color : #000000;
  /*cursor : default;*/
  font-size:10pt;
  font-weight : bold;
}
thead A:hover{
  color : #000000;
  background-color : #FFC0CB;
  text-decoration : none;
  /*cursor : default;*/
  visibility : visible;
  float : none;
  clear : none;
  position : relative;
  bottom : 1pt;
  right : 3pt;
}
/* 基本のtfoot（コピーライト）の設定　*/
tfoot.copyright{
	text-align :right;
	font-size: smaller; font-family: Verdana, Arial, Helvetica, sans-serif; margin-top: 1em;
	background-color : #D2B48C;
}
/* 基本のtbody（記事）の設定　*/
tbody{
	margin: auto;
	text-align : center;
	background-color : #ffffff;
}
tbody td{
/*	text-align : center;*/
/*	background-color : #ffffff;*/
}
/*画像にリンクを付ける時の設定*/
a IMG{
	border-width: 0px;
}
/*題名h2の設定*/
h2{
	color : #000000;
	/*font-weight : bold;*/
	margin-top:0.5em;
}
