@charset "UTF-8";

@import url("../common.css");	/*共有*/
@import url("../pages.css");	/*共有2*/
@import url("common.css");		/*会社概要－共有*/


/* ========== top ========== */
#aboutTop ul.clearfix {
	width: 570px;
	margin: 0 auto;
	padding: 5px 0 10px;
}
#aboutTop ul.clearfix li {
	width: 280px;
	height: 80px;
	margin-bottom: 10px;
}
#aboutTop ul.clearfix li#message,
#aboutTop ul.clearfix li#corpmsg {
	clear: left;
	float: left;
}
#aboutTop ul.clearfix li#philosophy,
#aboutTop ul.clearfix li#history {
	float: right;
}
/*
#aboutTop ul.clearfix li a {
	display: block;
	width: 257px;
	height: 47px;
	padding: 33px 10px 0 13px;
	text-decoration: none;
	color: #666;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
}
#aboutTop ul.clearfix li a:hover {
	background-position: left bottom;
}
#aboutTop ul.clearfix li#message a{
	background-image: url(../../images/company/about/top/bnr_message.jpg);
}
#aboutTop ul.clearfix li#philosophy a{
	background-image: url(../../images/company/about/top/bnr_philosophy.jpg);
}
#aboutTop ul.clearfix li#corpmsg a{
	background-image: url(../../images/company/about/top/bnr_corpmsg.jpg);
}
#aboutTop ul.clearfix li#history a{
	background-image: url(../../images/company/about/top/bnr_history.jpg);
}
*/

/* ========== message ========== */
.messageText {
	float:right;
	width:390px;
	}
.messagePhoto {
	float:left;
	width:160px;
	}
.messageText p {
	margin-bottom:10px;
	}
.messageName {
	margin-bottom:0;
	padding-top:10px;
	text-align:right;
	}

/* ========== philosophy ========== */
#Philosophy {
	padding: 2px 0 25px;
}
#Philosophy h3 {
	margin-bottom: 20px;
	text-align: center;
}


/* ========== corp message ========== */
#corpMsg {
	width: 350px;
	margin: 0 auto;
	padding: 25px 0;
}
#corpMsg p {
	margin-bottom: 20px;
}
#corpMsg #msg01 {
	margin-bottom: 30px;
	text-align: center;
}
#corpMsg #msg02 {
	padding: 20px 0;
	text-align: center;
}

/* ========== history ========== */
#historyItem {
	width: 570px;
	margin: 0 auto;
	padding: 40px 0;
}
#historyItem dl {
	width: 350px;
	float: right;
	padding-right: 8px;
}
#historyItem dt {
	margin-bottom: 20px;
	line-height: 1;
}
.historyBtn {
	width:570px;
	height:31px;
	margin-top:20px;
	background:url(../../images/company/about/history/history_btn_bg.gif) 0 0 no-repeat;
	}
.historyBtn1 {
	width:80px;
	height:31px;
	float:left;
	}
.historyBtn2,.historyBtn3,.historyBtn4,.historyBtn5,.historyBtn6 {
	width:76px;
	height:31px;
	float:left;
	}

.historyTB {
	width:570px;
	margin-top:20px;
	border-top:#EFDFDF 1px solid;
	}
.historyTB th {
	padding:8px 40px 5px 7px;
	text-align:left;
	vertical-align:top;
	border-bottom:#EFDFDF 1px solid;
	}
.historyTB td {
	padding:5px 0;
	vertical-align:top;
	border-bottom:#EFDFDF 1px solid;
	}

.historyTB td.dot {
	border-bottom:#EFDFDF 1px dotted;
	}

