@charset "UTF-8";
@import url(../../css/common.css);
@import url(common.css);

#inner div {
	width: 300px;
	float: left;
}
#inner h3 {
	color: #037;
	font-size: 14px;
	padding: 24px 65px;
	background-repeat: no-repeat;
}
h3#carrying {
	background-image: url(../img/bg_carrying.gif);
}
h3#shipment {
	background-image: url(../img/bg_shipment.gif);
}
#inner ol {
	margin-bottom: 1em;
	padding-left: 2em;
}
#clear {
	clear: both;
}
#inner dl {
	width: 170px;
	float: right;
}
#inner dt {
	color: #037;
	font-weight: bold;
	margin-bottom: 2px;
	border-bottom: 1px solid #037;
}
#inner dd {
	margin-bottom: 0.5em;
}
#inner ul {
	list-style-type: none;
}
#inner ul li,
#inner ul li a {
	font-size: 10px;
}