/*---------------------------------------------------------*/
/* 画面デフォルト指定 */
/*---------------------------------------------------------*/

body{
	color:#333333;
	font-family: "Ariel","sans-serif";
	background-color:#87CEFA;
}
td,th{ font-Size:12px; }
a:link   { color:#6a5acd; text-decoration:none; }
a:visited{ color:#990099; text-decoration:none; }
a:hover  { color:#ff0033; text-decoration:underline; }

/*---------------------------------------------------------*/
/* 背景色指定 */
/*---------------------------------------------------------*/

.win_frame { background-color:#0c419a; }
.menu_frame { background-color:#1e90ff; }
.bg_menu1 { background-color:#f0f8ff; }
.bg_menu2 { background-color:#ffffff; font-Size:11px; }

/*---------------------------------------------------------*/
/* 個別用途指定 */
/*---------------------------------------------------------*/

.whatsnew  { color:#333333; font-Size:11px; }
.sub_tt  { color:#003399; font-Size:12px; font-Weight:bold; }
.komoji { font-Size:10px; }
.linefeed { line-height:150%; }
.linefeed2 { line-height:110%; }
.gray_gray { background-color:#ebebeb; color:#999999; font-Size:12px; text-Align:center; }
.white_navy { background-color:#000080; color:#ffffff; font-Size:12px; }
.copyright { background-color:#1e90ff; color:#ffffff; font-Size:12px; text-Align:center; }
