@charset "utf-8";

/*==================================================
アテニア トップページ用ベースフォントサイズCSS - 10/04月号から
（IE以外用）
/css/top/basefontsize.css
==================================================*/

body {
	font-size: 12px;
}


/* ボタンの状態 */
.btnfont li.btnfontSmall a { /* FontSize - Small */
	background: url(../../images_top/font_btn_small_off.gif) left top no-repeat;
}

.btnfont li.btnfontMidium a { /* FontSize - Midium */
	background: url(../../images_top/font_btn_midium_on.gif) left top no-repeat;
}

.btnfont li.btnfontLarge a { /* FontSize - Large */
	background: url(../../images_top/font_btn_large_off.gif) left top no-repeat;
}