@charset "utf-8";
#banner {
	height: 145px;
	width: 100%;
	float: none;

}
#tel {
	float: right;
	margin-top: 0px;
	height: 20px;
	width: 50px;
	border: 1px dashed #000000;
}

#main #left {
	float: left;
	
	width: 185px;
	margin-right: 5px;
	margin-left: 10px;
	margin-top: 10px;
}
#menu {
	height: 25px;
	width: 100%;
	margin-top: 3px;
	margin-bottom: 3px;
	float: none;
	background-color: #6C5F4F;
}
.menutable {
	margin-top: 5px;
	border-right-style: none;
}


.line {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#bottom {
	background-color: #AAAAAA;
	height: 100px;
	width: 100%;
}
#picture {
	height: 185px;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
}
#main {
	
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	float: none;
	background-color: #E6E6E6;
	margin-bottom: 0px;
	}
#right {
	float: left;
	
	width: 535px;
	margin-top: 10px;
	margin-right: 5px;
}

#bottom {
	height: 100px;
	width: 100%;
	float: left;
	background-color: #B6B6B6;}

