a:link {
	color: #005abf;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #005abf;
}
a:hover {
	text-decoration: none;
	color: #005abf;
}
a:active {
	text-decoration: underline;
	color: #005abf;
}


.type01 {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #999999;

}
.type02 {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;

}
.type03 {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #FF6600;

}

.txtinput1 {
	color:#333333;
	font-size:12px;
	padding:0pt;
	background-color:#F3F3F3;
	border: 1px solid #C3C3C3;
}

