@charset "utf-8";

html{overflow-y:scroll;}
body,h1,h2,h3,h4,h5,dl,dt,dd,ul,ol,li,div,form,input,textarea,p,table,th,td{
	margin:0;
	padding:0;
}
table{border-collapse:collapse;}
th,caption{text-align:left;font-weight:normal;}
img{border:none;}
h1,h2,h3,h4,h5{font-size:100%;}
ul{list-style:none;}



body{
	background:#fff;
	line-height:125%;
	font-family:ＭＳ Ｐゴシック,Osaka;
	font-size:0.8em;
}

/* -- Link Color --  */

/*a:link{color:#007fff;text-decoration:underline;}
a:visited{color:#007fff;text-decoration:underline;}*/
a:link{color:#007fff;text-decoration:none;}
a:visited{color:#007fff;text-decoration:none;}
a:hover{color:#f30;text-decoration:underline;}
