@charset "Shift_JIS";/* 不可視ファイル  ------------------------------------------------------------ */#header h1,#main h2 {  position: absolute;  left: -9999px;}/* body ----------------------------------------------------------------------- */body {  background: #ffffff;}/* header --------------------------------------------------------------------- */#header { /* header は表示する要素無し。*/  margin: 0 auto;  padding: 50px 0; /* main を下げるために上下に padding を入れる。*/  width: 610px;  height: 28px;}/* main ----------------------------------------------------------------------- */#main {  position: relative;  width: 610px;  height: 400px;  margin: 0 auto;  background: #ffffff;}/* alt-main ------------------------------------------------------------------- *//* flash が表示されない時に表示するコンテント --------------------------------- */#main-alt {  position: absolute;  top: 0px;  left: 0px;  width: 600px;  /*height: 400px;*/}#yy {  position: absolute;  top:144px;  left: 78px;}#ooo {  position: absolute;  top:287px;  left: 295px;}/* footer --------------------------------------------------------------------- */#footer {  position: relative;  width: 610px;  margin: 0 auto; /* ボックスのセンタリング */  }#footer address {  position: absolute;  font-size: 10px;  top: 50px;  right: 4%;}