/* CSS Document */

div.menu {
	background-image:url(../images/2_menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:10px auto;	
	height:70px;
}
div.menu_txt1 {
	float:left;
	padding-top:10px;
	padding-left:60px;
	padding-right:20px;
	font-weight:bold;
}
div.menu_txt2 {
	padding-top:10px;
	font-weight:bold;
}
div.point1 {
	background-image:url(../images/2_1_p1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:14px 14px auto;
}
div.point2 {
	background-image:url(../images/2_1_p2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:14px 14px auto;
}
div.point3 {
	background-image:url(../images/2_1_p3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:14px 14px auto;
}
div.point_txt {
	padding-top:30px;
	padding-left:50px;
}
.bg1 {
	background-image: url(../images/2_2_t1_middle.jpg);
	background-repeat: repeat-y;
	padding-left:6px;
	padding-right:6px;
	vertical-align:top;
}
.bg2 {
	background-image: url(../images/2_2_t2_middle.jpg);
	background-repeat: repeat-y;
	padding-left:6px;
	padding-right:6px;
	vertical-align:top;
}
.table_txt {
	font-size:11px;
	color:#333;
	line-height:12px;
}
.table_txt_blue {
	font-weight:bold;
	color:#108bd3;
}

