@charset "utf-8";
/* CSS Document */

#hanayome-contents {
	float:right;
	margin:0 10px;
	width:710px
	}

#hanayome-contents h4 {
	font-size:140%;
	font-weight:bold;
	color:#000;
	background:#efefef;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}
#hanayome-contents p {
	margin-bottom:10px;
	}
#hanayome-contents p strong {
	font-weight:bold;
	}
#hanayome-contents dl {
	list-style:outside;
	}
#hanayome-contents dl dt{
	margin-top:10px;
	font-weight:bold;
	}
#hanayome-contents dl dd{
	margin-left:20px;
	}
#hanayome-contents table {
	border-spacing:2px;
	margin-bottom:10px;
	}