﻿body {
	font-size: 90%
}

#header #fsize
{
float:left;
width: 320px;
height: 65px;
font-family:"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka;
margin: 5px 0 0 0;
}

#header2 #fsize
{
float:left;
width: 320px;
height: 65px;
font-family:"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka;
margin: 5px 0 0 0;
}

#fsize ul
{
float:right;
list-style:none;
margin: 0;
padding: 0;
}

#fsize ul li#moji
{
float:left;
width: 70px;
margin:  10px 0 0 0;
padding: 0 0 0 20px;
font-size: 12px;
line-height: 15px;
color: black;
}

#fsize ul li#mn01 {float:left;background:url(images/small_on.gif) no-repeat bottom left;}
#fsize ul li#mn02 {float:left;background:url(images/normal_off.gif) no-repeat bottom left;}
#fsize ul li#mn03 {float:left;background:url(images/large_on.gif) no-repeat bottom left;}

#fsize ul li#mn01 a {
  width:15px;
  height:21px;
  margin:  5px 0 0 0;
  padding: 0 0 0 3px;
  background: url(images/small.gif) no-repeat bottom left;
  display:block;
  text-indent:-9999px;
  line-height: 15px;
}

#fsize ul li#mn02 a {
  width:17px;
  height:21px;
  margin:  5px 0 0 0;
  padding: 0 0 0 3px;
  background: url(images/normal_off.gif) no-repeat bottom left;
  display:block;
  text-indent:-9999px;
  line-height: 15px;
}

#fsize ul li#mn03 a {
  width:21px;
  height:21px;
  margin:  5px 0 0 0;
  padding: 0 0 0 3px;
  background: url(images/large.gif) no-repeat bottom left;
  display:block;
  text-indent:-9999px;
  line-height: 15px;
}

#fsize ul li#mn01 a:hover {background:url(images/small_on.gif) no-repeat bottom left;}
#fsize ul li#mn02 a:hover {background:url(images/normal_off.gif) no-repeat bottom left;}
#fsize ul li#mn03 a:hover {background:url(images/large_on.gif) no-repeat bottom left;}



