* {
  margin: 0; padding: 0; 
}
* html, * html body { overflow: auto; height: 100%;}
body { overflow: auto;}
BODY {
  text-align: center;
 /*背景画像情報 */
 background-attachment:fixed;
  background-image : url(css_img/usagi_stamp01.gif);
  background-repeat : no-repeat;
  font-family: 'ヒラギノ丸ゴ Pro W4', 'メイリオ', Arial, Verdana, Osaka, MS P Gothic, sans-serif;
  
  padding-top : 100px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
}
.container{
  overflow : hidden;
  margin-left : auto;
  margin-right : auto;
  width : 810px;
  height : auto;
  padding-top : 10px;
  padding-bottom : 10px;
  border-width : 1px;
  -moz-border-radius: 10px;
  border-style : solid;
  border-color : black;
}
HR{
 width:90%;
 text-align:center;
  margin-left : auto;
  margin-right : auto;


  margin-top : 10px;
  margin-bottom : 10px;
}
/* 見出し指定 */
H1{
  text-align: center;
  font-style:normal;
 } 
h2{
  margin:0;
  padding:0 10px 0 0;
  text-align: center;
  font-style:normal;
  font-size: 24px;
  color:#000000;
  font-family: 'ヒラギノ丸ゴ Pro W4', 'メイリオ', Arial, Verdana, Osaka, MS P Gothic, sans-serif;
 } 
h3{
  text-align: left;
  font-style:normal;
  font-size: 14px;
  color:#000000;
  font-family: 'ヒラギノ丸ゴ Pro W4', 'メイリオ', Arial, Verdana, Osaka, MS P Gothic, sans-serif;
} 
h4{
   text-align: center;
  font-style:normal;
  font-size: 14px;
  color:#000000;
  font-family: 'ヒラギノ丸ゴ Pro W4', 'メイリオ', Arial, Verdana, Osaka, MS P Gothic, sans-serif;
  margin:0;
  padding:2px 0 0 0;
}
h5{
  text-align: left;
  font-style:normal;
  font-size: 12px;
  color:#000000;
  font-family: 'ヒラギノ丸ゴ Pro W4', 'メイリオ', Arial, Verdana, Osaka, MS P Gothic, sans-serif;
} 
h6{
   text-align: center;
  font-size: 10px;
  color:#000000;
  font-family: 'ヒラギノ丸ゴ Pro W4', 'メイリオ', Arial, Verdana, Osaka, MS P Gothic, sans-serif;
 } 

A{
  font-weight : 600;
  text-decoration : none;
  color : black;
}
A:VISITED{
  font-weight : 600;
  text-decoration : none;
  color : black;
}
A:LINK{
  
  text-decoration : none;
  color : black;
}
A:ACTIVE{
  text-decoration : none;
  color : black;
}

