@charset "utf-8";

@media print{
	body{
	zoom:80%;
	}
}

body {
font-family:"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
}

/*-- reset --*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin:0;
  padding:0;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

fieldset,img {
  border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal;
  font-weight:normal;
}

ol,ul {
  list-style:none;
}

caption,th,td {
  text-align:left;
  vertical-align:top;
}

abbr,acronym {
  border:0;
}


/*-- font --*/

body {
  position: relative;
	font-size:12px;
	letter-spacing:0em;
	color:#333333;
}

table {font-size:100%;}
select, input, textarea {font-size:100%;}
body * {line-height:1.5em;}


h1, h2, h3, h4, h5, h6, em {
  font-size:100%;
  font-weight:normal;
}

