@charset "utf-8";

/* リンク
------------------------------*/
a:link{
	color: #333333;
}
a:visited{
	color: #333333;
}
a:hover{
	color: #4ca0b2;
}
a:active{
	color: #4ca0b2;
}

.empBold2{
	color: #c182c6;
	font-weight: bold;
	margin-left: 10px;
}
.bunrui{
	margin-left: 10px;
}

#link01{
	margin-bottom: 30px;
}
.shops{
	margin-bottom: 20px;
	margin-left: 40px;
}
.shops li{
	line-height: 2;
	background-image: none;
	list-style: url(../images/top/list_img.gif) none inside;	
}

#link02,#link03{
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px dotted #999999;
}
#link03 dl{
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 1em;
}
#link03 dl dd{
	font-weight: bold;
	margin-left: 1em;
}


