@charset "Shift_JIS";	/* 文字コードセット */

body {
  background:#ffffff;/* 基本背景色 */
  color: #666666; /* 基本文字色 */
  text-align:center; /* IE5.5以前用中央揃え */
  font-size: 90%; /* 基本のフォントサイズ */
  line-height: 145%; /* 基本の行間 */
}
a img {
  vertical-align:top;
  border: none;
  color: #ffffff;
  background:transparent;	/* 背景透明 */
}
