/* bodyスタイル */
BODY{
  padding-top : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-bottom : 0px;
  text-align : center;
  background-image : url(image/bg.gif);
}

/* h1スタイル（既存属性） */

H1{
  font-size : 12px;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}



/* h1スタイル（TOPヘッダー） */
.header{
  width : 715px;
  background-color : white;
}

.header H1{
  font-size:12px;
  float:left;
  width : 600px;
  font-weight : bolder;
  background-position : left bottom;
  text-align : left;
  margin-top : 1px;
  line-height : 14px;
  margin-bottom : 1px;
  color : #cccccc;
}

/* サイトマップ（ヘッダー） */
.header A{
  font-size:12px;
  float:right;
  width : 115px;
  font-weight : bolder;
  background-position : right bottom;
  text-align : right;
  text-decoration : none;
  margin-top : 1px;
  line-height : 14px;
  margin-bottom : 1px;
  color : #cccccc;
}

/* トップページh2属性 */
.top-h2{
  font-size : 12px;
  font-weight : normal;
  line-height : 12px;
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;
}












