﻿@charset "utf-8";

body{
	font-size: 108%;
}
*:first-child+html body{
	font-size: 93%;
}

/* ボタンの表示状態
--------------------*/
/*カレント*/

div#fontSize #small a{
 width: 25px;
 background: url(../img/common_fontsize_btn01.gif) no-repeat;
}

div#fontSize #default a{
 width: 25px;
 background: url(../img/common_fontsize_btn02.gif) no-repeat;
}

div#fontSize #large a{
 width: 25px;
 background: url(../img/common_fontsize_btn03_jp.gif) no-repeat;
}
