@charset "utf-8";

/* ************************************************************************
*	RESET
************************************************************************ */

body{
	margin:0px auto;
	padding:0px;
	color:#000000;
	font-size:14px;
	text-align:left;
	/*_text-align:center;*/
	line-height:1.4em;
    font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W3","メイリオ",Verdana,Helvetica,arial,"ＭＳ Ｐゴシック",Osaka;
}
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,ol{
	list-style:none;
}
a:link, a:visited{
	color:#000;
	text-decoration:none;
}
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;
}
img{
	width: 100%;
}