@charset "UTF-8";
@media screen
{

/* 文字サイズ変更後（L・M・S） */
body.fontL{ font-size:100%; }
body.fontM{ font-size:84%; }
body.fontS{ font-size:77%; }

/* 文字サイズ変更ボタン */
dl#size{
	width: 145px;
}
dl#size dt{
	float: left;
	width: 87px;
	height: 19px;
	background: url(../common/fs_title.jpg) no-repeat;
	text-align: left;
	text-indent: -9999px;
}
dl#size dd{
	text-indent: -9999px;
}
dl#size ul{ display: inline; }

/* 大中小の字（変更必要なし） */
li#small, li#medium, li#large{
	float: left;
	display: block;
	cursor: pointer;
	width: 19px;
	height: 19px;
	line-height: 1.0;
	font-size: 0px;
}
li#small{ background: url(../common/fs_s.jpg) no-repeat; }
li#medium{ background: url(../common/fs_m.jpg) no-repeat; }
li#large{ background: url(../common/fs_l.jpg) no-repeat; }


body.fontL li#large{ background-position: 0 -19px; }
body.fontM li#medium{ background-position: 0 -19px; }
body.fontS li#small{ background-position: 0 -19px; }

li#small:hover, li#medium:hover, li#large:hover{
	background-position: 0 -19px;
}


/* 削除不可 */
}