@charset   "Shift_JIS";
BODY {
	color: navy;
	background-color: white;
	font-family: Verdana,Arial,sans-serif;
	font-size: x-small;
	margin-left: 12px;
}

/*リンク下線を消す*/
a{
  color : blue;
  text-decoration: none;
}

/*未読リンクの色*/
a:link{
  color : blue;
}

/*既読リンクの色*/
a:visited{
  color : blue;
}

/*リンククリック時の色*/
a:active{
  color : blue;
}

/*リンクポイント時の色*/
a:hover{
  color : blue;
  text-decoration: underline;
}


h1{
  color : white;
  background-color : #68bbff;
  font-size : small;
  font-family : Verdana,Arial,sans-serif;
  font-weight : 600;
  line-height : 28px;
  vertical-align : sub;
  margin-top : 6px;
  margin-bottom : 6px;
}
h2{
  color : navy;
  font-size : x-small;
  margin-top : 6px;
  margin-bottom : 6px;
  margin-left : 6px;
}
h3{
  color : navy;
}
TH{
  color : white;
  background-color: #CC0033;
}
td{
  color : navy;
  background-color : white;
  font-size : x-small;
  font-family : Verdana,Arial,sans-serif;
}
P{
  margin-left : 12px;
  margin-top : 6px;
  margin-bottom : 6px;
}
hr{
  height: 1px; 
  color : #68bbff;
}
