<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
a:hover img
{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background: #fff;
}

.wrap_contents{
	width: 520px;
	margin: 0 auto 25px auto;
	padding: 0;
}

.wrap_contents h3{
	margin-top: 15px;
	margin-bottom: 10px;
}

#area_breakfast .item{
	padding: 5px;
	/*border: 1px solid #DBD6D0;*/
}

#area_breakfast .item a:link{
	display: block;
	text-decoration: none;
	color: #333;
}
#area_breakfast .item a:visited{
	color: #333;
}
#area_breakfast .item a:hover p{
	color: #FF6600;
}


#area_breakfast .item .photo{
	width: 114px;
	height: 114px;
	background-color: #DBD6D0;
	margin-bottom: 10px;
}

#area_breakfast p{
	font-size: 12px;
	line-height: 18px;
	color: #333;
	text-align: center;
	margin: 10px 0 0 0;
}</pre></body></html>