@charset "utf-8";

body {
	font-size: 65%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
	text-align:center;
	color: #333333;
	background: #e4e4e4;	
}

#textsize_small a { background-position: 0 -38px; }
#textsize_medium a { background-position: -19px 0; }
#textsize_large a { background-position: -38px 0; }
#textsize_small a:hover { background-position: 0 -38px; }
#textsize_medium a:hover { background-position: -19px -19px; }
#textsize_large a:hover { background-position: -38px -19px; }

