@charset "utf-8";

html {
	
}

body {
	font-size:75%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

a {text-decoration:none;outline:none;}
a:link {color:#666;}
a:visited {color:#666;}
a:hover {color:#333;text-decoration: underline;}
a:active {color:#666;}

.clear {clear:both;}