@charset "Shift_JIS";
/* CSS Document */

body {
	font-size: 10px;
}

/*ie7*/
*:first-child+html body {
	font-size:65%;
}
	
/*ie5-6*/
* html body {
	font-size:65%;
}

#fontsize a.small {
	background-image: url(http://www.our-think.or.jp/v-mihon/wp-content/themes/scarlett/images/smallOver.png);
	background-repeat: no-repeat;
}
#fontsize a.small:hover {
	background-image: url(http://www.our-think.or.jp/v-mihon/wp-content/themes/scarlett/images/smallOver.png);
	background-repeat: no-repeat;
}
#fontsize a.middle {
	background-image: url(http://www.our-think.or.jp/v-mihon/wp-content/themes/scarlett/images/middle.png);
	background-repeat: no-repeat;
}
#fontsize a.middle:hover {
	background-image: url(http://www.our-think.or.jp/v-mihon/wp-content/themes/scarlett/images/middleOver.png);
	background-repeat: no-repeat;
}
#fontsize a.large {
	background-image: url(http://www.our-think.or.jp/v-mihon/wp-content/themes/scarlett/images/large.png);
	background-repeat: no-repeat;
}
#fontsize a.large:hover {
	background-image: url(http://www.our-think.or.jp/v-mihon/wp-content/themes/scarlett/images/largeOver.png);
	background-repeat: no-repeat;
}

