/*お店の案内ページ用CSS*/

table#shopinfo {
	margin-left : 20px;
	margin-bottom : 20px;
	border : solid 2px #ff6600;
	border-collapse : collapse;
	width : 90%;
}
table#shopinfo td {
	border-right : solid 1px #ff6600;
	border-bottom : solid 1px #ff6600;
	padding : 5px;
}
table#shopinfo td.colhead {
	background-color : #ffccff;
	font-weight : bold;
}

table#shopinfo td.colmain {
	background-color : #ffe8ff;
}

div#map {
	margin-left : 30px;
	text-align:center;
}

div#map p {
	color:blue;
	text-weight:bold;
	margin : 10px 0px;
}

p#comment {
	margin-top : 20px;
	margin-bottom : 20px;
	color : #008080;
	font-weight : bold;
}

div#shopstaff {
	text-align : center;
	margin-top : 20px;
	margin-bottom : 20px;
}

div#shopstaff p {
	margin-top : 0px;
}
