@charset "utf-8";
BODY {
	MARGIN:0;
	background-image: url(../images/common/green_bg.png);
	background-repeat: repeat-x;
}
.ln_top {
	background-image: url(../images/common/ln_top.png);
	background-repeat: repeat-x;
}
.border_main {
	border: 1px solid #BFBFBF;
}
.body_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
}
.btn_bg {
	background-image: url(../images/common/btn_bg.png);
	background-repeat: repeat-x;
}
.txt_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.txt_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}
.txt_2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF6600;
	text-decoration: none;
	background-color: #FFFFCC;
	font-weight: bold;
}
.txt_3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #108A23;
	text-decoration: none;
	font-weight: bold;
}

.txt_sm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.txt_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #008B4B;
}
.red_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #DD0000;
	text-decoration: none;
	font-weight: bold;
}
.txt_btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.txt_btn:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #038C4C;
	text-decoration: none;
	font-weight: bold;
}