@charset "utf-8";
/* CSS Document */

#left {
	background: url(side_access.jpg) no-repeat top left;
}

#Contents h3 {
	margin-bottom: 10px;
	padding-left: 2px;
	padding-bottom: 1px;
	border-bottom: solid 2px #8B643D;
}

#Contents p {
	margin-bottom: 10px;
}


#Contents dl {
	width: 230px;
	margin-top: 5px;
	margin-bottom: 15px;
	overflow: hidden;
}

#Contents dl dt {
	float: left;
	clear: left;
}

#Contents dl dd {
	float: right;
	clear: right;
}

#Contents #teikyubi {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

#Contents #teikyubi p {
	float: left;
	margin-right: 30px;
}



