@charset "utf-8";
.bg_l {
	background-image: url(images/bor_l.jpg);
	background-repeat: repeat-y;
}
.bg_r {
	background-image: url(images/bor_r.jpg);
	background-repeat: repeat-y;
}
.text_foot {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	margin-top: 8px;
	margin-bottom: 8px;
}
.text_form {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 1px;
	margin-bottom: 1px;
}

.text_main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}
.text_lg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}


.pad_tb {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pad_l {
	padding-left: 20px;
}
.pad_lr {
	padding-right: 8px;
	padding-left: 8px;
}

.box_l {
	background-image: url(images/box_r3_c1.jpg);
	background-repeat: repeat-y;
}
.box_r {
	background-image: url(images/box_r3_c4.jpg);
	background-repeat: repeat-y;
}

