/* Outback Steakhouse Japan */
/* location.css */


/* location/index */

table.indexStores {
	width:710px;
	margin:2em 0 0;
	padding:0;
	}

table.indexStores td {
	vertical-align:top;
	margin:0;
	padding:0;
	}

table.indexStores h3 {
	font-size:13px;
	line-height:1.6;
	font-weight:bold;
	margin:1em 0 0.5em;
	}

table.indexStores p {
	margin:0 0 1em;
	}


/* search area */

table.search {
	width:210px;
	background:#FFFFFF;
	border:0;
	}

table.search td {
	padding:10px 10px 0;
	}

table.search td.last {
	padding:10px 10px 10px;
	}



/* location/stores */

.stores h3 {
	font-size:15px;
	line-height:1.6;
	font-weight:bold;
	color:#990000;
	margin:0 0 0.5em;
	}

.stores h4 {
	font-size:13px;
	line-height:1.6;
	font-weight:bold;
	}

.stores p {
	margin:0 0 1em;
	}

table.storeHours {
	width:292px;
	background:#f5c73e;
	border:0;
	}

table.storeHours th,td {
	text-align:left;
	padding:2px 5px;
	}

table.storeHours h5 {
	font-weight:bold;
	color:#990000;
	}

table.storeHours th {
	text-align:right;
	font-weight:bold;
	}




