@charset "utf-8";
/*==================================================
	設定リセット
==================================================*/

* {
 margin: 0;
 padding: 0;
}
html,body {
	height: 100%;
}
body {
	-webkit-text-size-adjust: none;
	font-family:"メイリオ", Meiryo, Osaka,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 1.8em;
	*font-size:small;
	*font:x-small;
	text-align: center;
	background: url(../images/bg.jpg) no-repeat center top;
	background-color: #000;
	color: #fff;
}
body,div,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
 margin: 0px;
 padding: 0px;
}
header,nav,section,footer,article {
	display: block;
}
html>body body {
 font-size: 14px;
}
h1,h2,h3,h4,h5,h6 {
 font-size: 100%;
 font-weight: normal;
}
th,td,input,textarea {
 font-size: 100%;
}
ol,ul {
 list-style: none;
}
address,em,cite {
 font-style: normal;
}
img {
 border: none;
 vertical-align: top;
}
a {
 overflow: hidden;
 text-decoration: none;
}
table {
 border-collapse: separate;
 border-spacing: 0;
}
th,td {
 text-align: left;
 font-weight: normal;
}