/*---共通要素---*/
body {
	position:stasic;
	margin:0px;
	padding:0px;
	font-size:small;
	color:#000000;
	background-color:#ffffff;
	background-repeat:repeat-x;
	font-size:middle;
	text-align:center;
}
.clearboth {
	margin:0px;
	padding:0px;
	width:100%;
	height:1px;
	clear:both;
}

/*---店舗一覧表示---*/
#wrap {
	margin:10px auto 0px;
	padding:0px;
	width:770px;
	text-align:center;
}
#tag {
	margin:0px auto;
	padding:0px;
	width:760px;
	height:44px;
	text-align:left;
	vertical-align:bottom;
}
#tag img {
	margin:0px;
	width:178px;
	height:44px;
	vertical-align:bottom;
}
#tag a {
	margin:0px;
	padding:0px;
	border:0px;
}
#data{
	margin:0px auto 5px;
	padding:10px 0px;
	_padding:10px;
	font-size:12px;
	text-align:center;
	width:760px;
}
#listA {
	margin:0px auto ;
	width:730px;
	text-align:center;
	border:2px solid #ccccff;
	border-top:none;
	border-left:none;
	background-color:#ffffff;
}
.collum {
	margin:0px auto ;
	width:710px;
	border-bottom:2px dashed #e35683;
	background-color:tranceparent;
}
/*--- ListA ---------------------------*/
.midasi{
	margin:10px auto 5px auto ;
	padding:10px 0px 0px 0px;
	width:600px;
	height:20px;
	border-bottom:2px solid #e35683;
}
h3{
	float:left;
	margin:0px ;
	padding:0px 0px 0px 7px;
	text-align:left;
	font-size:14px;
}
.type{
	float:right;
	margin:0px ;
	padding:0px 7px 0px 0px;
	text-align:right;
	font-size:14px;
	color:#ff6699;
}
table.shopA{
	margin:0px auto 10px;
	padding:0px;
	width:590px;
	height:75px;
	text-align:center;
	background-color:#ffffff;
	border:1px solid #e35683;
}
/* Hide from IE-for-mac \*/
table.shopA{
	clear:both;
	margin-right:auto;
	margin-left:auto;
}
/* End hide from IE-for-mac */
table.shopA td.logo{
	margin:0px;
	padding:0px;
	width:200px;
	height:50px;
	border-right:1px solid #e35683;
	border-bottom:1px solid #e35683;
	}
table.shopA td.logo img{
	border:0px;
	vertical-align:bottom;
}
table.shopA td.title{
	margin:0px;
	padding:0px;
	width:70px;
	height:24px;
	text-align:center;
	font-size:11px;
	line-height:100%;
	background-color:#ffffff;
	border:0px;
	border-bottom:1px dashed #e35683;
}
table.shopA td.title img{
	margin:0px;
	padding:0px;
	vertical-align:middle;
	border:0px solid #ff0000;
}
table.shopA td.contents1{
	margin:0px;
	padding:0px 0px 0px 5px;
	width:125px;
	height:24px;
	text-align:left;
	font-size:12px;
	line-height:120%;
	background-color:#ffffff;
	border:0px;
	border-bottom:1px dashed #e35683;
}
table.shopA td.contents2{
	margin:0px;
	padding:0px 0px 0px 5px;
	width:125px;
	height:24px;
	text-align:left;
	font-size:12px;
	line-height:120%;
	background-color:#ffffff;
	border:0px;
	border-bottom:1px dashed #e35683;
}
table.shopA td.contents3{
	margin:0px;
	padding:0px 0px 0px 3px;
	width:420px;
	height:25px;
	text-align:left;
	font-size:12px;
	line-height:120%;
	background-color:#ffffff;
	border:0px;
}
table.shopA td.contents3 img{
	margin:0px;
	padding:0px;
	vertical-align:middle;
	border:none;
}

table.shopA td.contents3 span{
	margin-left:5px;
	padding-left:0px;
	vertical-align:middle;
	font-size:12px;
}
table.shopA span.size10{
	font-size:10px;
}

#endlist {
	clear:both;
	margin:20px auto 5px;
	text-align:center;
	padding:5px;
	height:20px;
	font-size:x-small;
}
#endlist p{
	margin:5px auto 5px;
	padding:0px;
	background-color:#ffffff;
	width:420px;
}
/*--- BASE LINK ------------------------------------*/
a:link, a:visited{
	color:#ff6699;
	background:transparent;
	text-decoration:none;
}
	
a:hover, a:active{
	color:#ff3399;
	background:transparent;
	text-decoration:underline;
}