@charset "UTF-8";
/*======================================
　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 : Meiryo,メイリオ,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,ＭＳ Ｐゴシック,sans-serif;
  margin : auto;
  text-align : center;
  font-size : 13px;
}
table{
  font-family : Meiryo,メイリオ,Hiragino Kaku Gothic Pro,ヒラギノ角ゴ Pro W3,ＭＳ Ｐゴシック,sans-serif;
  margin : 0px;
  font-size : 14px;
  color : #2e2e2e;
}
/*======================================
　3.Other
=======================================*/
p {
  font-size : 14px;
}
/* --- link --- */
a {
  text-decoration : none;
  color : #666666;
}
a:visited {
  color : #666666;
  text-decoration : none;
}
a:hover {
  color : #2ea600;
  text-decoration: none;
}
th{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  text-align : left;
}
h1,h2,h3,h4,h5,h6{
  font-size : 13px;
  font-weight : normal;
}

