@charset "UTF-8";
/* エディタの文字コード自動認識に注意 */
/*##################################################################################
	#contents以下のfont-sizeを16pxに設定した事により
	font-size計算式が以下に変わる
	% = px/0.1586
	----
	px	%		class
	13	82	.font-sss
	14	88	.font-ss
	15	95	.font-s
	16	100	.font-m
	17	107	.font-l
	18	114	.font-ll
	19	120	.font-lll
	20	126	.font-llll
	----
##################################################################################*/

#contents {
	font-size: 122%;/* 16px */
}
.font-sss		{font-size:82%;}
.font-ss		{font-size:88%;}
.font-s			{font-size:95%;}
.font-l			{font-size:107%;}
.font-ll		{font-size:114%;}
.font-lll		{font-size:120%;}
.font-llll	{font-size:126%;}

#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 {
	background-position: center top;
}
#medium-font a:hover,
#medium-font a:visited:hover {
	background-position: center bottom;
}
#large-font a:link,
#large-font a:visited,
#large-font a:hover,
#large-font a:visited:hover {
	background-position: right bottom;
}

