/* CSS Document */

/* 文字サイズを変更する部分
--------------------*/

#location,
#contentsarea,
#footer {
	font-size:72%;
	line-height:1.8;
}

/* ボタンの表示状態
--------------------*/

#fsmall a {
	background:url(../img/word_s_on.jpg) no-repeat 0 0;
}

#fmiddle a {
	background:url(../img/word_m.jpg) no-repeat 0 0;
}

#flarge a {
	background:url(../img/word_l.jpg) no-repeat 0 0;
}
