@charset 'UTF-8';

/* r-de.net stylesheets
 *
 * update: 2008.01.26
 * code by Hidetake Kurihara
 * copyright (c)2008 R-design. all rights reserved.
 */


/* フォントサイズ変更ボタン */
.fontBtnS { background-color: #E3E3E3; }
.fontBtnM { background-color: #ffecb2; }
.fontBtnL { background-color: #E3E3E3; }


/* フォントサイズ変更箇所 */
#Alpha h4,
#Alpha h5 {
	font-size: 108%; /*14px相当*/
	line-height: 1.5em;
}

#Alpha p,
#Alpha li,
#Alpha table {
	font-size: 108%; /*14px相当*/
	line-height: 1.5em;
}

#Alpha #Campaign table,
#Alpha #Campaign li{
	font-size:100%;
	line-height:1.5em;}