@charset "utf-8";
/* CSS Document -----------------------------------------------------

/* ショップリスト（09．03．09）
------------------------------------------------------------------ */

#list_main{
	width:602px;
	height:auto;
	}

h4{
	width:572px;
	height:25px;
	background:url(../list/images/bar.jpg) no-repeat;
	font-size:16px;
	color:#ffffff;
	font-weight:normal;
	padding:10px 0 0 20px;
	}

ul{
	list-style:none;
	margin:10px 0 0 10px;
	padding:0;
	line-height:0.9;
	}	

li span{
	font-weight:bold;
	color:#000000;
	margin-right:10px;
	}
	
li.ken{
	font-size:14px;
	font-weight:bold;
	color:#003399;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px dotted #000000;
	margin-right:10px;
	}	

li.bt{
	margin-bottom:10px;
	}
	
.mar5{
	margin-right:5px;
	}	

.blue{
	font-weight:bold;
	}
