@charset "Shift_JIS";
/* CSS Document */

body {
	font-size: 12px;
}

/*ie7*/
*:first-child+html body {
	font-size:75%;
}
	
/*ie5-6*/
* html body {
	font-size:75%;
}

#fontsize a.small {
	background-image: url(http://www.our-think.or.jp/wp-content/themes/Architect/images/small.png);
	background-repeat: no-repeat;
}
#fontsize a.small:hover {
	background-image: url(http://www.our-think.or.jp/wp-content/themes/Architect/images/smallOver.png);
	background-repeat: no-repeat;
}
#fontsize a.middle {
	background-image: url(http://www.our-think.or.jp/wp-content/themes/Architect/images/middleOver.png);
	background-repeat: no-repeat;
}
#fontsize a.middle:hover {
	background-image: url(http://www.our-think.or.jp/wp-content/themes/Architect/images/middleOver.png);
	background-repeat: no-repeat;
}
#fontsize a.large {
	background-image: url(http://www.our-think.or.jp/wp-content/themes/Architect/images/large.png);
	background-repeat: no-repeat;
}
#fontsize a.large:hover {
	background-image: url(http://www.our-think.or.jp/wp-content/themes/Architect/images/largeOver.png);
	background-repeat: no-repeat;
}

