@charset "utf-8";
/* CSS Document */
/* targetPage:
	body#president // 代表者挨拶
	body#aboutCompany // 会社概要	*/

/* --------------------------------------
	代表者挨拶／body#president
	body#president
-----------------------------------------	*/

/* leftBox */

body#president div.leftBox p { text-indent:10px; }
body#president div.presidentspeech div.leftBox p { margin-bottom:7px; }

/* common size */
body#president div.leftBox h2{
	width:415px;
	height:20px;
	text-indent:-9999px;
	margin:10px 0px;
}

/* h2 image */
body#president div.presidentspeech div.leftBox h2 { background:url(../company/president/image/index_presidentspeech.gif) no-repeat;  }
body#president div.leftBox h2.companyIdea { background:url(../company/president/image/index_companyIdea.gif) no-repeat;  }
body#president div.leftBox h2.aboutLogo { background:url(../company/president/image/index_aboutLogo.gif) no-repeat;  }

/* サイン */
body#president div.presidentspeech div.leftBox img.sign {	margin-left:140px; }

/* rightBox */

body#president div.rightBox img {
	border:1px #CCC solid;
	margin-top:10px;
	width:263px;
}


/* --------------------------------------
	会社概要／body#aboutCompany
	body#aboutCompany
-----------------------------------------	*/

/* common */
body#aboutCompany div.leftBox h2 ,
body#aboutCompany div.rightBox h2 {
	width:340px;
	height:20px;
	text-indent:-9999px;
	margin:10px 0px;
}

/* h2 image */
body#aboutCompany h2.aboutCompany{ background:url(../company/image/index_aboutCompany.gif) no-repeat; }
body#aboutCompany h2.aboutBusiness{ background:url(../company/aboutCompany/image/index_aboutBusiness.gif) no-repeat; }
body#aboutCompany h2.group{ background:url(../company/aboutCompany/image/index_group.gif) no-repeat; }
body#aboutCompany h2.subsidiary{ background:url(../company/aboutCompany/image/index_subsidiary.gif) no-repeat; }
body#aboutCompany h2.companyHistory{ background:url(../company/aboutCompany/image/index_companyHistory.gif) no-repeat; }
body#aboutCompany h2.onesBank{ background:url(../company/aboutCompany/image/index_onesBank.gif) no-repeat; }
body#aboutCompany h2.businessCustomer{ background:url(../company/aboutCompany/image/index_businessCustomer.gif) no-repeat; }
body#aboutCompany h2.lease{ background:url(../company/aboutCompany/image/index_lease.gif) no-repeat; }

body#aboutCompany ul.list li{ font-size:14px; }

/* 会社概要 */

body#aboutCompany table.aboutCompany {
	margin-left:10px;
	width:330px;
}
body#aboutCompany table.aboutCompany th{
	width:100px;
	text-align:left;
}

body#aboutCompany h3{
	font-size:14px;
	border-left:4px #444 solid;
	padding-left:4px;
}

body#aboutCompany img.map {
	display:block;
	float:right;
	width:50px;
	height:20px;
	border:0px;
}

/* 沿革 */

body#aboutCompany table.companyHistory{
	margin-left:10px;
	width:330px;
}
body#aboutCompany table.companyHistory td.left{ width:100px; }
body#aboutCompany table.companyHistory td.right{ width:230px; }

























