@charset "utf-8";

/* ************************************************************************
*	RESET
************************************************************************ */

body{
	margin:0px auto;
	padding:0px;
	color:#505050;
	font-size:16px;
	text-align:left;
	_text-align:center;
	line-height:1.4em;
    font-family:'Noto Sans JP','Yu Gothic','ヒラギノ角ゴ Pro W3','メイリオ','ＭＳ Ｐゴシック',Osaka,sans-seri,fVerdana,Helvetica,arial;
}
/*-------------font-------------*/
/*@font-face {
   font-family: "NotoSansCJKjp-Regular";
   src: url("../font/NotoSansCJKjp-Regular.otf") format("truetype");
}
@font-face {
			font-family: "NotoSansCJKjp-Bold.otf";
}*/
div, form, input, h1, h2, h3, h4, h5, h6, p, ul, li, ol, li, dl, dt, dd, hr{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
ul{
	list-style:none;
}
a:link, a:visited{
	color:#000;
	text-decoration: underline;
}
a:hover, a:active{
	color:#000;
	text-decoration:none;
}
.clear{
	overflow:hidden;
	_zoom:1;
}
*:first-child+html header{
  position: fixed;
  height: 28px;
  width: 100%;
  background-color: #000;
  top: 0;
  z-index: 1000;
}
table{
	border-collapse:separate;
}