﻿@charset "UTF-8";

/* /// NOTES - large.css //////////////////////////// 
	- フォントサイズ指定
	- テキストサイズ変更ボタン
 ////////////////////////////////////////////// */


/* ----------------------------------------------------- */
/* テキストサイズ：大  */
/* ----------------------------------------------------- */

/* フォントサイズ指定 */
#main, #side_a, #side_b {
	font-size: 100%;
}


/* テキストサイズ変更ボタン：[大]設定時の背景ハイライトカラー */
#main #textsize a.large,
#header #textsize a.large {
	background: #004E99;
	color: #FFF;
}

#main #textsize a.large:hover,
#header #textsize a.large:hover {
	background: #407AB3;
}
