@charset "utf-8";

div#contents {
	background: url("../images/bg_contents.jpg") left top repeat-x;
}
img.key {
	margin: 0 0 20px;
}
img.map {
	display: block;
	width: 316px;
	padding: 0 0 0 20px;
	float: right;
}
section {
	margin: 0 0 40px;
}
section.introduction h3 {
	height: 76px;
	margin: 0 0 15px;
	padding: 5px 10px;
	border-top: solid 2px #ddd;
	border-bottom: dotted 1px #ddd;
	background: url("../business/images/hl_01.jpg") 10px center no-repeat;
	text-indent: -9999px;
}
section.introduction article {
	width: 940px;
	padding: 15px 10px;
	border-bottom: dotted 1px #ddd;
	line-height: 1.5;
	overflow: hidden;
	clear: both;
}
section.introduction article.first {
	width: auto !important;
	padding: 10px 10px 40px;
	clear: none;
}
section.introduction article img {
	display: inline;
	margin: 0 0 0 20px;
	float: right;
}
section.introduction article h4 {
	padding: 0 10px;
	font-size: 16px;
	line-height: 2;
	font-weight: bold;
}
section.introduction article p {
	padding: 0 10px;
	line-height: 1.75;
}

section.item article{
	width: 940px;
	padding: 15px 10px;
	border-bottom: dotted 1px #ddd;
	line-height: 1.5;
	overflow: hidden;
	clear: both;
}
section.item h3 {
	height: 22px;
	margin: 0 0 15px;
	padding: 10px;
	border-top: solid 2px #ddd;
	border-bottom: dotted 1px #ddd;
	background: url("../business/images/hl_02.jpg") 10px center no-repeat;
	text-indent: -9999px;
}
section.item article h4 {
	padding: 0 10px;
	font-size: 16px;
	line-height: 2;
	font-weight: bold;
}
section.item img {
	margin: 0 20px 0 0;
	float: left;
}
