.small, .xsmall, .large, .xlarge , .xxlarge{
	font-family:Arial, Verdana, sans-serif
}

/* リンク設定 */
A{}
A:link { color:#003366;text-decoration:underline}
A:visited { color: #003366;text-decoration:underline}
A:hover   { color: #006600;text-decoration:none}
A:active  { color: #0000FF;text-decoration:none}


/* ページフオーマット設定 */
body{
 color: #444444;
}


/* システム出力部分の色設定 */

.bg_chklist {background-color:#EBFAC8;}

.under_dashed { 
border-bottom: #CCC dashed 1px;
}
