@charset "utf-8";
.column_mask {
	position:relative;
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
}
.two_column_right .left_frame1 {
	float:left;
	width:200%;
	margin-left:-170px;
	position:relative;
	right:100%;
	padding-bottom:1em;
}
.two_column_right .left_column1_wrap {
	float:left;
	width:50%;
	position:relative;
	left:50%;
}
.two_column_right .left_column1 {
	margin:0 0px 0 170px;
	overflow:hidden;
}
.two_column_right .right_column1 {
	float:right;
	width:160px;
	position:relative;
	left:170px;
}
