 /* *********************************_
 
  ベースファイル
　作成　2007/09/05　
　変更

　<サイトの基本色>
　濃い緑　#009900
　薄い緑　#ccffcc
　クリーム色　#ffffcc
　グレー（背景）#f0f0f0
　文字色　#555555　　
 
_ ************************************ */

BODY{
  font-size : 90%;
  line-height : 20px;
  color : #555555;
  
 
  background-repeat : no-repeat;
  background-color : #f0f0f0;
  font-family : "Times New Roman";
}
#contents{
  width : 800px;
  
  background-color : white;
  
  border-style : solid;
  border-color : 555555;
  border-width : 1px;
    
  
  
  font-weight : 100;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  padding-top : 5px;
  padding-left : 15px;
  padding-right : 25px;
  padding-bottom : 15px;
  font-size : 90%;
}
