table.table_img{
	table-layout:fixed;
	/*
	background-image:url(image/town/tableBG01.jpg);
	background-repeat:no-repeat;
	background-position:center;
	*/
}
table.table_img a img
{
	border-style:none;	
}

table.table_img tr.bottom
{
	vertical-align:bottom;
}
table.table_img td{
	text-align:center;
	padding:5px 0px 5px 0px;
	margin:0em
	font-weight:bold;
}
table.table_img td.middle
{
	vertical-align:middle;
}
table.table_img td.top
{
	vertical-align:top;
}
table.table_img td.bottom
{
	vertical-align:bottom;
}

table.table_img div.tomap
{
	width:90%;
	text-align:center;
	font-weight:normal;
	display:block;
	background-image:url(image/map.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	padding-bottom:5px;
}

table.table_img img
{
	width: 80%;
}
table.table_img img.default
{
	width: 100%;
}

table.table_img ul{
	list-style-image:url(image/listBlue.gif);
}
table.table_img li
{
	color:#000000;
	font-weight:normal;
	/*font-size:11pt;*/
	padding-top:0px;
	padding-bottom:5px;
	text-align:left;
}

