BODY{
	font-size:		8pt;
}
TR,TD{
	font-size:		8pt;
}
a{/*リンクされた文字*/
	color:0000ff;
	font-style:normal;
	text-decoration:none;
}
a:link {/*未訪問のリンク*/
	color:0000ff;
	font-style:normal;
	text-decoration:none;
}
a:visited {/*訪問後のリンク*/
	color:#934C7B;
	text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
	color: #0000ff;
	font-style:normal;
	background-color: #ccccff;
 	position : relative;
  	top: 1px; /* 下に動く大きさ */
  	left: 1px; /* 右に動く大きさ */
	text-decoration: underline overline;
}
a:active {/*クリック中*/
	text-decoration:none;
}
input{
	font-size:7pt;
	background-color: #EEEEFF;
	border: 2px solid #90BACC;
	color: #000033;
}

/* トップページのメニューテーブル */
table.menu{
	color:white;
	background:#efefff;
	border = 1;
	border-right-style:none;
	border-left-style:none;
	border-top-style:none;
	border-bottom-style:none;
}

/* トップページのメニューテーブルＴＯＰ（ＴＤ） */
td.menu_top{
	color:white;
	background:#efefff;
	border-right-style:none;
	border-left-style:none;
	border-top-style:none;
	border-bottom-style:solid;
}

/* トップページのメニューテーブルＬＥＦＴ（ＴＤ） */
td.menu_left{
	color:white;
	background:#efefff; 
	border-right-style:solid;
	border-left-style:none;
	border-top-style:none;
	border-bottom-style:none;
}

/* トップページのメニューテーブルＲＩＧＨＴ（ＴＤ） */
.menu_right{
	color:white;
	background:#efefff; 
	border-right-style:none;
	border-left-style:solid;
	border-top-style:none;
	border-bottom-style:none;
}


/* トップページのメニューテーブルＢＯＴＴＯＭ（ＴＤ） */
.menu_bottom{
	color:white;
	background:#efefff; 
	border-right-style:none;
	border-left-style:none;
	border-top-style:solid;
	border-bottom-style:none;
}


