@charset "UTF-8";
body{
	font-size:93.75%; /* 15px */
}
@media print, screen and (max-width: 705px) {
	body{
		font-size:81.25%; /* 13px */
	}
}

#header .sizeArea a.sizeM{
	background-image:url(/common/img/b_fontsize_md_over.gif);
}
