/* CSS Document */


P,td,th{color:#000000;font-size:10pt;}
A:LINK{text-decoration:none;color :#555555;}
A:HOVER{text-decoration:underline;color :#FF6600;}

BODY {
  background-image: url("images/top_bg2.gif"); /* 全体の背景画像 */
  background-repeat: repeat-y;            /* 背景を繰り返さない */
  background-position: 50% 50%;            /* 背景画像の位置は画面中央 */
}

h1 {
  color:#FFFFFF;font-size:10pt;
  font-weight:normal;}
  
h2 {
  color:#000000;font-size:10pt;
  font-weight:normal;
  text-align: right; 
  vertical-align: bottom;}
  
h3 {
  color:#000000;font-size:10pt;
  font-weight:normal;}
