/* CSS Document */
#contents .obj{
	width:580px;
	float:left;
}

#contents dl{
	width:560px;
	float:left;
	padding:4px 0 0 10px;
	margin:0;
}
#contents dt{
	border: 1px solid #ccc;
	width:560px;
	font-size:120%;
	font-weight:bold;
	float:left;
	padding:4px;
	margin:0;
}
#contents dd{
	width:560px;
	float:left;
	line-height: 150%;
	padding:4px 0 10px 4px;
	margin:0;
}
.sales {
	background-color:#66CCFF;
}
.business {
	background-color:#FF9933;
}
ol {
	width:500px;
	float:left;
	padding:10px 0 20px 20px;
	margin:0;
}
ol li {
	list-style:none;
	color:#0066CC;
	font-size:120%;
	font-weight:bold;
	width:100%;
	letter-spacing:0.1em;
	padding:0 0 20px 0;
}
.s-txt {
	color:#333;
	line-height:90%;
	font-size:80%;
}