@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

a:link {
	color: #509046;
  text-decoration: none;
}
a:visited {
	color: #2b7725;
  text-decoration: none;
}
a:hover {
	color: #fe6e2b;
  text-decoration: underline;
}
a:active {
	color: #509046;
  text-decoration: none;
}

/*
[
----------------------------------------------------------- */

.section {
	float: left;
	margin-bottom: 1em;
	width: 100%;
}
.pageTitle {
	font-size: 116%;
	font-weight: bold;
	text-align: center;
}
.onlyTi {
	margin-bottom: 1em;
	text-align: left;
}
.section .borderArea {
	padding: 20px 5px 5px 5px;
	border: 1px dotted #333;
	margin: 0px 0px 1.0em 1.0em;
}
.section .listArea {
	margin: 0 0 1.0em 2.5em;
}
.section .listArea li{
	list-style: disc;
}
.section p {
	padding-left: 1em;
}
.section span {
	font-weight: bold;
}
.section a.outLink {
	background: url(./images/iconTri.gif) no-repeat 0px -1px;
	padding-left: 19px;
}
.pageSub {
	text-align: center;
	font-weight: bold;
}
.supTitle {
	font-weight: bold;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #333;
	margin-bottom: 1.0em;
}
.industry {
	margin-bottom: 1em;
}
.industry li {
	float: left;
	padding: 5px 6px;
}
.section img {
	border: 1px solid #CCC;
	padding: 1px;
}
.section img.flowChart {
	border: none;
	padding: 0px;
}
.photoL {
	float: left;
	padding: 0px 15px 10px 0px;
}
.photoR {
	float: right;
	padding: 0px 0px 10px 15px;
}
.photoR img.license {
	width: 190px;
}
.photoR p.caption {
	text-align: center;
	padding-left: 0px;
	font-size: 12px;
	margin-top: 5px;
}
span.red {
	color: red;
}
.contact {
	padding-top: 2.5em;
}
.info {
	float: left;
	width: 350px;
}
img.mail {
	border: none;
	margin: 0px 0px -3px 0px;
}

table.poisonTable {
	margin-left: 1em;
	margin-bottom: 1.5em;
}
table.poisonTable th,
table.poisonTable td {
	padding: 7px 10px;
	vertical-align: top;
}
table.poisonTable th {
	border-bottom: 2px solid #FF7213;
}
table.poisonTable td {
	border-bottom: 1px solid #999999;
}

