.txt16 {  font-size: 16px; font-weight: bold; }
.txt12 {  font-size: 12px; line-height: 16px}
.txt10 {  font-size: 10px}
.table1 {  border: 1px #339966; height: 1px; width: 1px; font-size: 12px}
.textfield12 {  font-size: 12px; line-height: 16px}
.selectbox12 {  font-size: 12px; line-height: 12px}
.nendo_gakki {  font-size: 16px; font-weight: bold; color: #DC143C;}
.textfield12right {  font-size: 12px; line-height: 16px; text-align: right}
.hissuItem { font-size: 12px; line-height: 16px; color: #000000; }
.text12info { font-size: 14px; line-height: 16px; font-weight: bold; color: #0000FF; }
.button12 { cursor:hand;cursor: pointer }
.style1 {color: #000000}
.style2 {color: #FFFFFF}
.notnullMsg {color: #000000}
.notnullMsgSign {color: #FF3333}
.notnullSign {color: #FF3333}
a.timer_info{
	float: right;
	display: inline-block;
	position: relative;
	width:70px;
	font-size:12px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}
a.timer_info span.msg{
	display: none;
	background: #fffecc;
    border: 1px solid #CCCCCC;
	padding: 2px 3px;
	margin-left: -140px;
	width: 100%;
	line-height: 1.2em;
	white-space: nowrap;
}
a.timer_info:hover span.msg{
	display:block;
	position:absolute;
	background: #fffecc;
    border: 1px solid #CCCCCC;
	color:#6c6c6c;
	top:18px;
	left: 30px;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
}
