@charset "UTF-8";

/*
fontsS.css
*/


/* Btn Ctrl */

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

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

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


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


html,body {
	color: #333;
	font-size: 13px;
	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%;
}


