	@import "/common_css/default.css";
	@import "/common_css/component.css";
	@import "/css/component_aboutus.css";


/*LOCALNAVIGATION*/
#contents ul.navi_local {
	height: 43px !important;
	height /**/: 60px;
	padding-top: 17px;
	overflow: hidden;
	width: 540px;
}

#contents ul.navi_local li {
	float: left;
	height: 43px;
}

#contents ul.navi_local li.top {
	background: url(/aboutus/business/image_dir/n_l_top_f.gif) no-repeat top left;
	width: 270px;
}

#contents ul.navi_local li.top_active {
	background: url(/aboutus/business/image_dir/n_l_top_h.gif) no-repeat top left;
	width: 270px;
}

#contents ul.navi_local li.overview {
	background: url(/aboutus/business/image_dir/n_l_overview_f.gif) no-repeat top left;
	width: 270px;
}

#contents ul.navi_local li.overview_active {
	background: url(/aboutus/business/image_dir/n_l_overview_h.gif) no-repeat top left;
	width: 270px;
}

/*LOCALSUBNAVIGATION*/

#contents ul.navi_localSub {
	background: url(/common_images/bg_localsub.gif) no-repeat top left;
	height: 45px;
	padding: 0px 5px;
	overflow: hidden;
	width: 530px !important;
	width /**/: 540px;
}

#contents ul.navi_localSub li {
	float: left;
	height: 45px;
}
/*Updated▼ 2005/07/27,E*/

#contents ul.navi_localSub li.top{
	background: url(/aboutus/business/bumon/image_dir/n_ls_top_f.gif) no-repeat top left;
	width: 96px;
}

#contents ul.navi_localSub li.top_active {
	background: url(/aboutus/business/bumon/image_dir/n_ls_top_h.gif) no-repeat top left;
	width: 96px;
}

#contents ul.navi_localSub li.kojin {
	background: url(/aboutus/business/bumon/image_dir/n_ls_kojin_f.gif) no-repeat top left;
	width: 63px;
}

#contents ul.navi_localSub li.kojin_active {
	background: url(/aboutus/business/bumon/image_dir/n_ls_kojin_h.gif) no-repeat top left;
	width: 63px;
}

#contents ul.navi_localSub li.hojin {
	background: url(/aboutus/business/bumon/image_dir/n_ls_hojin_f.gif) no-repeat top left;
	width: 109px;
}

#contents ul.navi_localSub li.hojin_active {
	background: url(/aboutus/business/bumon/image_dir/n_ls_hojin_h.gif) no-repeat top left;
	width: 109px;
}

#contents ul.navi_localSub li.kigyou {
	background: url(/aboutus/business/bumon/image_dir/n_ls_kigyou_f.gif) no-repeat top left;
	width: 63px;
}

#contents ul.navi_localSub li.kigyou_active {
	background: url(/aboutus/business/bumon/image_dir/n_ls_kigyou_h.gif) no-repeat top left;
	width: 63px;
}

#contents ul.navi_localSub li.kokusai {
	background: url(/aboutus/business/bumon/image_dir/n_ls_kokusai_f.gif) no-repeat top left;
	width: 63px;
}

#contents ul.navi_localSub li.kokusai_active {
	background: url(/aboutus/business/bumon/image_dir/n_ls_kokusai_h.gif) no-repeat top left;
	width: 63px;
}

#contents ul.navi_localSub li.sijyou {

	background: url(/aboutus/business/bumon/image_dir/n_ls_sijyou_f.gif) no-repeat top left;
	width: 75px;
}

#contents ul.navi_localSub li.sijyou_active {
	background: url(/aboutus/business/bumon/image_dir/n_ls_sijyou_h.gif) no-repeat top left;
	width: 75px;
}

#contents ul.navi_localSub li.toushi {
	background: url(/aboutus/business/bumon/image_dir/n_ls_toushi_f.gif) no-repeat top left;
	width: 61px;
}

#contents ul.navi_localSub li.toushi_active {
	background: url(/aboutus/business/bumon/image_dir/n_ls_toushi_h.gif) no-repeat top left;
	width: 61px;
}
/*Updated▲ 2005/07/27,E*/

/*[/aboutus/business/bumon/index.html]　業務別取り組み見出し*/
#contents h1.headingbumon {
	background: none;
	background-color: #CCFF99;
	border: solid 1px #CCCCCC;
	color: #006600;
	font-size: small;
	margin: 0px 0px 10px 0px;
	padding: 3px 3px 2px 3px;
	width: 532px !important;
	width /**/: 540px;
}

/*[/aboutus/business/bumon/配下]　特殊ルールサブナビ*/
#contents div.navi_localSub2 {
	padding-bottom: 11px;
	width: 540px;
}

#contents div.navi_localSub2 strong {
	color: #666666;

}

#contents div.navi_localSub2 p {
	text-align: center;
}

/*[/aboutus/business/bumon/kojin.html]　主な提携内容レイアウトテーブル*/
#contents table.logotable {
	margin: 15px 0px 15px 0px;
}

#contents table.logotable td {
	vertical-align: middle;
}

/*[/aboutus/business/bumon/kojin.html]　プロミスロゴ*/
#contents img.logo {
	margin: 0px 0px 0px 50px;
}



/*[/aboutus/business/bumon/kojin.html]　主な提携内容テーブル*/
#contents table.cooperate {
	border-left: solid 1px #B4B4B4;
	border-top: solid 1px #B4B4B4;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

#contents table.cooperate th {
	border-bottom: solid 1px #B4B4B4;
	border-right: solid 1px #B4B4B4;
	padding: 5px 5px 0px 5px;
	vertical-align: top;
}

#contents table.cooperate td  {
	border-bottom: solid 1px #B4B4B4;
	border-right: solid 1px #B4B4B4;
	padding: 5px 5px 0px 5px;
	text-align: center;
	vertical-align: top;

}

/*Updated▼ 2005/07/27,E*/

/*[/aboutus/business/bumon/hojin.html]　トピックス*/
#contents dl.dl_hojintopics dd {
	margin: 0px 0px 5px 10px;
}

#contents dl.dl_hojintopics dt {
	float: none !important;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}

/*Updated▲ 2005/07/27,E*/

/* Updated▼ 2005/12/12, E */
/* SMFGバナー */

div.smfg-banner{
	position: absolute;
	left: 580px;
	top: 255px;
}
/* Updated▲ 2005/12/12, E */