@charset "utf-8";
/* CSS Document */

/*---------------
会社概要共通
---------------*/
.histryTable td  a,
.sentence p a,
.aboutTable td a {
	color: #093;
	text-decoration:none;
}

.histryTable td  a:hover,
.sentence p a:hover,
.aboutTable td a:hover {
	color:#666;
	text-decoration:underline;
}

.sentence {
	margin:0 0 100px 17px;
}

.sentence h1,
.labSentence h1 {
	margin-bottom:20px;
}

.sentence h2 ,
.labSentence h2 {
	margin-bottom:20px;
}

.sentence p,
.labSentence p {
	line-height:180%;
	margin-bottom:20px;
}

.sentence p img {
	vertical-align:top;
	margin:auto 5px;
}

.sentence div {
	margin-bottom:40px;
}

/*---------------
会社概要
---------------*/
.aboutTable {
	border:#666 1px  solid;
	width:745px;
}

.aboutTable th {
	border:#666 1px  solid;
	background-color:#DAEDE7;
	line-height:180%;
	text-align:left;
	padding:8px;
	width:120px;
	vertical-align:top;
}

.aboutTable td {
	border:#666 1px  solid;
	line-height:180%;	
	text-align:left;
	padding:8px;
}


/*---------------
会社沿革
---------------*/
.histryTable {
	width:745px;
	border-bottom:#ccc dotted 2px;
}

.histryTable th {
	border-bottom:#ccc dotted 2px;
	font-weight:bold;
	padding:10px;
	width:14%;
}

.histryTable th img {
	vertical-align:bottom;
}

.histryTable td {
	border-top:#ccc dotted 2px;
	border-bottom:#ccc dotted 2px;
	line-height:180%;
	padding:10px;
	width:43%;
}

/*---------------
当社の取り組み
---------------*/
.labSentence {
	margin:0 0 40px 17px;
}

.labProduct {
	margin:0 0 100px 17px;	
	border:#666 1px solid;
}

.labProduct div {
	padding:30px;
}

.labProduct_h3 {
	margin-bottom:10px;
	border:none;
}

.labProduct div p {
	line-height:150%;
}

/*---------------
2010/12/3追加
---------------*/
.mapBtn a {
	text-indent:-9999px;
	text-decoration:none;
	display:block;
	width:133px;
	height:25px;
	background:url(../img/map_btn.png) no-repeat top;
	position:relative;	
}

.mapBtn a:hover {
	text-indent:-9999px;
	text-decoration:none;
	display:block;
	width:133px;
	height:25px;
	background: url(../img/map_btn.png) no-repeat bottom;
	position:relative;
}
