@charset "utf-8";
/* CSS Document */
/*
ul,li { 
	margin:0;
	padding:0; 
}

fieldset,img { 
	border:0; 
}

ol,ul { 
	list-style:none; 
}
*/
#menuF {
	text-align: justify;
}

#menuF ul,
#menuF li {
	float: left;
	margin-left: 0;
}

#menuF li#txtSize {
	float:left;
	font-size: small;
	line-height: 34px;
	text-align: right;
	width: 90px;
	height: 34px;
	padding-right: 6px;
}

#menuF ul li a {
	display: block;
	overflow: hidden;
	width: 23px;
	height: 23px;
	margin-top: 6px;
	font-size: 0.1em;
	text-indent: -9999px;
	background: left top no-repeat;
}

/* -------------------------------------------------------
  1: Japanese
------------------------------------------------------- */

#menuF ul li#font_s a {
	background: url(../img/btn_fontsize_s.gif) left top no-repeat;
}

#menuF ul li#font_m a {
	background: url(../img/btn_fontsize_m.gif) left top no-repeat;
}

#menuF ul li#font_l a {
	background: url(../img/btn_fontsize_l.gif) left top no-repeat;
}

#menuF ul li#font_l a:hover {
	background: url(../img/btn_fontsize_l_on.gif) left top no-repeat;
}

#menuF ul li#font_s a:hover {
	background: url(../img/btn_fontsize_s_on.gif) left top no-repeat;
}

#menuF ul li#font_m a:hover {
	background: url(../img/btn_fontsize_m_on.gif) left top no-repeat;
}

/* -------------------------------------------------------
  2: English
------------------------------------------------------- */

.english #menuF ul li#font_s a {
	background: url(../../english/img/btn_fontsize_s.gif) left top no-repeat;
}

.english #menuF ul li#font_m a {
	background: url(../../english/img/btn_fontsize_m.gif) left top no-repeat;
}

.english #menuF ul li#font_l a {
	background: url(../../english/img/btn_fontsize_l.gif) left top no-repeat;
}

.english #menuF ul li#font_l a:hover {
	background: url(../../english/img/btn_fontsize_l_on.gif) left top no-repeat;
}

.english #menuF ul li#font_s a:hover {
	background: url(../../english/img/btn_fontsize_s_on.gif) left top no-repeat;
}

.english #menuF ul li#font_m a:hover {
	background: url(../../english/img/btn_fontsize_m_on.gif) left top no-repeat;
}
