/* table_outline
*****************************************/
table.table_outline {
	width: 100%;
}
table.table_outline th {
	width: 120px;
	font-size: 90%;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #AAA;
}
table.table_outline td {
	font-size: 80%;
	border-bottom: 1px solid #AAA;
	padding-top: 10px;
	padding-bottom: 10px;
}
.menutitle {
	border-left: 5px solid #000;
	padding-left: 8px;
}



/*
**********************************************/
.catch_corporate {
	background: url(/corporate/img/catch_corporate.gif);
	width: 551px;
	height: 34px;
	margin-bottom: 10px;
}
.catch_corporate span {
	display: none;
}

/*
**********************************************/
.catch_corporate {
	background: url(/corporate/img/catch_corporate.gif);
	width: 551px;
	height: 34px;
	margin-bottom: 10px;
}
.catch_corporate span {
	display: none;
}


/* table_member
*****************************************/
table.table_member {
	width: 100%;
	font-size: 80%;
}
table.table_member td {
	padding: 3px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
table.table_member td.officerpos {
	width: 110px;
	background: #D7DDF9;
}
table.table_member td.name {
	width: 100px;
	background: #EBEBFC;
}
table.table_member td.oth {
	background: #F6F6FD;
}


/* インデックスボタン--------------------------*/
.triple_corp {

}
.triple_corp a {
	display: block;
	width: 178px;
	height: 90px;
}
.triple_corp ul li span {
	display: none;
}
.triple_corp span {
	display: none;
}
.triple_corp ul {
	width: 100%;
}
.triple_corp li {
	margin-top: 0px;
	margin-bottom: 10px;
	width: 178px;
	height: 90px;
}


/* 左側ボタン--------------------------*/
.triple_corp_outline {
	float: left;
	background: url(/corporate/img/btn_outline.gif) no-repeat;
}
.triple_corp_outline a:hover {
	background: url(/corporate/img/btn_outline-on.gif) no-repeat;
}

.triple_corp_feature {
	float: left;
	background: url(/corporate/img/btn_feature.gif) no-repeat;
}
.triple_corp_feature a:hover {
	background: url(/corporate/img/btn_feature-on.gif) no-repeat;
}

.triple_corp_items {
	float: left;
	background: url(/corporate/img/btn_items.gif) no-repeat;
}
.triple_corp_items a:hover {
	background: url(/corporate/img/btn_items-on.gif) no-repeat;
}


/* 中央側ボタン--------------------------*/
.triple_corp_history {
	float: left;
	margin-left: 9px;
	background: url(/corporate/img/btn_history.gif) no-repeat;
}
.triple_corp_history a:hover {
	background: url(/corporate/img/btn_history-on.gif) no-repeat;
}

.triple_corp_clients {
	float: left;
	margin-left: 9px;
	background: url(/corporate/img/btn_clients.gif) no-repeat;
}
.triple_corp_clients a:hover {
	background: url(/corporate/img/btn_clients-on.gif) no-repeat;
}

.triple_corp_patent {
	float: left;
	margin-left: 9px;
	background: url(/corporate/img/btn_patent.gif) no-repeat;
}
.triple_corp_patent a:hover {
	background: url(/corporate/img/btn_patent-on.gif) no-repeat;
}


/* 右側ボタン--------------------------*/
.triple_corp_special {
	float: right;
	background: url(/corporate/img/btn_special.gif) no-repeat;
}
.triple_corp_special a:hover {
	background: url(/corporate/img/btn_special-on.gif) no-repeat;
}

.triple_corp_affiliated {
	float: right;
	background: url(/corporate/img/btn_affiliated.gif) no-repeat;
}
.triple_corp_affiliated a:hover {
	background: url(/corporate/img/btn_affiliated-on.gif) no-repeat;
}

.triple_corp_member {
	float: right;
	background: url(/corporate/img/btn_member.gif) no-repeat;
}
.triple_corp_member a:hover {
	background: url(/corporate/img/btn_member-on.gif) no-repeat;
}

/* 経営理念---------------------------*/
div.corpeducation {
	margin: 10px 0px 20px;
	padding-top: 10px;
	border-top: 1px dotted #999;
}
div.corpeducation h3 {
	color: #339;
	font-size: 0.9em;
	margin-bottom: 5px;
}
div.corpeducation p.edutitle {

}
div.corpeducation ul {
	font-size: 0.8em;
	line-height: 140%;
	background: #F9F9F9;
	border: 1px solid #DDD;
	padding: 5px 10px;
}
div.corpeducation li {
	list-style-type: decimal;
	margin: 5px 0px 5px 20px;
}
div.corpeducation cite {
	text-align: right;
	width: 100%;
	font-size: 0.8em;
	font-style: normal;
}
