@charset "Shift_JIS";

/* ----------------------- font style */


/* default */
body {
    font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Arial, Verdana, sans-serif;
	line-height: 1.5;
}



/* IE7 or less */
*+html body{
    font-size: 75%;
}
* html body {
    font-size: 75%;
}


/* size Button */

a#fontS {
	margin-top: 2px;
	display: block;
	background: url(../image/bt_fonts.jpg) left top no-repeat;
	width: 22px;
	height: 15px;
	text-indent: -9999px;
	outline: 0;
}


a#fontM {
	margin-top: 1px;
	display: block;
	background: url(../image/bt_fontm.jpg) left top no-repeat;
	width: 24px;
	height: 17px;
	text-indent: -9999px;
	outline: 0;
}



a#fontL {
	margin-top: 0;
	display: block;
	background: url(../image/bt_fontl.jpg) left top no-repeat;
	width: 26px;
	height:19px;
	text-indent: -9999px;
	outline: 0;
}

