@charset "utf-8";

.image_well { 
	position: relative; 
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0; 
	}

.image_well table {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-width: 0px;
	borderspacing: 0px;
	padding: 0px;
	border-collapse: collapse;
	empty-cells: show;
	font-size: 1em;
	}
.image_well table td.topleft {
	width: 10px; height: 11px;
	background: url(http://mokuhan.com/images/image_well/topleft.jpg) ; 
	}
.image_well table td.top {
	height: 11px;
	background: url(http://mokuhan.com/images/image_well/top.jpg) ; 
	}
.image_well table td.topright {
	width: 10px; height: 11px;
	background: url(http://mokuhan.com/images/image_well/topright.jpg) ; 
	}
.image_well table td.left {
	width: 10px;
	background: url(http://mokuhan.com/images/image_well/left.jpg) ; 
	}
.image_well table td.right {
	width: 10px;
	background: url(http://mokuhan.com/images/image_well/right.jpg) ; 
	}
.image_well table td.bottomleft {
	width: 10px; height: 11px;
	background: url(http://mokuhan.com/images/image_well/bottomleft.jpg) ; 
	}
.image_well table td.bottom {
	height: 11px;
	background: url(http://mokuhan.com/images/image_well/bottom.jpg) ; 
	}
.image_well table td.bottomright {
	width: 10px; height: 11px;
	background: url(http://mokuhan.com/images/image_well/bottomright.jpg) ; 
	}
.image_well table td.center {
	background-color: #f2f2f2 ; 
	}



