.bt01 {
	font-size: 12px;
	color: #02A64F;
	text-decoration: none;
}

.bt02 {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.bt03 {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.bt04 {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.bt05 {
	font-size: 12px;
	color: #3BAB9C;
	text-decoration: none;
	font-weight: bold;
}

.bt06 {
	font-size: 14px;
	color: #3BAB9C;
	text-decoration: none;
	font-weight: bold;
}

.bt07 {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}

a.white:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.green:link {
	color: #02A64F;
	text-decoration: none;
}
a.green:visited {
	color: #02A64F;
	text-decoration: none;
}
a.green:hover {
	color: #02A64F;
	text-decoration: underline;
}

a.black:link {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.black:visited {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a.black:hover {
	font-size: 12px;
	color: #02A64F;
	text-decoration: underline;
}


a.more:link {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.more:visited {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.more:hover {
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}


a.red:link {
	color: red;
	text-decoration: none;
}
a.red:visited {
	color: red;
	text-decoration: none;
}
a.red:hover {
	color: red;
	text-decoration: underline;
}

.input{
	font-family: "Arial","Helvetica", "sans-serif";
	font-size: 12px; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 
	background-color:#FFFFFF;
	height: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3BAB9C;
	border-right-color: #3BAB9C;
	border-bottom-color: #3BAB9C;
	border-left-color: #3BAB9C;

}

.sp{
	border:1px;
	border-color:#000000;
}