﻿@charset "utf-8";
/* CSS Document */


.table a:link {
	color: #F60;
	text-decoration:none;

}
.table a:visited {
	color: #F60;
	text-decoration:none;

}
.table a:hover {
	color:#ff0000;
	text-decoration:underline;


}
.table a:active {
	color:#ff0000;
	text-decoration:underline;


}
.table a {
	font-size: 13px;
	font-family:"ＭＳ Ｐゴシック", Osaka;
}
/*
body,td,th {
	font-family:"ＭＳ Ｐゴシック", Osaka;
	font-size: 13px;
}*/



.table{
	position:relative;
	top:10px;
	margin: 0 auto;
	width: 800px;
	border:0px;
}




.comment {
	color: #333;
	font-size: 13px;
	text-align: left;
	line-height:20px;
	padding-top:2px;
	padding-bottom:25px;
}


	
	




/* 掲載店舗一覧 */


table.shop_list{
	width:775px;

}

table.shop_list td{
	vertical-align:top;
}

.gyoushu{   
	list-style: none;   
	width:200px;
	line-height: 150%;
	line-height: 150%;
	text-align:right;
	padding-right:10px;
	
}  

.shopName{
	width:190px;
	line-height: 150%;
	line-height: 150%;

}
.color {
	color: #F00;
	font-weight: bold;
}
