@charset "utf-8";


.feature_main{
	width:640px;
	height:345px;
	padding:10px 0 5px 0;
	}
	
.feature_txt{
	float:left;
	}
	
img.feature_photo{
	width:288px;
	float:right;
}
.map_txt{
	padding-bottom:10px;
	}

.feature_main table{
	font-size:11px;
	}
	
table { color: #666;
        font-size: 12px;
		line-height: 100%;
		width: 335px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto; 
	}

table tr th { text-align: left;
              vertical-align: top;
			  width: 50px;
			  padding: 10px;
			  border-right: 1px dotted #000;
			  border-bottom: 1px dotted #000;
			  border-left: 3px solid #666;
			  }

table tr td { padding: 10px;
              border-bottom:1px dotted #000;
			  }