@charset "utf-8"; 

body {
  font-size: 100%;
  line-height: 150%;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  }
  

#fsmall a {
	width: 21px;
	height:26px;
	display:block;
	text-decoration:none;
	background-image: url(../images/fs-small.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#fmiddle a {
	width: 21px;
	height:26px;
	display:block;
	text-decoration:none;
	background-image: url(../images/fs-middle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#flarge a{
	width: 21px;
	height:26px;
	display:block;
	text-decoration:none;
	background-image: url(../images/fs-large_o.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#fsmall a:hover {
	background-image: url(../images/fs-small_o.jpg);
	width: 21px;
	height:26px;
	display:block;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: left top;
}
#fmiddle a:hover {
	background-image: url(../images/fs-middle_o.jpg);
	width: 21px;
	height:26px;
	display:block;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: left top;
}
