@charset "UTF-8";

/* CSS Information
---------------------------------------------------------------
Site URL:		http://www.shokusan-j.co.jp/
File name:		layout_about.css
Summary:		base styles
Created:		2009-9-1
Last update:	2009-9-1 by Sadaoka
Author:			Sadaoka(admin), Kaito
Copyright:		(C) 2009 dabhand Inc.
--------------------------------------------------------------- */

/* 社長挨拶 */
/* ------------------------------------------------------------ */
.greetings_layout {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

.greetings_txt {
	line-height: 2em;
	text-indent: 1em;
}

.signature {
	text-align: right;
	display: block;
	overflow: hidden;
	border: 0px #f00 solid;
}

/* 沿革 */
/* ------------------------------------------------------------ */
.about_history {
	width: 680px; /* ボックスの幅を指定 */
}

.about_history table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	empty-cells: hide;
	border-collapse: collapse;
	border-top: 1px #c8c8c8 solid;
	border-bottom: 1px #c8c8c8 solid;
}

.about_history th {
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	white-space: nowrap;
	width: 230px;
	padding: 5px 0px;
	border-bottom: 1px #c8c8c8 solid;
}

.about_history td {
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	padding: 5px 0px;
	border-bottom: 1px #c8c8c8 solid;
}

.about_history .icon {
	padding: 0px 0px 0px 10px;
	border-left: 2px #005377 solid;
}

/* 会社概要 */
/* ------------------------------------------------------------ */
.about_outline {
	width: 680px; /* ボックスの幅を指定 */
}

.about_outline table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	empty-cells: hide;
	border-collapse: collapse;
	border-top: 1px #c8c8c8 solid;
	border-bottom: 1px #c8c8c8 solid;
}

.about_outline th {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	white-space: nowrap;
	width: 180px;
	padding: 5px 0px;
	border-bottom: 1px #c8c8c8 solid;
}

.about_outline td {
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	padding: 5px 0px;
	border-bottom: 1px #c8c8c8 solid;
}

.about_outline .icon {
	padding: 0px 0px 0px 10px;
	border-left: 2px #005377 solid;
}

/* 営業所のご案内 */
/* ------------------------------------------------------------ */
.freedial {
	background: url(../images/icon3.gif) left center no-repeat;
	padding: 0px 0px 0px 25px;
	border: 0px #f00 solid;
}

/* 採用情報 */
/* ------------------------------------------------------------ */
.about_recruit {
	width: 680px; /* ボックスの幅を指定 */
}

.about_recruit table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	empty-cells: hide;
	border-collapse: collapse;
	border-top: 1px #c8c8c8 solid;
	border-bottom: 1px #c8c8c8 solid;
}

.about_recruit th {
	background-color: #f0f0f0;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	white-space: nowrap;
	width: 130px;
	padding: 5px 10px 5px 0px;
	border-bottom: 1px #c8c8c8 solid;
}

.about_recruit td {
	text-align: left;
	vertical-align: middle;
	padding: 5px 10px;
	border-bottom: 1px #c8c8c8 solid;
}

.about_recruit .icon {
	background: url(../images/icon1.gif) left center no-repeat;
	padding: 0px 0px 0px 10px;
	border: 0px #f00 solid;
}
