@charset "shift_jis";
/* CSS Document */

/*reset*/
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 addres, ul, ol, dl, dt, dd, table, th, td, form, fieldset{
  margin:0;
  padding:0;
  line-height:1.2;
  font-family: "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
h1,h2,h3,h4 {
	font-weight: normal;
	font-size: 1.0em;
}
table{
  border-collapse:collapse;
  border-spacing:0;
}
ul,ol{
  list-style:none;/*黒丸を消す*/
}
a{
color: #10418F;
/*text-decoration: none;*/
}
a:hover {
	text-decoration: none;
}
img{
 border:0;
}
ing,input{
  vertical-aligin: bottom;
}