body { margin-top: 0px; 
		margin-bottom: 0px; 
		margin-right: 0px; 
		margin-left: 0px; 
		padding-top: 0px; 
		padding-right: 0px; 
		padding-bottom: 0px; 
		padding-left: 0px;
		border-style: none;
		background-color: #EFEFEF;
		
}
 
.base { width: 800px; }

.top_header { vertical-align: top; }
.top_image { width: 800px; height: 300px; } 
.top_image_bottom { height: 10px; background-color: #99CC33; }

.top_contents_left { 
	width: 600px;
	background-color: #FFFFCC;
	border-style: solid;
	border-color: #999999;
	border-width: 0px 0px 0px 1px;
	vertical-align: top;
}

.top_contents_left_bottom { 
	background-color: #FFFFCC;
	border-style: solid;
	border-color: #999999;
	border-width: 0px 0px 0px 1px;
	vertical-align: bottom;
}

.top_contents_right { vertical-align: top; }

.top_contents_right_bottom { height: 0.1px; background-color: #99CC33; }
.top_link { position: relative; }

.contents { width: 100%; }

.footer { 
	text-align: left; 
	width: 100%; 
	height: 43px;
	border-style: solid; 
	border-color: #999999; 
	border-width: 0px 0px 0px 1px; 
	background-image : url("../img/other/hutch_under.jpg");
}

.copyright { text-align: left; height: 30px; color: white; font-size: 14px; font-weight: bold;}
.address    { text-align: right; height: 30px; color: white; font-size: 12px; font-weight: bold; padding-right: 10px; }

.right_link { width: 100%; position: absolute; top: auto; right: 0px; bottom: 0px; left: 0px; }

.menu_title { background-color: #A5A5A5; text-align: left; width: 100%; height: 30px; color: #FFFFFF; font-size: 18px; font-weight: bold; padding-left: 5px; }
