@charset "Shift_JIS";



/*======================================================================================================================
========================================================================================================================

font_small.css

フォントサイズ選択専用スタイル（スモール）

========================================================================================================================
======================================================================================================================*/



/* 文字サイズ選択指定
-------------------------------------------------------------------------------------------------------- */

.large a{
	color:			#666666;
	font-weight:	nomal;
	text-decoration:underline;
}
.small a{
	color:			#990000;
	font-weight:	nomal;
	text-decoration:none;
}
.midium a{
	color:			#666666;
	font-weight:	nomal;
	text-decoration:underline;
}

#contents{
	font-size:  93%;
}