@charset "Shift-JIS";

/*======================================
	Font-size Adjustment
	0.8em  = 10px	| 	1.3em = 16px
	0.85em = 11px	|	1.4em = 18px
	0.9em  = 12px	|	1.5em = 20px
	1em    = 13px	|
	1.1em  = 14px	|
	1.2em  = 15px	|
	line-height: 1.4 <実数値>
	AND
	MARGIN PADDING DEFAULT SET
=======================================*/
html {
	height: 100%;
	overflow-y: scroll;
	}

body {
	margin: 0px;
	padding: 0;
	background-color: #000;
	text-align: center;
	font-size: 13px;/* モダンブラウザ向け */
	*font-size: small;/* IE 7向け */
	*font: x-small; /* IE 6以下 */
	}
/* 以下削除 */
body {
    font-size: small !important; /* IE 7向け */
}
html>/**/body {
    font-size: 13px; /* モダンブラウザ向け */
}
/* 以上削除 */

table {
	font-size: inherit;
	font: 100%;
	}

select,
input,
textarea {
	font-size: 99%;
	}

h1, h2, h3, h4, h5, h6, address {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 100%;
	}

blockquote, p, pre, ul, ol, li, dl, dt, dd {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	line-height: 100%;
	}
li { list-style-type: none; }
table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	line-height: 100%;
	font-style: normal;
	font-weight: normal;
	border-collapse:collapse;
	}

hr {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	}
fieldset {
	border: 0;
	}
form, fieldset, input, button, select, optgroup, option, textarea,
label, legend {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 100%;
	}
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, q, br,
ins, del, a, img, object {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	}

/* <line-height 実数値> */
html, body, div, span, address, em, strong, dfn, cite, abbr, acronym,
blockquote, q, sub, sup, p, ins, del, ul, ol, li, dl, dt, dd, caption,
th, td, input, button, select, optgroup, option, textarea, label, legend {
	line-height: 1.4;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", helvetica, sans-serif;
	}

h1, h2, h2 span, h3, h4, h5, h6 {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", helvetica, sans-serif;
	}

pre, code, samp, kbd, var {
	font-family: monospace;
	}

sub, sup {
	font-size: 50%;
	}