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

/* 文字サイズ変更後（L・M・S） */
body.fontL{ font-size:14px; }
body.fontM{ font-size:12px; }
body.fontS{ font-size:10px; }

/* 文字サイズ変更ボタン */
dl#size{
	width: 153px;
	position: absolute;
	top: 53px;
	right: 0;
	height: auto;
	overflow: hidden;
	font-size: 10px;
	line-height: 1.0;
}
dl#size dt{
	float: left;
	width: 96px;
	height: 19px;
	background: url(../common/head_switcher_title.jpg) no-repeat;
	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/head_switcher_s.jpg) no-repeat; }
li#medium{ background: url(../common/head_switcher_m.jpg) no-repeat; }
li#large{ background: url(../common/head_switcher_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;
}


/* 削除不可 */
}
