@charset "UTF-8";
/* CSS Document */

/*css reset*/

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, 
brockquote, pre, table, caption, th, td, address, 
form, fieldset, legend, object {
  margin: 0;
  padding: 0;
}

body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;	
}

img {
  vertical-align: top;
  margin: 0;
}

a img {
  border: none;
}

ul {
	list-style: none;
	}

