
/*見出しとリスト*/
H1{
  font-size : 22px;
  color : #000099;
  text-align : center;
 }
H2{
  font-size : 19px;
}
H3{
  font-size : 17px;
}  
H4{
  font-size : 16px;
 }  
LI{
  font-size : 14px;/*
  list-style-type : square;
  list-style-position : outside;*/
  line-height : 150%;
}

/*ページ構造に関するCSS（全体）*/
BODY{
  font-family : "ＭＳ Ｐゴシック", "Osaka", sans-serif;
  /*color : #696969;*/

  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;

  scrollbar-face-color: #ffffff;
  scrollbar-highlight-color: #C0C0C0;
  scrollbar-shadow-color: #C0C0C0;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-arrow-color: #C0C0C0;
  scrollbar-track-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;  
} 

#wrapper{
  width : 735px;
  hight : 450px;  
  line-height: 150%;  

  margin-top : 10px;
  margin-left : 10px;
  margin-right : 0px;
  margin-bottom : 0px;

  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 10px;
  padding-top : 10px;

  font-size : 15px;
  height : 500px;
 
  border-style : solid;
  border-width : 1px;
  border-color: #C0C0C0;
}

#content TABLE{
  font-size : 15px;
  width : 650px;
}
