@import "common.css";

/*  
 shop　店舗案内 [  
----------------------------------------------------------- */ 
/*  
 news [  
----------------------------------------------------------- */ 
#outline {
	float: left;
	padding-left:15px;
	width:393px;
	height:476px;
	background-image: url(../images/outline_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	
}
#outline table { margin: 5px; width:383px; border-collapse:collapse; }
#outline th, #outline td {
	background-image: url(../images/outline_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 5px 5px 9px;
}
#outline th {
	background-position: left bottom;
	color: #31531E;
	text-align: left;
	vertical-align: top;
}
#outline td {
	background-position: right bottom;
}


/*  
 map [  
----------------------------------------------------------- */ 
#map {
	float: right;
	width:408px;
	padding-right:15px;
}
