@charset "UTF-8";
/* CSS Document */

table{
	margin:auto;
	width:600px;
	border-collapse:collapse;
	font-size:75%;
}
th{
	background-color:#D9CBAF;
	padding:4px;
	color: #1E2117;
	text-align:left;
}
td{
	padding:4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BAAD96;
}
a{
	color:#CC0000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.todofuken{
	width:6em;
}
.city{
	width:6em;
}
.tel{
	width:10em;
}
.opening{
	width:5em;
}
