@charset "utf-8";

rt{
  font-family : "Yu Gothic UI";
  font-size : xx-small
-webkit-transform:scale(0.9);
-moz-transform:scale(0.9);
-ms-transform:scale(0.9);
-o-transform:scale(0.9);
transform:scale(0.9);
}
p{
   margin: 0em 1px;   /* 上下に0em・左右に1px */
 line-height : 150%;
}
a{
 text-decoration: none;
}
a:focus, a:active, a:hover{
	text-decoration: underline;
}