@charset "utf-8";

/* ============================================================ common */

.divLine {
	clear: both;
	width: 520px;
	height: 1em;
	margin: 0 auto 1em;
	border-bottom: 1px dotted #CCCCCC;
}



/* ============================================================ profile */

dl.profile {
	width: 520px;
	margin: 0 auto;
	border-collapse: collapse;
	font-size: 100%;
	color: #666666;
}

dl.profile dt {
	clear: both;
	float: left;
	width: 155px;
}

dl.profile dd {
	width: 360px;
	margin: 0 0 0 155px;
}

dl.profile dd table {
	border-collapse: collapse;
	font-size: 100%;
}



/* ============================================================ plant */

dl.plant {
	width: 520px;
	margin: 0 auto;
	border-collapse: collapse;
	font-size: 100%;
	color: #666666;
}

dl.plant dt {
	clear: both;
	float: left;
	width: 185px;
}

dl.plant dd {
	width: 330px;
	margin: 0 0 0 185px;
}

a.mapLink {
	text-align: right;
	text-decoration: underline;
}

a.mapLink:hover {
	text-decoration: none;
}

.subsidiaryBox {
	margin: 20px 20px 40px;
	color: #666666;
}

.heartfulBox {
	width: 300px;
	margin: 10px 0;
	border: 1px solid #CCCCCC;
}

.heartfulBox a {
	display: block;
	width: 300px;
}

.heartfulBox img {
	vertical-align: middle;
}



/* ============================================================ map */

.googleMap {
	width: 520px;
	margin: 30px auto 30px;
	color: #333333;
	font-size: 110%;
}

#map_canvas {
	width: 698px;
	height: 448px;
	border: 1px solid #CCCCCC;
}

.googleLink {
	width: 700px;
	padding: 5px 0;
	font-size: 75%;
	text-align: right;
}

.googleLink a {
	text-align: right;
	text-decoration: underline;
}

.googleLink a:hover {
	text-decoration: none;
}



/* ============================================================ contentRight */

#contentRight ul {
	width: 158px;
}

#contentRight li {
	display: block;
	padding: 7px 5px 7px 16px;
	background: url("../common/img/mark1.gif") 8px 12px no-repeat;
	border-bottom: 1px dashed #B2BDCF;
}

#contentRight .rightBanner {
	padding: 5px 0;
	text-align: center;
}



/* ============================================================ history */
table {
font-size:85%;
border-collapse:collapse;}

table.history {
line-height:140%;
margin:10px 20px;}

table.history td {
padding: 4px 10px;
vertical-align:text-top;
}

td.borderRight {
border-right: 1px solid #999;
}

/* ============================================================ environment */
div.environment {
margin:20px;
font-size:92%;
line-height:140%;}

ol.environment {
font-size:100%;}

ol.environment li {
display:list-item;
padding-left:5em;
list-style-type:decimal;
font-size:92%;}

ol.environment li li{
display:list-item;
margin-left:2em;
list-style-type:decimal-leading-zero;
font-size:92%;}

ul.environment li {
display:block;
list-style-type:circle;
font-size:92%;}

table.environment {
line-height:140%;
margin:10px 20px;
border-collapse:collapse;
border-top:1px solid #666;
border-left:1px solid #666;}

table.environment caption{
text-align:left;
font-weight:bold;}

table.environment th  {
padding: 2px 5px;
background-color:#e5e6d1;
border-right:1px solid #666;
border-bottom:1px solid #666;
text-align:center;}

table.environment td  {
padding: 2px 5px;
text-align:right;
border-right:1px solid #666;
border-bottom:1px solid #666;}

table.environment2 {
line-height:140%;
margin:10px 20px;
border-collapse:collapse;}

table.environment2 td{
padding:0 5px 10px 0;
font-size:100%;}

table.environment3 {
line-height:140%;
border-collapse:collapse;}

table.environment3 td{
padding:0 5px 10px 0;
font-size:120%;}

/* ============================================================ award */

div.awardBox {
	margin: 10px 0;
	color: #666666;
}

table.award {
	margin: 10px 0;
	border-collapse:collapse;
	border-top:1px solid #666;
	border-left:1px solid #666;
}

table.award th {
	padding: 5px 5px;
	background-color: #e5e6d1;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	font-size: 110%;
	color: #666666;
	text-align: center;
}

table.award td {
	padding: 5px 5px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	font-size: 120%;
	color: #666666;
}

table.award td.awardDate {
	text-align: center;
}


/* ============================================================ recruit */

div.recruitBox {
	margin: 30px 0;
	color: #666666;
	text-align: center;
}


