@charset "utf-8";

/*==================================================================

　1. 会社概要 共通

==================================================================*/

/*==================================================================

　2. 会社概要（company.html）

==================================================================*/

.Company .entry {
	text-align:center;
	margin:0 5px;
}

.Company .left  { float:left; }
.Company .right { float:right; }

.Company table {
	font-size:100%;
	width:600px;
	margin:10px auto 20px auto;
	border-collapse:collapse;
}

.Company table th,
.Company table td {
	text-align:left;
	vertical-align:text-top;
	padding:4px 6px;
	border:1px solid #FFF;
}

.Company table th {
	font-weight:bold;
	line-height:150%;
	width:85px;
	background:url(../common/images/bg_cell_01.gif) repeat-x bottom left;
}

.Company table td {
	background:url(../common/images/bg_cell_02.gif) repeat-x bottom left;
}

.Company .map {
	border:1px solid #EEE;
	width:590px;
	margin:10px auto;
}

.Company p.map-text {
	line-height:150%;
	text-align:left;
	margin:0 0 0 25px;
}

.Company h2 {
	font-size:100%;
	line-height:150%;
	text-align:left;
	color:#624637;
	background:url(../common/images/bg_h2_03.gif) no-repeat;
	width:584px;
	_width:600px;
	padding:8px 0 8px 16px;
	margin:0 auto 10px auto;
}



/*==================================================================

　3. ビジョン（vision.html）

==================================================================*/

.Vision .entry { margin:0 10px; text-align:center; }

.Vision h2 { margin:35px 0 20px 0; }


/*==================================================================

　4. 沿革（history.html）

==================================================================*/

.History h3 {
	font-size:120%;
	margin:15px 0 10px 10px;
	border-left:3px solid #333;
	padding:3px 0 3px 10px;
}

.History .lead {
	line-height:180%;
	background:url(../common/images/line_dot_01.gif) repeat-x bottom;
	padding:0 18px 20px 21px;
	margin:0 5px;
}

.History dl {
	margin:25px 10px 25px 10px;
	width:425px;
	_width:390px;
}

.History dt {
	float:left;
	width:100px;
}

.History dt span {
	background:#55992D;
	padding:2px 3px;
	color:#FFF;
	margin-left:10px;
}

.History dd {
	float:left;
	line-height:150%;
	width:330px;
	_width:395px;
	background:url(../common/images/line_dot_02.gif) repeat-x bottom;
	padding:0 5px 10px 75px;
	margin:-22px 0 10px 0;
	_margin:-20px 0 10px 0;
}

.History .end { background:none; }

.History .photo {
	float:right;
	margin:25px 15px 0 0;
}

.History .photo img {
	display:block;
	margin-bottom:10px;
}


/*==================================================================

　5. トップメッセージ（message.html）

==================================================================*/

.Message .entry { clear:both; }

.Message .lead {
	font-size:110%;
	line-height:200%;
	margin:0 0 0 5px;
}

.Message .photo {
	float:right;
	margin:0 10px 0 15px;
}

.Message .photo img { display:block; }

.Message .sign {
	line-height:150%;
	text-align:right;
	display:block;
	padding:25px 5px 0 0;
}

.Message .banner {
	text-align:right;
	margin:20px 5px 0 0;
}
