/*--------------------          fontsize_large - 大きな文字サイズ          --------------------*/

body {
	font-size: 16px;
}

h1,h2,h3 {
	font-size:18px;
	font-weight:bold;
}

h4,h5 {
	font-size:17px;
	font-weight:bold;
}

a#fontLarge {
	background: url(../img/btn_font_large_on.jpg) left top no-repeat;
}

a#fontLarge img {
	visibility: hidden;
}
