@charset"utf-8";

html {
  overflow-y: scroll;
  }

body {
  background: url(../photo/bg.gif) repeat-x top #fff;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 60%;
  margin: 0px;
  padding: 0px;
  color: #3f3f3f;
  }

#container {
  width: 820px;
  margin: 0px auto auto auto;
  text-align: left;
  }

* {
  margin: 0px;
  padding: 0px;
  }



/* N̐ݒ */

a:link {
  color: #0860a8;
  text-decoration: none;
  }

a:visited {
  color: #0860a8;
  text-decoration: none;
  }

a:hover {
  color: #390;
  text-decoration: underline;
  }
  
a:active {
  color: #f00;
  text-decoration: underline;
  }

/* Xg̗]vȋ󔒍폜 */

ul, ol, li {
  margin: 0px;
  padding: 0px;
  }

/* IMG̃{[_[\ */

body img {
  border: 0px;
  vertical-align: bottom;
  }

/* IEŋNBR̃oO */

br {
  letter-spacing: normal;
  }

/* hide hack from Mac-IE5 \*/

* html .mybuggyelement { 
  height: 1%; 
  }


