@charset "UTF-8";
#guide h2 {
	clear: both;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: -10px;
	background: url(headbg.gif) no-repeat left top;
	height: 36px;
	padding-top: 11px;
	padding-bottom: 0;
	vertical-align: middle;
	line-height: 1em;
	text-indent: 2em;
	color: #FFFFFF;
	font-weight: bold;
}
#guide p em {
	font-weight: bold;
}
#guide p span.note {
	color: #CC3300;
}
#guide a.pdf {
	background: url(icopdf.gif) no-repeat left center;
	padding-left: 17px;
}
#guide a.doc {
	background: url(icodoc.gif) no-repeat left center;
	padding-left: 17px;
}

/*example*/
#guide #example {
	width: 520px;
	margin-bottom :30px;
}
#guide #example dt {
	float: left;
	clear: left;
	position: relative;
	width: 50px;
	border-top: 1px solid #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	font-weight: bold;
	color: #CC6600;
	line-height: 1.1em;
}
#guide #example .move {
	clear: both;
	display: block;
	width: 520px;
	text-align: left;
	text-indent: 2em;
	color: #444444;
	font-size: 0.9em;
	font-weight: normal;
}
#guide #example .full {
	width: 520px;
	clear: both;
}
#guide #example .full img {
	width: 520px;
}
#guide #example dd {
	float: left;
	width: 460px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #cccccc;
	font-weight: bold;
	line-height: 1.1em;
	vertical-align: middle;
}
#guide #example dd span {
	font-weight: normal;
}
.asset-content #guide img {
	margin-bottom: 0;
}
.asset-content #guide img.point {
	/*margin-top: 5px;*/
	margin-right: 5px;
	vertical-align: middle;
}
#guide #example dd ul {
	margin-left: 1em;
	padding-top: 5px;
}
#guide #example dd li {
	list-style-position: outside;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.5em;
}

/*notes*/
#guide ul.notes {
	margin-top: 10px;
	width: 520px;
}
#guide ul.notes li {
	margin-left: 15px;
	list-style-position: outside;
	line-height: 1.25em;
}

/*address*/
#guide p.address {
	margin-top: 10px;
	width: 480px;
	line-height: 1.6em;
}

/*table*/
.asset-content #guide table {
	margin-top: 10px;
	margin-bottom: 5px;
	width: 520px;
	border-collapse: separate;
}
.asset-content #guide table th {
	width: 340px;
	padding: 5px 10px;
	text-align: left;
	background-color: #d5d5d0;
	border-bottom: 4px solid #f5f5f0;
}
.asset-content #guide table td {
	width: 130px;
	padding: 5px 10px;
	background-color: #e5e5e0;
	border-left: 4px solid #f5f5f0;
	border-bottom: 4px solid #f5f5f0;
	text-align: right;
}
.asset-content #guide table caption {
	width: 520px;
	padding: 5px;
	text-align: right;
}

/*pricelist*/
.asset-content #guide #pricelist {
	margin-top: 10px;
	margin-bottom: 5px;
	width: 520px;
}
.asset-content #guide #pricelist th {
	width: 140px;
}
.asset-content #guide #pricelist td {
	width: 360px;
	text-align: left;
}
.asset-content #guide #pricelist caption {
	width: 520px;
	padding: 5px;
	text-align: right;
}
