@charset "utf-8";
/* ===================================================================
CSS information

 file name  :font_l.css
 author     :Access-solutions
 style info :フォントサイズ
=================================================================== */

body {
	font-size: 92%;
}


ul#size {
}

ul#size li {
}
ul#size li a {
	text-indent: -9999px;
	overflow: visible;
	display: block;
}
li#font_s a {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/header/s_off.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 17px;
}
li#font_s a:hover{
	background-image: url(../images/header/s_on.gif);
	background-repeat: no-repeat;
}
li#font_m a {
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 17px;
	background-image: url(../images/header/m_on.gif);
	background-repeat: no-repeat;
}
li#font_m a:hover{
	background-image: url(../images/header/m_off.gif);
	background-repeat: no-repeat;
}
li#font_l {
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 17px;
	background-image: url(../images/header/l_on.gif);
	background-repeat: no-repeat;
}
li#font_l a {
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 17px;
	background-image: url(../images/header/l_on.gif);
	background-repeat: no-repeat;
}
li#font_l a:hover{
	background-image: url(../images/header/l_on.gif);
	background-repeat: no-repeat;
}
.header_btn {
	margin-left: 5px;
	margin-bottom: 5px;
}