@charset "utf-8";
@import url("styles.css");

html {
	height: 100%;
	background-color: #000000;
}

/*タグ効果無効*/
body{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 13px;
	color: #333333;
	line-height: 160%;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding: 0px;
	height: 100%;
}


a:link {

}



a:visited {


}

a:hover {

}

h1,h2,h3,h4,h5,h6,p,ul,dl,dt,dd {
	margin:0px;
	padding:0px;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	list-style-type: none;
	line-height: 21px;
}

form {
	margin: 0px;
	padding: 0px;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

