/* @charset "Shift_JIS"; */

/* --------------------全体 */
body {margin: 0 0; padding: 0 10px; text-align: center; /*中央寄せ? margin: 0px auto;*/
      background-color: #ffffff;/* 背景色＝白 */
      font-family: 
     "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ",
     "Meiryo","ＭＳ Ｐゴシック","MS PGothic","sans-serif";   /* フォントの種類*/ }

/* ----------------------リンク指定（基本） */

a:link {color: #0033cc; text-decoration: none;}       /* 未訪問・下線なし・青 */
a:visited {color: #001155; text-decoration: none;}    /* 訪問済・下線なし・紺 */
a:hover {color: #ccee00; text-decoration: underline;} /* 選択中・下線あり・ライム色 */

/* ----------------------レイアウト（本文） */

p.text {text-align: left; line-height: 180%; font-size: 72%; padding: 0px;  margin-bottom: 0;}


