@charset "utf-8";
/* CSS Document */


/* container
------------------------------------------------------------*/

#cafe #contents h1 {
	background: url(../img/title.jpg) no-repeat left top;
}

#cafe #contents div.menu {
	float: left;
	width: 480px;
	padding: 16px;
	border: 1px solid #DDDDDD;
	margin: 20px 0 0 0;
}
#cafe #contents dl {
	width: 480px;
	float: left;
	display: inline;
	margin: 5px 0 0 0;
	border-bottom: 1px dotted #999999;
}

#cafe #contents dt {
	font-weight: bold;
	float: left;
}

#cafe #contents dd {
	font-style: normal;
	font-weight: bold;
	color: #70192C;
	text-align: right;
	float: right;
}

#cafe #contents p.setsumei  {
	width: 480px;
	float: left;
	font-size: 11px;
	line-height: 1.4;
	margin: 5px 0 10px 0;
}

#cafe #contents p.yotei  {
	width: 480px;
	float: left;
	margin-top: 10px;
}

