	@import "/common_css/default_wide.css";	
	@import "/common_css/component_wide.css";
	@import "/aboutus/css/component_aboutus.css";
	@import "/aboutus/profile/css/profile_Comp.css";
	
/*[/aboutus/profile/history.html]　沿革テーブル*/
#contents table.history01 {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin: 0px;
}

#contents table.history01 td {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 5px 5px 0px 5px;
	vertical-align: top;
}
#contents table.history01 td.ad {
	background-color: #ebebeb;
	border-top: 1px solid #ccc;
	border-left: none;
	padding: 5px 0px 0px 5px;
	white-space: nowrap;
	vertical-align: top;
}
#contents table.history01 td.y {
	background-color: #ebebeb;
	border-top: 1px solid #ccc;
	border-left: none;
	padding: 5px 5px 0px 5px;
	white-space: nowrap;
	vertical-align: top;
}
#contents table.history01 td.m {
	text-align: right;
	background-color: #ebebeb;
}

#contents table.history01 td.adTop {
	background-color: #ebebeb;
	border-top: none;
	border-left: none;
	padding: 5px 0px 0px 5px;
	vertical-align: top;
}
#contents table.history01 td.yTop {
	background-color: #ebebeb;
	border-top: none;
	border-left: none;
	padding: 5px 5px 0px 5px;
	vertical-align: top;
}
#contents table.history01 td.mTop {
	border-top: none;
	text-align: right;
	background-color: #ebebeb;
}
#contents table.history01 td.top {
	border-top: none;
}