/*   
CSS無し用(no-css.css)
*/

/* _______________ベーシック_______________ */
html {
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
}

#Picture {
  height: 0px;
  display: none;
}

#Picture02 {
  height: 0px;
  display: none;
}

/* _______________警告用_______________ */
* html #WarningIE6 {
  margin: 0;
  padding: 15px 25px;
  display: block;
  position: absolute;
  top: 25px;
  right: 50px;
  background: #FFFFFF;
  border-left: 5px dotted #f3b2b2;
}

#WarningIE6 { display: none; }

div#WarningCSS {
  display: none;
  margin: 0;
  padding: 0;
  width: 0;
}

#wrap em {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 0;
}

/* _______________非表示用_______________ */
#PrintMessageBox {
  display: none;
  height: 0px;
}