(home.css)
@charset "EUC-JP";


a:hover{
  color:#228B22;
  font-weight:bold
}

.en-ss {
  font-family : "Times New Roman", sans-serif;
 }

.en-s {
  font-family : "Arial", serif;
 }

.jp-ss {
  font-family : "ＭＳ Ｐ明朝", "平成明朝", sans-serif;
 }

.jp-s {
  font-family : "ＭＳ Ｐゴシック", "Osaka", serif;
 }


 H3{
  font-family : "Times New Roman", "ＭＳ Ｐ明朝", "平成明朝", sans-serif;
  color : silver;
  background-color : navy;
  text-align : center;
  margin-top : auto;
  margin-bottom : 0em;
  border-top-color : red;
  font-style : italic;
}

H2{
  font-family : "Arial", "ＭＳ Ｐゴシック", "Osaka", serif;
  font-weight : bold;
  color : navy;
}

body{
  font-family : "Times New Roman", "ＭＳ Ｐ明朝", "平成明朝", sans-serif;
}

TD{
  text-indent : 0px;
  border-top-style : solid;
  border-left-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-color : navy navy navy navy;
  border-top-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-left-width : 1px;
  padding-top : 3px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 3px;
}