@charset "utf-8";
/* 基本フォントサイズ */
div#contents #rightBlock h2 {
	font-size:0.8em;
}

*html div#contents #rightBlock h2 {
	font-size:10px;
}

div#contents #rightBlock h2.line {
	font-size:0.8em;
}

*html div#contents #rightBlock h2.line {
	font-size:10px;
}

/*お知らせ*/
div#news {
	font-size:0.9em;
}

*html div#news {
	font-size:10px;
}

/*フッター*/
div#footer {
	font-size:0.8em;
}

*html div#footer {
	font-size:10px;
}

div#footer h2 {
	font-size:1.2em;
}

*html div#footer h2 {
	font-size:12px;
}


div#copy {
	font-size:0.8em;
}

*html div#copy {
	font-size:10px;
}


/* 文字サイズ変更ボタン用画像配置 */
div#Header td.smallButton a {
	background-position:left bottom;
	}
div#Header td.mideumButton a {
	background-position:left top;
	}
div#Header td.largeButton a {
	background-position:left top;
	}


