@charset "UTF-8";
/* CSS Document */
#side-left-menu {  padding-bottom:20px;}
#side-left-menu p { display:block; padding-bottom:5px; position:relative;}
#side-left-menu label {
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
input.input-search, #side-left-menu select {
	height: 15px;
	width: 140px;
	display:block;
}
#side-left-menu select { 
	text-align:center;
	width: 145px;
	height: 20px;
}
input.btn-search {
	font-size: 10px;
	color:#666;
	\font-weight: bold;
	display:block;	
	background:transparent;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	position:relative;
	left:107px;
	.left:102px;
	_left:102px;
	margin-top: 3px;
}
/* Content */
#content {
	background-image: url(../images/bg-store.png);
	background-repeat: no-repeat;
	background-position: left 20px;
}

table#stores {
	margin-left: 25px;
	font-size: 11px;
}
table#stores th {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 5px;
}
table#stores td {
	padding: 5px 0px 5px 0px;
	vertical-align: top;
	padding-right:20px;
	margin:0px;
	width:auto;
}
table#stores tr td.name {
	width: 150px;
	height: auto;
	
}
table#stores tr td.address {
	width: 250px;
	height: auto;
	
}
table#stores tr td.tel {
	width: 110px;
	height: auto;
	padding-right:0px;
}
table#stores tr td.address a { 
	color:#CC0000;
}
table#stores tr td.address a:hover { 
	color:#C00000;
	text-decoration:underline;
}