@charset "Shift_JIS";

* {
	margin:0;
	padding:0;
	font-family: "Hiragino Kaku Gothic Pro", "ƒqƒ‰ƒMƒmŠpƒS Pro W3",Arial, Helvetica,  sans-serif;
}

body {
	background-color: #FFFFFF;
}

h1 {
	font-size:20px;
	font-weight:bold;
	color:#ff3333;
	background-image: url(../images/shoplist/bg_star.gif);
	background-repeat: no-repeat;
	height:50px;
	padding:22px 0 0 30px;
	margin: 0;
}

a,a:link,a:visited {
	color: #0091F0;

}

a:hover {
	color: #FF3333;

}



table#list {
	border-collapse:collapse;
	border: 2px solid #FE3686;
	margin:0 auto 30px auto;
	padding:0;
}

table#list td, table#list th {
	font-size:14px;
	border-left:1px dotted #FE3686;
	border-top:1px dotted #FE3686;
	padding:2px 10px;
	white-space:nowrap;
}


table#list th {
	font-size:12px;
	font-weight:normal;
	letter-spacing:2px;
	color:white;
	background-color:#FE3686;
}
.shopname {
	width:400px;
}

.tel {
	width:150px;
}
