@charset "Shift_JIS";



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

font_small.css

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

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



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

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

#contents{
	font-size:  93%;
}
