@charset "UTF-8";
/* エディタの文字コード自動認識に注意 */
/*##################################################################################
	#contents以下のfont-sizeを12pxに設定した事により
	font-size計算式が以下に変わる
	% = px/0.1196
	----
	px	%		class
	 9	75	.font-sss
	10	84	.font-ss
	11	92	.font-s
	12	100	.font-m
	13	109	.font-l
	14	117	.font-ll
	15	125	.font-lll
	16	134	.font-llll
	----
##################################################################################*/

#contents {
	font-size: 92%;/* 12px */
}
.font-sss		{font-size:75%;}
.font-ss		{font-size:84%;}
.font-s			{font-size:92%;}
.font-l			{font-size:109%;}
.font-ll		{font-size:117%;}
.font-lll		{font-size:125%;}
.font-llll	{font-size:134%;}

#small-font a:link,
#small-font a:visited,
#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 {
	background-position: right top;
}
#large-font a:hover,
#large-font a:visited:hover {
	background-position: right bottom;
}

