/*2016/12/22 KZA leftのpositionをabsoluteに戻す 縦長レイアウト的調整2016/08/07 KZA leftのpositionをfixedに2016/08/01 KZA hr(暫定)追加2014/10/24 KZA div.mainのmarginを変更(blockquote除去分の補償)2014/10/27 KZA div.leftへ前景色と背景色を追加 div.mainの配置場所指定を追加 div.mainのmarginを変更*/td {text-align: center;}div.main {	position: absolute;	top: 0;	left: 6.8%;	width: 86%;	margin: 2% 20% 0 5%;}div.left {	position: absolute;	top: 0;	left: 0.8%;	width:78px;	color:yellow;	background-color:#006600;}H1 {      font-weight: bold;      font-size: 18pt;      line-height: 18pt;      font-family: arial,helvetica;      font-variant: normal;      font-style: normal;}H2 {      font-weight: bold;      font-size: 14pt;      line-height: 14pt;      font-family: arial,helvetica;      font-variant: normal;      font-style: normal;}H3 {      font-weight: bold;      font-size: 12pt;      line-height: 12pt;      font-family: arial,helvetica;      font-variant: normal;      font-style: normal;}BODY,P,DT,TD {      font-size: 10pt;      line-height: 12pt;      font-family: arial,helvetica;      font-variant: normal;      font-style: normal;}FONT {      font-family: arial,helvetica;      font-variant: normal;      font-style: normal;}BODY{	color: black;	background-color: white;}hr {  border-width: 2px; /* 太さ */  border-style: groove; /* 種類 */  border-color: silver; /* 色 */}// ハイパーリンクの下線を消す。//a { text-decoration:none; }// update の日付については update.txt を書き直して下さい。