@charset "UTF-8";
/* Style Import
----------------------------------------- */
@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;
}


#topWrap {
	background: url(images/bodyTop.jpg) repeat-x left top;
}
#sub {
	margin-top: 0;
}
/*
[
----------------------------------------------------------- */
.box {
	padding: 5px 0 1.5em 30px;
}

table.bizList {
	margin-left: 5px;
	margin-bottom: 1.5em;
	width: 624px;
	background: url(../bace/images/mainColBg.gif) repeat-y 0 top;
}
table.bizList td {
	vertical-align: top;
	width: 282px;
	padding: 15px;
	background: url(../bace/images/mainColBottom.gif) repeat-x left bottom;
}
table.bizList h3 {
	background: url(../bace/images/indexIcon.gif) no-repeat 0 5px;
	padding-left: 40px;
	margin-bottom: 3px;
	font-size: 116%;	
}
table.bizList ul li {
	background: url(../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;
}

table.outLine02 {
	width: 330px;
}
table.outLine02 td,
table.outLine02 th {
	padding: 7px 10px;
	vertical-align: top;
}

table.outLine02 td {
	border-bottom: #ddd 1px solid;
}
table.outLine02 th {
	border-bottom: #777 1px solid;
	width: 60px;
}
table.outLine02 td.bottom,
table.outLine02 th.bottom {
	border: none;
}
.readMore {
	text-align: right;
}
.readMore a {
	background: url(images/readMorePoint.gif) no-repeat right 1px;
	padding-right: 30px;
}