@charset 'utf-8';
@import url("common.css");


/*　新着情報　*/
#news{
	margin		: 5px 2px 15px 0;
	}
	
#news ul{
	margin		: 10px 0 0 10px;
	}
	
#news li{
	list-style	: none;
	background	: url("img/list01.gif") no-repeat 0 2px;
	padding		: 0 0 0 15px;
	margin		: 6px 0;
}



.box_spot{
	width		: 223px;
	float		: left;
	overflow	: hidden;
	margin		: 5px 2px;
	}
	
.box_spot p{
	margin		: 0 3px;
	padding		: 0 ;
	}

/*　食べる・飲む～　*/

.box_category{
	width		: 223px;
	float		: left;
	font-size	: 12px;
	border-top		: dashed 1px #CCC;
	padding		: 2px 0 5px 0;
	}

.box_border{
	border-right	: dashed 1px #CCC;
	}
	
.box_category h4{
	text-align	: center;
	}
	
.box_category img{
	margin		: 2px 3px;
	}

.box_category p{
	background	: url("img/list01.gif") no-repeat 0 3px;
	padding		: 0 0 0 20px;
	margin		: 0 0 10px 70px;
	}

.box_category ul{
	padding		: 0;
	}

.box_category li{
	list-style	: none;
	background	: url("img/list02.gif") no-repeat 0 2px;
	padding		: 2px 0 0 15px;
	margin		: 2px 0;
	width		: 145px;
	}

