﻿
body {
  font-family: 'Verdana', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
  color: gray;

}


a:link {
 
	color: gray;
  text-decoration: underline;
}
a:visited {

	color: #ff8080;
  text-decoration: none;
}


a:hover {
  color: #ff6347;
  background-color: white;
  text-decoration: underline;
}

a:active {

	color: #ff8080;}
}

table {
  font-size: 13px;
  text-align: left;
  text-valign: top;   
 line-height : 1.7;
}


td {
  font-size: 13px;
  text-align: left;
  text-valign: top;    line-height : 1.7;
}


tr {
  font-size: 13px;
  line-height: 1.7;
}


th {
  font-size: 13px;
  text-align: left;
  text-valign: top;
    line-height : 1.7;
}


p
{
  font-size: 13px;
  text-align: left;
  line-height : 1.7;
  text-valign: top;
}


div {
  font-size: 13px;
  text-valign: top;
    line-height : 1.7;
}


a {
  line-height: 1.7;
}


