@charset "UTF-8";
/* エディタの文字コード自動認識に注意 */
/*##################################################################################
	#contents以下のfont-sizeは13px
	font-size計算式は以下
	px	%		class
	10	77	.font-sss
	11	85	.font-ss
	12	92	.font-s
	13	100	.font-m
	14	107	.font-l
	15	114	.font-ll
	16	122	.font-lll
	17	129	.font-llll
	----
##################################################################################*/

#contents {
	/* 13px */
}
.font-sss		{font-size:77%;}
.font-ss		{font-size:85%;}
.font-s			{font-size:92%;}
.font-l			{font-size:107%;}
.font-ll		{font-size:114%;}
.font-lll		{font-size:122%;}
.font-llll	{font-size:129%;}

#small-font a:link,
#small-font a:visited {
	background-position: left top;
}
#small-font a:hover,
#small-font a:visited:hover {
	background-position: left bottom;
}
#medium-font a:link,
#medium-font a:visited,
#medium-font a:hover,
#medium-font a:visited:hover {
	background-position: center bottom;
}
#large-font a:link,
#large-font a:visited {
	background-position: right top;
}
#large-font a:hover,
#large-font a:visited:hover {
	background-position: right bottom;
}

