@charset "shift_jis";

/*********************************************************************
 *
 *  </common/css/module/font_medium.css>
 *
 * ===================================================================
 *
 *  ■「文字サイズ: 中」のフォントサイズ指定用CSS
 *
 *    ※ここではbody要素のフォントサイズのみ指定。
 *      他の要素は、bodyのフォントサイズに対する相対指定のため。
 *
 *********************************************************************/

body {
	font-size: 12px;
}
/*
body table th,
body table td,
body table caption {
	_font-size: 75%;
}
*/
/*「中」選択時 */

div#header div#font_changer dl dd.small {
	background: url(/jp/common/image/bg_font_small.gif) no-repeat 0 100%;
	cursor: pointer;
}

div#header div#font_changer dl dd.medium {
	background: url(/jp/common/image/bg_font_medium_self.gif) no-repeat 0 100%;
	cursor: default;
}

div#header div#font_changer dl dd.large {
	background: url(/jp/common/image/bg_font_large.gif) no-repeat 0 100%;
	cursor: pointer;
}
