@charset "UTF-8";

/*
fonts.css
*/


/* Btn Ctrl */

#fontsize ul li.fontsS a {
	background-position: left top;
}

#fontsize ul li.fontsM a {
	background-position: left top;
}

#fontsize ul li.fontsL a {
	background-position: left bottom;
}

html #fontsize ul li.fontsL a {
	width: 18px;
	margin-left:11px;
	background: url(../img/font_sizeL.gif) no-repeat;
	background-position: left bottom;
}

html,body {
	color: #333;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "Osaka", "ＭＳ Ｐゴシック", verdana, arial, sans-serif;

}

table {
	font-size: inherit;
	font: 100%;
}

select, input, textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}

pre, code {
	font: 115% monospace;
	*font-size:100%;
}

body * {
	line-height: 140%;
}


