@charset "utf-8";
/*================================================================

リセット／共通

================================================================*/

/*	fontsize : 12px[default]
---------------------------------
10px	84%		19px	159%
---------------------------------
11px	92%		20px	167%
---------------------------------
12px	100%	21px	175%
---------------------------------
13px	109%	22px	184%
---------------------------------
14px	117%	23px	192%
---------------------------------
15px	125%	24px	200%
---------------------------------
16px	134%	25px	209%
---------------------------------
17px	142%	26px	217%
---------------------------------
18px	150%			
---------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
html { 
	overflow-y: scroll; /* firefoxのスクロールバーを常に表示 */
	height: 100%;
}
body {
 width: 100%;
 line-height: 1.6;
 color: #FFF;
 font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
 font-size: 12px;
 background: #000000;
}
/* for IE6 */
* html body { 
	font-size: 75%;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
* html input, * html textarea {
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
/* for IE7 */
*:first-child+html body { font-size: 75%; }

table {
	border-collapse: separate;
	border-spacing: 0;
	font-size: inherit;
}
td, th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul, li { list-style: none; }
caption, th {
	text-align: left;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #0953ae;
	outline: none;
}
a:hover { color: #0b75f0; }
br { letter-spacing: normal; }
hr { display: none; }
img {
	vertical-align: bottom;
	border: none;
}