@import url("style_main_03.css");

body {
	text-align: center;
	background-color:#6f5541;
}

#ruler {

}

#wrapper {
	width: 954px;
	margin: 0 auto;
}

#head {
	height:100px;
	background: url('../images/header_gold.jpg') center top no-repeat;
}

#contentwrapper {
	background: url('../images/background_gold.jpg') center left no-repeat;
	height:685px;
}

#innerwrapper {
	float:right;
	width:560px;
	height:534px;
}
 	
#centercolumn {
	float:left;
	width:490px;
	height:100%;
	margin-top:11px;
	background: url('../images/start.jpg') center top no-repeat;
}

#leftcolumn {
	margin-right:635px;
}	

#leftcolumn ul {
	list-style-type:none;
}
#rightcolumn {
	margin: 0 auto;
	float:right;
	width:290px;
	height:100%;
	display:none;
}
.menu_getright {
	margin-top:5px;
	background: url('../images/right_bg.jpg') left top no-repeat;
	height:90%;
}
.right_content {
	width:70%;
	height:100%;
	padding-top:50px;
	padding-left:20px;
}
#footer {
	background: url('../images/footer_follow_gold.jpg') center top no-repeat;
	padding-top:10px;
}
.footer_navi {
	color:#ffffff;
	margin-left:65px;
}
.clearer {
	clear:right;
}
