@charset "shift_jis";


/*---------- ページ全体の指定 ----------*/

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS P ゴシック", "MS P Gothic", sans-Serif;
  argin: 0;
  adding: 0;
  font-size: 15px;
  bolor: #333333;
  ackground-image: url(img/back.gif);
  background-repeat: repeat-x;
  order-top: solid 3px #f6ad49;
}


/* IE7 用 */

*:first-child+html * {
  font-family: "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-Serif;
}


/* IE6 用 */
* html * {
  font-family: "メイリオ", Meiryo, "MS P ゴシック", "MS P Gothic", sans-Serif;
}


a:link {
 color: #db722b;
  font-size: 14px;
}

a:hover {
  color: #db8449;
  font-size: 13px;
  background-color: #fffacd;
}

a:visited {
  color: #db722b;
  font-size: 13px;
}

p {
  margin: 18px 0 18px 0;
  line-height: 180%;
  letter-spacing: 1px;
}


body {
background-color: #FFFFF0 ;
color: #000000;
font-size:15px;

}






.red{ color:red}
