html {
	overflow-y: scroll;
	overflow-x: hidden;
}

BODY {
  MARGIN-LEFT: 0px;
  MARGIN-TOP: 0px ;
  font-size: 10pt ;
  color:#333333 ;
}
TD		{
  font-size: 10pt ;
  color:#333333 ;
}

HR {
  color: #000099; /* 線の色(IE用) */
  background-color: #000099; /* 線の色(NN用) */
  height: 1px; /* 線の太さ */
  border: 1px; /* 枠の太さ */
}


#infobox {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: ridge;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: ridge;
	border-top-color: #666666;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #666666;
	overflow: auto;
	height: 160px;
	padding: 2px;
	font-size: 12px;
}

.fsiz10gr		{
  color:#333333 ;
  font-size: 10pt ;
}

.fsiz11bold		{
  font-size: 11pt ;
  font-weight:bold ;
}

.fsiz11		{
  font-size: 11pt ;
}
.fsiz8		{
  font-size: 8pt ;
}

.fsiz12bold		{
  font-size: 12pt ;
  font-weight:bold ;
}

.fsiz14bold {
  font-size:14pt ;
  font-weight: bold ;
}

.fn { font-family: Times New Roman;
  font-size:14pt ;
  font-weight: bold ;

 }


A.lnk {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none; /* 文字装飾 */
  color: #ffffff; /* 文字の色 */
}
// 現在開いているリンク
A.lnk:active  {
  text-decoration: none; /* 文字装飾 */
  color: #009999; /* 文字の色 */
}
// 訪問済みリンク
A.lnk:visited {
  text-decoration:none; /* 文字装飾 */
  color: #ffffff; /* 文字の色 */
}
/* マウスカーソルが上に来た時のリンク */
A.lnk:hover {
  text-decoration: none; /* 文字装飾 */
  color: #ffffff; /* 文字の色 */
  background-color: #0000ff; /* 背景色 */
}



A.lnk2:link {
  color: #0000ff; /* リンクの色 */
  text-decoration: none; /* 文字装飾 */
}
A.lnk2:active {
  color: #0000ff; /* リンクの色 */
  text-decoration: none; /* 文字装飾 */
}
A.lnk2:visited {
  color: #0000ff; /* リンクの色 */
  text-decoration: none; /* 文字装飾 */
}

A.lnk2:hover {
  color: #ff0000; /* リンクの色 */
  background-color: #ffcccc; /* 背景の色 */
  text-decoration: none; /* 文字装飾 */
}


A.pager {
		font: bold 13px;
		color: #0000ff;
		padding: 5px;
}

A.pager:hover {
		text-decoration: none;
		color: #ff9966;
}

.npage {
	font: bold 15px;
	color: #ff0066;
}

img { border: 0px; }

.cell01t {
	font-size: 10px ;
	border : 1px solid silver;
	padding : 1px;
	background-color : ghostwhite;
}

.cell01 {
	font-size: 10px;
	border : 1px solid silver;
	padding : 1px;
	background-color : white;
}

td#viewspan_navi {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0303BD;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}