@import url(./style.css);
	h1 {
		padding: 0px;
		margin: 0px;
	}
	#head {
		background-image: url("./img/top_logo.gif");
		background-repeat: no-repeat;
		margin: 0px;
		text-indent: -500em;
		width: 760px;
		height: 110px;
		cursor: pointer;
	}
	#body #contents {
		background: #ffffff;
		height: 100%;
	}
	#left_box {
		background: #5c4f35;
		width: 210px;
		padding: 5px;
	}
	#content_box {
		background: #ffffff;
		width: 550px;
		padding: 5px 0px;
	}
	#menu {
		margin: 0px;
	}
	#menu li {
		padding: 0px;
		margin: 0px;
		border: solid 1px #ff0000;
	}
	#content {
		font-size: small;
		width: 530px;
		margin: 8px;
	}
	#content th {
		background: #eecc88;
		color: #ffffff;
		border-bottom: solid 1px #5c4f35;
		padding: 4px;
		width: 80px;
	}
	#content td {
		padding: 8px;
		border-bottom: solid 1px #5c4f35;
	}
	#content ul {
		margin: 4px 16px;
	}
	#content dt {
		margin-top: 8px;
	}
	#content dd {
		margin: 2px 1em;
	}
	#content ul {
		margin: 0px;
	}
	#content li {
		list-style: none;
		background: url("./img/list_style.gif") no-repeat;
		margin: 4px;
		padding-left: 16px;
	}
	#image_box {
		margin-bottom: 10px;
	}
	#caution {
		font-size: small;
		width: 230px;
		margin: 10px;
	}