@charset "utf-8";
/*----------------------------
文字サイズ「大」
------------------------------*/

dl,ul,p,table {
	font-size:1.0em;}

#gaibuLink {
	font-size:1.0em;}

#headerArea input {
	font-size:1.0em !important;}

#maContents .update {
	font-size:1.0em !important;}

#toiawaseArea p {
	font-size:1.0em !important;}

#ikenArea,
#ikenArea input{
	font-size:1.0em !important;}

/* ボタンの表示状態
--------------------*/
#fsmall a {
	background-image: url(../image/txt_change_small.gif);
	background-repeat: no-repeat;
	background-position: center middle;
}
#fmedium a {
	background-image: url(../image/txt_change_middle.gif);
	background-repeat: no-repeat;
	background-position: center middle;
}
/*カレント*/
#flarge a {
	background-image: url(../image/txt_change_big_ov.gif);
	background-repeat: no-repeat;
	background-position: center middle;
}
/*カレント*/
#fsmall a:hover {
	background-image: url(../image/txt_change_small_ov.gif);
}
#fmedium a:hover {
	background-image: url(../image/txt_change_middle_ov.gif);
}
カレント
#flarge a:hover {
	background-image: url(../image/txt_change_big_ov.gif);
}

