.Input_Text {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-style: italic;
	color: #333333;
}
.Input_Text_Focus {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-style: normal;
	color: #333333;
}
.btn_01 {
	background-image: url(../images/BTN/btn_01.png);
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	width: 94px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	float: right;
	cursor:pointer;
}

.btn_02 {
	background-image: url(../images/BTN/btn_02.png);
	background-repeat: no-repeat;
	height: 23px;
	width: 34px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor:pointer;
	font-weight: bold;
}

