@charset "shift_jis";
/*======================================
　1.Reset
=======================================*/

body,div,p,form,input,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,address {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
  line-height: 1.5;
}
img {
  border:0;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
ul {
  list-style: none;
}
/*======================================
　2.Fonts
=======================================*/

body {
  font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,Osaka, 'ＭＳ Ｐゴシック',sans-serif;
  background-color : #e1ebf2;
  background-image : url(../img/bg_body_01.gif);
  background-repeat : repeat-x;
  margin : auto;
  text-align : center;
  color : #06296b;
  font-size : 14px;
}
table{
  font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,Osaka, 'ＭＳ Ｐゴシック',sans-serif;
  margin : 0px;
  font-size : 14px;
}
/*======================================
　3.Other
=======================================*/
p {
  font-size: 14px;
}
/* --- link --- */
a {
  text-decoration : none;
}
a:visited {
  color : #0c234c;
}
a:hover {
  color : #ff8040;
  text-decoration: none;
}
