@charset "utf-8";
.bg_l {
	background-image: url(images/lb2.jpg);
	background-repeat: repeat-y;
}
.bg_r {
	background-image: url(images/rb2.jpg);
	background-repeat: repeat-y;
}
.bg_body {
	background-image: url(images/bg_home.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
}
.bg_body1 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.bg_foot {
	background-image: url(images/foot.jpg);
	background-repeat: no-repeat;
}
.text_foot {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-bottom: 8px;
}
.text_foot2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #85919C;
	padding-bottom: 8px;
	text-decoration: none;
}

.text_main {
	font-family: Cambria, Georgia, serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	padding-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.text_main_no {
	font-family: Cambria, Georgia, serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	padding-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.text_links {
	font-family: Cambria, Georgia, serif;
	font-size: 14px;
	line-height: 20px;
	color: #818181;
}

.text_bull {
	font-family: Cambria, Georgia, serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
	list-style-type: disc;
	margin-left: -20px;
}

.text_title {
	font-family: Cambria, Georgia, serif;
	font-size: 20px;
	color: #9C825A;
	font-weight: normal;
	margin-top: 8px;
	margin-bottom: 4px;
}
.text_title2 {
	font-family: Cambria, Georgia, serif;
	font-size: 18px;
	color: #65717D;
}
.text_title3 {
	font-family: Cambria, Georgia, serif;
	font-size: 24px;
	color: #9C825A;
	margin-top: 1px;
	margin-bottom: 1px;
}

.text_no {
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
}


.ln_wh {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.pad_l {
	padding-left: 50px;
}

