@charset "utf-8";

/* ===================================================================
CSS information
 file name  :  company.css
 style info :  会社情報ページのCSS
=================================================================== */

/*----------------------------------------------------------------------------------
		 								社長挨拶
------------------------------------------------------------------------------------*/

div#contents p.copy {
	margin-bottom: 25px;	
}

div#contents p.txt_message {
	line-height: 1.6;
}

div#contents p.sign {
	text-align: right;
	padding: 30px 126px 0 0;
}

/*----------------------------------------------------------------------------------
		 								理念
------------------------------------------------------------------------------------*/

div#contents p.ill_philosophy {
	margin-bottom: 40px;
	text-align: center;	
}

div#contents p.txt_philosophy {
	line-height: 1.6;
	font-size: 116%;
}

/*----------------------------------------------------------------------------------
		 								概要
------------------------------------------------------------------------------------*/
div#contents table.profile {
	background: url(/images/common/bg_border2.gif) 81px 0 repeat-y;
}

div#contents table.profile th {
	width: 75px;
	vertical-align: top;
	font-weight: normal;
	line-height: 2;
	padding: 3px 0;
}

div#contents table.profile td {
	width: 545px;
	vertical-align: top;
	font-weight: normal;
	line-height: 2;
	padding: 3px 0 3px 38px;
}


/*----------------------------------------------------------------------------------
		 								沿革
------------------------------------------------------------------------------------*/
div#contents table.history {
	background: url(/images/common/bg_border2.gif) 98px 0 repeat-y;
}

div#contents table.history th {
	width: 85px;
	vertical-align: top;
	font-weight: normal;
	line-height: 2;
	padding: 3px 0;
}

div#contents table.history th span {
	display: block;
	text-align: right;
	padding-right: 10px;
	margin-top: -2em;
}

div#contents table.history td {
	width: 535px;
	vertical-align: top;
	font-weight: normal;
	line-height: 2;
	padding: 3px 0 3px 38px;
}

/*----------------------------------------------------------------------------------
		 								アクセスマップ
------------------------------------------------------------------------------------*/
div#contents #google {
	border: 1px solid #ccc;
	width: 658px;
	height: 493px;	
}

div#contents dl.access_map {
	margin-top: -10px;
}

div#contents dl.access_map dt {
	margin-top: 27px;
	line-height: 1.5;
}

div#contents dl.access_map dd {
	line-height: 1.5;
}

