#sub-menu li.top {
	background-image: url(../guide/images/menu1o.png);
	background-repeat: no-repeat;
}
#sub-menu li.new {
	background-image: url(../guide/images/menu2o.png);
	background-repeat: no-repeat;
}
#sub-menu li.used {
	background-image: url(../guide/images/menu3o.png);
	background-repeat: no-repeat;
}
#sub-menu li.rental {
	background-image: url(../guide/images/menu4o.png);
	background-repeat: no-repeat;
}
#sub-menu li.maintenance {
	background-image: url(../guide/images/menu5o.png);
	background-repeat: no-repeat;
}
#guide {
	margin-bottom: 40px;
}

h4 {
	margin-bottom: 20px;
}
.section {
	margin-bottom: 30px;
}

.section p {
	line-height: 20px;
}
.writing {
	background-image: url(../guide/images/new/bg-writing.png);
	background-repeat: no-repeat;
	width: 570px;
	padding-bottom: 15px;
	background-position: left bottom;
	margin-bottom: 30px;
}
.writing p {
	line-height: 24px;
}
.indent {
	padding-left: 85px;
}
table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D1D7D5;
	font-size: 12px;
	line-height: 18px;
}
td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D7D5;
	padding: 5px;
}
.odd {
	background-color: #F4FCFE;
}
