@charset   "Shift_JIS";
A:LINK{
  color: #003399;
} /* 未訪問リンク */
A:VISITED{
  color: #990033;
} /* 訪問済みリンク */
A:HOVER{
  color: #ff0066;
text-decoration:NONE;
} /* マウスが乗ったとき */
A:ACTIVE{
  color: #ff0066;
text-decoration:NONE;
} /* クリックしたとき */

BODY{
  text-align : center;
}

#contents{
  background-color : white;
  width : 800px;
  margin-top : 10px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : auto;
}

P{
  text-align : left;
}

H1{
  font-size : 40pt;
  font-family : "ＭＳ 明朝";
  font-weight : bold;
  color : #336633;
  margin-top : 4px;
  margin-left : 4px;
  margin-right : 4px;
  margin-bottom : 4px;
border-width : 2px 2px 2px 2px;border-color : green green green green;
  padding-top : 5px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 5px;
border-style : solid solid solid solid;
}

H2{
  font-size : 14pt;
  font-weight : bold;
  background-color : #ffcc66;
  padding-top : 3px;
  padding-left : 15px;
  padding-right : 3px;
  padding-bottom : 3px;
  margin-bottom : 10px;
}

H3{
  font-size : 14pt;
  font-weight : bold;
  color : white;  
  background-color : #cc9966;
  padding-top : 3px;
  padding-left : 15px;
  padding-right : 3px;
  padding-bottom : 3px;
  margin-bottom : 10px;
}

#L{
  margin-top : 50px;
  margin-left : 0px;
  margin-bottom : 30px;border-width : 0px 0px 0px 0px;
  width : 550px;
  text-align : left;
  float : left;
}

#R{
  margin-top : 50px;
  margin-bottom : 30px;
  width : 200px;
  text-align : left;
  float : none;
  background-color : #ffffcc;
}

#navi{
  text-align : left;
  
  clear : both;
  font-size : x-small;
  background-color : #ccff99;
  padding-top : 3px;
  padding-left : 15px;
  padding-right : 3px;
  padding-bottom : 3px;
  margin-top : 15px;
  margin-bottom : 5px;
}

#link A{  
  color : white;
  background-color : maroon;
  text-decoration : none;
  padding-top : 10px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 10px;
  margin-top : 3px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 10px;
  width : 120px;
  text-align : center;
  font-weight : bold;
}

#link A:hover{  
  color : #000000;
  background-color : #ffcc00;
  text-align : center;
  padding-top : 10px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 10px;
  margin-top : 3px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 10px;
  font-weight : bold;
}

#link B{  
  color : #000000;
  background-color : #cccc00;
  text-decoration : none;
  padding-top : 10px;
  padding-left : 5px;
  padding-right : 5px;
  padding-bottom : 10px;
  margin-top : 3px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 10px;
  width : 120px;
  text-align : center;
  font-weight : bold;
}

