@charset "Shift_JIS";	/* 文字コードセット */

body {
  background:white url(../image/common/mainbg.gif) repeat-x;
  color: #545454; /* 基本文字色 */
  text-align:center; /* IE5.5以前用中央揃え */
  font-size: 13px; /* 基本のフォントサイズ */
  font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sanserif;
  line-height: 145%; /* 基本の行間 */
  margin:0px 0px 0px 0px;
}
a img {
  vertical-align:top;
  border: none;
  color: #ffffff;
  background:transparent;	/* 背景透明 */
}