@import url(main.css); 
 
#contents 
{}
	
#contents #shopguide 
{

}
	
#contents h4 
{
	clear : left;
	margin : 0;
	color : #33c;
	padding : 10px 0 5px 0;
}
 
#contents #shopguide dl 
{
	width : 220px;
	float : left;
	font-size : 90%;
	margin : 0 0 5px 10px;
}
	
#contents #shopguide dl dt 
{
	background : #eee;
	font-weight : bold;
	padding : 3px 5px;;
	color : #666;
}
 
#contents #shopguide dl dd 
{
	font-size : 90%;
	margin : 0;
	padding : 2px 10px;
	border-left : 0.5em solid #eef;
}
   
#contents .section3 
{
	clear : left;
}
	
#contents .section3 h3 
{
	background : url(../image/genre_mini_shop.gif) no-repeat top left;
	padding-left : 50px;
}
   
