<style type="text/css">
<!--
BODY,TD{/*全体の文字*/
font-size : 12px;
font-family : Tahoma,Osaka,monospace;
line-height : 18px;
color : #040054;
margin : 0px:
padding :0px;
}
BODY {
	BACKGROUND-COLOR: #00156F
}
h1	{
	margin:0;
	font-size : 12px;
	font-family : Tahoma,Osaka,monospace;
	color : #040054;
	}
h2,h3	{
	margin:0;
	font-size : 12px;
	font-family : Tahoma,Osaka,monospace;
	}
.box{/*四角の中の点線枠*/
	padding : 0px;
	margin : 0px;
	border : dotted #00FFFF 1px;
	width : 240px;
	height : 180px;
	text-align : center;
	background-color : white;
	line-height : 18px;
}
.text{/*スクロール枠*/
  height: 210px;
  width : 240px;
  overflow: auto;
  margin: 0px;
  padding: 0px;
  }
.line{
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #cccccc;
	color : #040054;
	width : 400px;
	font-size : 12px;
	text-align : center;
}
.line0{/*四角の中の長い横線*/
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #cccccc;
	color : #040054;
	width : 160px;
	font-size : 12px;
	text-align : center;
}
.line1{/*四角の中の短い点線*/
	border-bottom-width : 1px;
	border-bottom-style : dotted;
	border-bottom-color : #00FFFF;
	color : #040054;
	margin-left : 20px;
	width : 200px;
	height : 2px;
	text-align : left;
}
.line2{/*メニュー部分のcontentsの部分*/
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #cccccc;
	color : #0066CC;
	width : 140px;
	margin : 8px 0px 8px 0px;
	padding : 0px 0px 0px 5px;
	font-weight : bold;
	font-size : 14px;
	text-align : left;
}
.line3{/*各メニュー部分*/
	border-bottom-width : 1px;
	border-bottom-style : dotted;
	border-bottom-color : #cccccc;
	color : #767676;
	margin : 5px 0px 5px 20px;
	padding : 0px 0px 0px 5px;
	width : 120px;
	text-align : left;
	font-size : 12px;
}
.f-blue{/*Hedリンク*/
color : #040054;
}
.f-green{/*H2リンク*/
color : #00442D;
}
A{/*リンクしてある文字*/
text-decoration : none;
color : #595959;
}
A:HOVER{/*リンクしてある文字にマウスが触れたとき*/
background-color : #F3AD2A;
text-decoration : none;
color : #591956;
font-weight : bold;
}
html{/*スクロールバー*/
  scrollbar-3dlight-color: #040054;
  scrollbar-arrow-color: #EAEAEA;
  scrollbar-darkshadow-color: #B5B5B1;
  scrollbar-face-color: #040054;
  scrollbar-highlight-color:#9B9B97;
  scrollbar-shadow-color: #B5B5B1;
  scrollbar-track-color: #f9f9f2;
  }
-->
</style>
