@charset "utf-8";

/*********************************************************************
 *
 *  </common/css/module/font_medium.css>
 *
 *  更新日: 2008.12.26
 *
 * ===================================================================
 *
 *  ■概要
 *
 *  フォントサイズ [中] 用CSS
 *
 *********************************************************************/


/*  Font Size
---------------------------------------------------------- */

body {
	font-size: 12px;
	*font-size: 75%;
}

body table th,
body table td,
body table caption {
	_font-size: 75%;
}

div#header div#font_changer dl dd.medium img {
	visibility: hidden;
}

div#header div#font_changer dl dd.large img {
	visibility: visible;
}

