@charset "UTF-8";


/* -----------------------------------------------------
en_profile CSS
bisard Inc
FileName:    en_profile.css
Last Modified:     2009.6.22
----------------------------------------------------- */


/* 【menu】 */
/* ----------------------------------------------------------------------------------------------------- */
body#profile #en_Lnav ul li.lnav_profile {
	display: block;
	background: url(../../common/images/shadow02.gif) left top repeat-x !important;
	background-color: #cbc8c3 !important;
	}

body#profile #en_Lnav ul li.lnav_profile a.nav2nd {
	margin: 0; padding: 8px 8px 8px 32px;
	background: url(../../common/images/ico_arrow_a02.gif) 20px 14px no-repeat !important;
	background-color: #cbc8c3;
	}


/* 【カテゴリヘッダ】 */
/* ----------------------------------------------------------------------------------------------------- */
body#profile #cate_head h1 {
	width: 400px;
	height: 72px;
	margin:  0;	padding: 0;
	background: url(../images/h1_company.jpg) left top no-repeat;
}


body#profile h2.h2_profile01 {
	width: 560px;
	height: 24px;
	background: url(../images/h2_company01.gif) right top no-repeat;
}


body#profile h3.h3_profile01 {
	width: 560px;
	height: 31px;
	background: url(../images/h3_company01.jpg) right top no-repeat;
}


body#profile h3.h3_profile02 {
	width: 560px;
	height: 31px;
	background: url(../images/h3_company02.jpg) right top no-repeat;
}


/* 【 テーブル 】 */
/* ----------------------------------------------------------------------------------------------------- */
table.profileTBL01 {
	width: 560px;
	border-collapse: collapse;
	border-spacing: 0;
/*\*/
_width: 554px;
/**/
}


.profileTBL01 th , .profileTBL01 td {
	border-bottom: solid 1px #cdcdcd;
}

.profileTBL01 th {
	padding: 3px 3px 3px 0;
}

.profileTBL01 td {
	padding: 3px 0 3px 3px;
}


