@charset "utf-8";
/* CSS Document */

.under_so {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.right_so {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.under_dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.left_and_right_so {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#body_style {
	background-image: url(images/09_china/bg_common.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
}.under_so_bg {
	background-color: #F0F0F0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
