@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;
  font-size : 13px;
}
table{
  font-family:'メイリオ','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Meiryo,Osaka','ＭＳ Ｐゴシック','sans-serif';
  font-size : 12px;
  color : #777777;
}
/*======================================
　3.Other
=======================================*/
/*------ link ------*/
a {
  text-decoration : none;  
  color : #666666;
}
a:visited {
  color : #424242;
  text-decoration : none;  
}
a:hover {
  color : green;
  text-decoration: none;
}
th{
  padding : 0px;
  margin : 0px;
  text-align : left;
}
