@charset "UTF-8";

@import "/common/themes/bace/css/default.css"; /* initial setting */
@import "/common/themes/bace/css/layout.css";/* layout style */

a:link {
	color: #1d3994;
  text-decoration: none;
}
a:visited {
	color: #1d3994;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #1d3994;
  text-decoration: none;
}

h2 a {
	background: url(images/mainImg.jpg) no-repeat 0 0;
	width: 900px;
	height: 106px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

/*
[
----------------------------------------------------------- */
.firstHeder {
	width: 600px;
	height: 40px;
	background: url(/common/themes/bace/images/business.jpg) no-repeat 0 0;
	font-weight: bold;
	padding: 14px 0 0 30px;	
}
.firstHeder h3 {
	padding: 0;
	font-size: 123.1%;
	font-weight: bold;
	line-height: 1.2;
	color: #00591a;
}
.box {
	padding: 5px 0 1.5em 30px;
}
table.bizList {
	margin-left: 5px;
	margin-bottom: 1.5em;
	width: 624px;
	background: url(/common/themes/bace/images/mainColBg.gif) repeat-y 0 top;
}
table.bizList td {
	vertical-align: top;
	width: 282px;
	padding: 15px 15px 0 15px;
	background: none;
}
table.bizList td.none {
	vertical-align: top;
	width: 282px;
	padding: 10px 15px 15px 15px;
	background: url(/common/themes/bace/images/mainColBottom.gif) repeat-x left bottom;
}
table.bizList h3 {
	background: url(/common/themes/bace/images/indexIcon.gif) no-repeat 0 5px;
	padding-left: 40px;
	margin-bottom: 3px;
	font-size: 116%;
}
table.bizList ul li {
	background: url(/common/themes/bace/images/indexPoint.gif) no-repeat 0 4px;
	padding-left: 15px;
}
.photoBox {
	float: left;
	width: 105px;
}
.listBox {
	width: 175px;
	float: right;
}
.textBlock {
	padding: 5px 0 0 0;
	clear: both;
}
