#company {
	background-image: url("../images/pict_company_bg.png");
	background-position: 470px 60px;
	background-repeat: no-repeat;
	font-size: 13px;
}

#company table {
	margin: 0px 0px 20px 5px;
	border-spacing: 5px;
}

#company th, #bizinfo td {
	padding: 5px 0px 5px 10px;
	margin: 2px 2px 2px 2px;
}

#company th {
	border: 1px solid #333366;
	background-color: #EEEEFF;
	color: #333366;
	width: 120px;
	text-align: left;
}

#company td {
	border-bottom: 1px solid #CCCCCC;
	width: 470px;
}

#company p {
	margin: 7px 0px 13px 7px; 
}

#concept h2 {
	background-image: url("../images/title_concept.png");
	background-position: left top;
	background-repeat: no-repeat;
}

#concept strong {
	color: #CC0000;
}

#concept .sign {
	text-align: right;
	padding: 0px 50px 0px 0px;
}

#bizinfo h2 {
	background-image: url("../images/title_bizinfo.png");
	background-position: left top;
	background-repeat: no-repeat;
}

#bizinfo ol li {
	display: list-item;
	list-style-type: decimal;
	margin: 0px 0px 0px 20px;
}

#bizinfo ul li {
	display: list-item;
	list-style-type: circle;
	margin: 0px 0px 0px 15px;
}

#bizinfo .map {
	border: 1px solid #CCCCCC;
}

#profile h2 {
	background-image: url("../images/title_profile.png");
	background-position: left top;
	background-repeat: no-repeat;
}

#booklet {
	padding: 10px 10px 10px 10px;
	background-color: #EFEFFF;
	border: 1px solid #CCCCDD;
}

