/* CSS Document */

body {
	font-size: 16px;
	color:#333;
}
/* IE 6 or sooner*/
* html body {
	font-size: 100%;
}


/* ボタンの表示状態
--------------------*/
#fsmall a {
	background-position: 0 0px;
}
#fmiddle a {
	background-position: -25px 0;
}
#flarge a {
	background-position: -50px -44px;
}

#fsmall a:hover {
	background-position: 0 -22px;
}

#fmiddle a:hover {
	background-position: -25px -22px;
}
#flarge a:hover {
	background-position: -50px -44px;
}

