@charset "Shift_JIS";


/* ---------------------------------------------------------------- *
	全体に関わる設定
 * ---------------------------------------------------------------- */


body {
  font-size: 13px;
  *font-size: small;
  *font: x-small;
}

body {
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",Sans-Serif;
	line-height: 1.4;
}

p {
  line-height: 1.4;
}

ul, ol, dl {
  /*line-height: 1.3;*/
}


a:link { /* リンクテキスト */
  color: #3C3C3C;
  text-decoration: none;
}

a:visited { /* 訪問済みリンク */
  color: #3C3C3C;
	text-decoration:none;
}

a:hover { /* マウスオーバーリンク */
  color: #3C3C3C;
  text-decoration: underline;
}

a:active { /* アクティブリンク */
  color: #3C3C3C;
  text-decoration: none;
}



/* ---------------------------------------------------------------- *
	各部分個別の設定/リンク
 * ---------------------------------------------------------------- */

/* foot link */
a.foot:link {color:#ffffff; text-decoration:underline; }
a.foot:visited {color:#ffffff; text-decoration:underline; }
a.foot:hover {color:#ffffff; text-decoration:none; }
a.foot:active {color:#ffffff; text-decoration:underline; }




/* ---------------------------------------------------------------- *
	各部分個別の設定/フォントカラー
 * ---------------------------------------------------------------- */
.red { color: #CC0000; }
.dred { color: #990000; font-weight: bold; }

.j10 { font-size: 10px; line-height: 13px;}