@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;
}
img {
  border:0;
  margin : 0px;
}
ul {
  list-style: none;
}
/*======================================
　2.Fonts
=======================================*/

body {
  font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,Osaka, 'ＭＳ Ｐゴシック',sans-serif;
  margin : auto;
  text-align : center;
  color : #727272;
  font-size : 12px;
}
table{
  font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,Osaka, 'ＭＳ Ｐゴシック',sans-serif;
  margin : 0px;
  font-size : 12px;
  color : #727272;
}
/*======================================
　3.Other
=======================================*/
p {
  font-size : 13px;
}
/* --- link --- */
a {
  text-decoration : none;
}
a:visited {
  color : #5a5b72;
}
a:hover {
  color : #428c8c;
  text-decoration: none;
}