/* CSS definition for fonts */

/* {font-style font-variant font-weight font-size/line-height font-family;} */

/* Standard elements */
body { font-size: 12px; line-height: 140%; font-family: Arial, 'ＭＳ Ｐゴシック'; font-weight: normal; }
table, td { font-size: 12px; line-height: 140%; font-family: Arial, 'ＭＳ Ｐゴシック'; font-weight: normal; }

/* Standard fonts */
.gxsmall { font-size: 12px; line-height: 130%; font-family: Arial, 'ＭＳ Ｐゴシック'; font-weight: normal; }
.gsmall { font-size: 12px; line-height: 150%; font-family: Arial, 'ＭＳ Ｐゴシック'; font-weight: normal; }
.gmedium { font-size: 14px; line-height: 150%; font-family: Arial, 'ＭＳ Ｐゴシック'; font-weight: normal; }
.glarge { font-size: 18px; line-height: 150%; font-family: Arial, 'ＭＳ Ｐゴシック'; font-weight: bold; }
.gxlarge { font-size: 18px; line-height: 130%; font-family: Arial, 'ＭＳ Ｐゴシック'; font-weight: bold; }
.gxxlarge { font-size: 24px; line-height: 130%; font-family: Arial, 'ＭＳ Ｐゴシック'; font-weight: bold; }

.gsmaller { font-size: smaller; line-height: 140%; font-family: Arial, 'ＭＳ Ｐゴシック'; }
.glarger { font-size: larger; line-height: 140%; font-family: Arial, 'ＭＳ Ｐゴシック'; }


/* link styles */
a:link { color: #2C42A6; text-decoration: none}
a:hover { color: #2C42A6; text-decoration: underline}
a:visited { color: #2C42A6; text-decoration: none}

/* color */
.white {color: #FFFFFF; }
.gxsmall_bold {
font-size: 12px; line-height: 130%; font-family: Arial, 'ＭＳ Ｐゴシック'; font-weight: bold;
}
.gxsmallglay {
	font-size: 12px;
	line-height: 130%;
	font-family:'ＭＳ Ｐゴシック', sans-serif;
	font-weight: normal;
	color: #999999;
}
#whatsnew a:link { color: #2C42A6; text-decoration: none; font-weight:bold;}
#whatsnew a:hover { color: #2C42A6; text-decoration: underline; font-weight:bold;}
#whatsnew a:visited { color: #2C42A6; text-decoration: none; font-weight:bold;}

