/* CSS Document */
/* 基本設定 */
body{
	font-size:9pt;
	line-height: 140%;
	background-color: #EBEBEB;
}
td{
	font-size:9pt;
	line-height: 140%;
}
/* フォント */
.px10 {font-size: 10px; line-height: 140% }
.px12 {font-size: 12px; line-height: 140% }
.px16 {font-size: 16px; line-height: 140% }
.px16white {font-size: 16px; line-height: 140%; color: #FFFFFF}
.style1 {color: #CC0000}
.style2 {color: #000000}
.style3 {color: #FFFFFF}
.style5 {color: #F3F3F3}
.stylegray {color: #333333; line-height: 140% }
/* リンク */
a:link {
	text-decoration: none;
	color: #003300;
}
a:visited {
	text-decoration: none;
	color: #003300;
}
a:hover {
	text-decoration: underline;
	color: #666600;
}
a:active {
	text-decoration: none;
}

/*  */
.style14 {color: #F3F3F3; font-weight: bold; }
/*  背景色 フッター  */
.footer_bg {
	background-color: #666666;
}
/*  背景色 グレー  */
.bg_gray1 {
	background-color: #EBEBEB;
}
/*  背景色 メイン画面のグレー  */
.bg_gray2 {
	background-color: #CACACA;
}
/*  背景色 濃い目の赤  */
.footer_bg_green {
	background-color: #1d2088;
}
/*  背景色 明るい色  */
.bg_brightgreen {
	background-color: #EBEBEB;
}

