/****** 標準 CSS *******/
@charset "shift_JIS";

/****** 基本設定 ******/
*{
/*  margin: 0;
  padding: 0;*/
}

/****** トップ広告 *******/
#topadv1{
}

/****** その他 *******/
.clear{
  clear: both;
}
.hidden{
  display: none;
}
.fleft{
  float: left;
  text-align: left;
}
.fright{
  float: right;
  text-align: right;
}
.left{
  text-align: left;
}
.center{
  text-align: center;
}
.right{
  text-align: right;
}
.vtop{
  vertical-align: top;
}
.bold{
  font-weight: bold;
}
.italic{
  font-style: italic;
}
.ul{
  text-decoration: underline;
}
.strike{
  text-decoration: line-through;
}
.nowrap{
  white-space: nowrap;
}
.nopre{
  white-space: normal;
}
.black{
  color: black;
}
.red{
  color: red;
}
.fuchsia{
  color: fuchsia;
}
.inp{
  margin: 0;
  height: 18px;
}
.inpfile{
  width: 420px;
  height: 18px;
}


