@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/index_01.jpg);
	background-repeat: repeat-x;
}
.input_a {
	margin: 0px;
	height: 20px;
	width: 111px;
	border: 1px solid #999;
	color: #666;
	background-color: #F3F3F3;
	font-size: 14px;
	padding: 0px;


}
.input_b {
	margin: 0px;
	height: 24px;
	width: 131px;
	border: 1px solid #999;
	color: #666;
	background-color: #F3F3F3;
	font-size: 14px;
	padding: 0px;
	bottom: 2px;
	line-height: 22px;
	text-align: center;
}

.texta {
	font-size: 11pt;
	color: #00A9CE;
}
.errort {
	font-size: 9pt;
	color: #F00;
	text-align: center;
}

.textb {
	font-size: 9pt;
	color: #666;
	padding-left: 8px;
}
.cyan {
	color: #39F;
}

