

	/* 分割ボックス */
	.column{ 
					color:#333333;
					padding:10px; 
					float:left;
					background:#ffffff;
					height: 100%;
	}

	div#column-l {
		width:25%;height: auto;
		overflow: auto;overflow-x: hidden;
		}

	div#column-r2 { 
		width:65%;
		height: 100%;
	}

	div#column-ll {
		width:20%;height: auto;
		overflow: auto;overflow-x: hidden;
		}

	div#column-rr { 
		width:74%;
		height: 100%;
	}
	


.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}

