@import url("./pc.css") screen and (min-width:769px);
@import url("./tb.css") screen and (min-width:641px) and (max-width:768px);
@import url("./sm.css") screen and (max-width:640px);


body{
	margin:0;
	padding:0;
	color:#000000; 
	text-align:center;
font-family:'Meiryo,´ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	background-color:#000;
	letter-spacing:1px;
}
a:link{color:#0000ff;}
a:visited{color:#000090;}
a:hover{color:#ff8000;}
a:active{color:#ff0000;}
