@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :abouthrd.css
 author     :lassic(admin)
 style info :コンテンツ内CSS

=================================================================== */

.lower {}
.lower h2 {
	width:534px;
	height:32px;
	display:block;
	text-indent:-9999px;
	margin-bottom: 15px;
	}

#links-title {
	background-image:url("../abouthrd/images/links-title.jpg");
}

#company-info-title {
	background-image:url("../abouthrd/images/campany-info-title.jpg");
}

#abouthrd-title {
	background-image:url("../abouthrd/images/abouthrd-title.jpg");
}

.abouthrdinfo {
	font-weight:bold;
	color: #0071C4;
	font-size:120%;
	}
.map {
	margin-top:15px;
	}

.abouthrd {
	margin-bottom:15px;
}

#hrdimg img {
	float:right;
	margin-right:200px;
}

.abouthrd dd {
	padding-left:15px;
}

#ad address{
	margin-bottom:15px;
	margin-left:15px;
}


/*----------------------------------------------------
 各コンテンツCSS
----------------------------------------------------*/
/*equipment-list css*/
.equipment-list-table {
	width: 522px;
	padding: 5px 0;
	margin: 0 11px 0 5px;
	border:solid 1px #333;
	border-spacing:0px;
	font-size:95%;
}

.equipment-list-table th{
	padding:10px 0px;
	border:solid 1px #333;
	text-align:center;
	background:#1886cf url("../abouthrd/images/equipment-list-table-img.png") repeat-x;
	color:#FFF;
	font-weight:normal;
}

.equipment-list-table td{
	padding: 2px;
	border:solid 1px #333;
	border-spacing:0px;
}

.table01{
	width: 171px;
}

.table02{
	width: 144px;
}

.table03{
	width: 160px;
}

.table04{
	width: 44px;
}

	

.tabletitle01 {
	background:#b8e5fc;	
}

.tabletitle01-r {
	width: 138px;
}

.tabletitle02 {
	width: 32px;
	background:#74c6f0;
	color:#FFF;
	font-size: 77%;
	text-align:center;
}

.tabletitle03 {
	text-align:center;
}


#equipment-list-t01 {
	background-image:url("../abouthrd/images/equipment-list-t01.jpg");	
}

#equipment-list-t02 {
	background-image:url("../abouthrd/images/equipment-list-t02.jpg");	
}

#equipment-list-t03 {
	background-image:url("../abouthrd/images/equipment-list-t03.jpg");	
}

#equipment-list-t04 {
	background-image:url("../abouthrd/images/equipment-list-t04.jpg");	
}

#equipment-list-t05 {
	background-image:url("../abouthrd/images/equipment-list-t05.jpg");	
}


/*company-history css*/
#compay-history-title {
	background-image:url("../abouthrd/images/history-title.jpg");	
}

#history-table td{
	padding:10px 0px 0px 10px;
	border-bottom:dotted 1.5px;
	border-spacing:5px;
}

#history-table th{
	padding:10px 10px 10px 0px;
	border-bottom:dotted 1.5px;
	border-spacing:5px;
	width:100px;
}

#history-table {
	border-collapse:separate;
	border-spacing:10px;
}

/*environmental-policy css*/

#environmental-policy-title {
	background-image:url("../abouthrd/images/environment-title.jpg");
}

#indent-env li{
	margin-left:20px;
}

/*privacy-policy css*/
#privacy-policy-title {
	background-image:url("../abouthrd/images/privacy-policy-title.jpg");
}


/*links css*/
.aboutlinks {
	margin-bottom:15px;
	border-bottom-width:1.5px;
	padding-bottom:10px;	
}

.aboutlinks li {
	padding-left:15px;
	margin-top:10px;
}

.aboutlinks a {
	color:#000;
}

#linksco-party {
	border-bottom:none;
}

#caption-link {
	margin-left:200px;
}


/*ourpresident-massage css*/
#our-president-massage-title {
	background-image:url("../abouthrd/images/our-president-title.jpg");
}

#message {
	float:left;
	width:270px;
	margin-top:60px;
	font-weight:bold;
}

#president-pict {
	padding:20px 0px 0px 0px;
	float:right;
	width:240px;
	display:block;
}

#container {
	margin-bottom:20px;
}

#president-subtitle {
	border-bottom:dotted #0071C4 2.5px;
	margin:20px 0px 10px 0px;
}

.textarea { 
	font-size:100%;
	line-height:1.3em;
	width:500px;
	height:50px;
	margin-bottom:10px;
}

/*===================================================================
	clearfix
	floatclear
=================================================================== */


/* clearfix */
#hrdimg:after,
#message:after,
#container:after {
	content: ".";  /* 新しい要素を作る */
	display: block;   /*ブロックレベル要素に */
	height: 0;
	clear: both;
	visibility: hidden;
}

#hrdimg,
#message,
#container { display: inline-block; }

/* Hide from IE-mac \*/
*html #hrdimg,
*html #message,
*html #container { height: 1%; }

#hrdimg,
#message,
#container { display: block; }
/* End hide from IE-mac */
@charset "UTF-8";
