/* 覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧 layout 覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧 */
div#wrapper1 {
	min-width: 990px;
	min-height: 100%;
	background: #d7d7d7;
}

div#wrapper2 {
	height: 100%;
	background: url(/static/img/bg_body.png) 0 0 repeat-x;
}

div#wrapper3 {
	width: 990px;
	margin: 0 auto;
	text-align: left;
}

#left_column,
#center_column {
	float: left;
	overflow: hidden;
}

#columns {
	width: 990px;
	padding: 50px 0 0 0;
	float: left;
	background: #fff;
	position: relative;
}

body#index #columns {
	padding: 1em 0 0 0;
}

#left_column {
	clear: left;
	width: 230px;
	margin: 0 0 0 1em;
}

#center_column {
	width: 710px;
	margin: 0 0 0 1.5em;
}

#footer {
	margin:.5em auto 0 auto;
	padding:.5em 0 0 0;
	width:990px;
}

.ie6 #left_column {
	margin:0 0 0 .5em;
}