
/*syokika*/

:root{
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
}

*{
	margin: 0px;
	padding: 0px;
	border-style: solid;
	border-width: 0;
	box-sizing: inherit;	
	font-size: inherit;
	line-height: inherit;
}

html, body{
	width: 100%;
	height: 100%;
}

body{
	/*font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;*/
	/*font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', メイリオ, Meiryo, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 100.01%;
	line-height: 1.4em;	
	color: #ddd;
	background-color: rgb(0,0,0);	
}

h1{ font-size: 1.6em; }
h2{ font-size: 1.3em; }
h3{ font-size: 1.1em; }
h4{ font-size: 1.0em; }
h5{ font-size: 0.9em; }
h6{ font-size: 0.8em; }

ul{
	list-style-type: none;
}

table{
	border-collapse: collapse;
}


