
<!--
/* テーブル内の色 */
.tablecolor{
  background-color : white;
}
/* メニューの設定 */
A.a1{
  text-decoration:none;
  background-color : #ffffff;
  color :#666666;
  font-size :13px;
  width : 150;
  line-height : 19px;
  padding : 5px;
  border : 1px solid #666666;
  display:block;
  text-align: left;
}
/* メニューカーソルオン時の設定 */
A:HOVER.a1{
  text-decoration:none;
  background-color : #ffffcc;
  color : #000000;
  display:block;
}
/* タイトルの文字 */
.font13px{
  font-size : 13px;
  line-height : 20px;
  text-align: left;
}
.b1{
  font-size : 13px;
  width : 140;
  text-align: left;
}

td{
  font-size : 12px;
  line-height : 19px;
  text-align: center;
}

h1 {
	font-size: 30px;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 14px;
}
-->