@charset "UTF-8";
/* CSS Document */
/*profileページ専用クラス*/

/**/
/*  HeaderArea Start  */
/**/

/*ヘッダーメインイメージ見出し*/

#headTaxTit {
	width: 176px;
	height: 29px;
	margin-top: 94px;
	margin-left: 128px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-image: url("../images/head_tax_profile_tit.png");
	background-repeat: no-repeat;
	}

/**/
/*  HeaderArea End  */
/**/



/**/
/*  contentsArea Start  */
/**/

/*プロフィール*/

#profileImg {
	clear: both;
	width: 646px;
	height: 276px;
	background-image: url("../images/tax_profile_img.jpg");
	background-repeat: no-repeat;
	position: relative;
	}

#profileBack {
	width: 288px;
	height: 187px;
	background-image: url("../images/tax_profile_back.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 47px;
	right: 34px;
	}

.profileTit {
	width: 141px;
	height: 21px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-image: url("../images/tax_profile_name.png");
	background-repeat: no-repeat;
	}

.profileTxt {
	width: 240px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 12px;
	color: #212121;
	}

.profileSent {
	width: 549px;
	height: 158px;
	margin-top: 54px;
	margin-left: 79px;
	margin-bottom: 45px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-image: url("../images/tax_profile_sent.png");
	background-repeat: no-repeat;
	}

/*取り扱い業務*/

#titAffairs {
	width: 646px;
	height: 23px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-image: url("../images/tax_tit_affairs.png");
	background-repeat: no-repeat;
	}

#affairsUl {
	width: 594px;
	margin-top: 26px;
	margin-bottom: 37px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	}

#affairsUl li {
	width: 297px;
	line-height: 30px;
	text-align: left;
	float: left;
	}

/*アクセス*/

#titAccess {
	clear: both;
	width: 646px;
	height: 21px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-image: url("../images/tax_tit_access.png");
	background-repeat: no-repeat;
	}

.companyAddress {
	text-align: left;
	margin-top: 26px;
	margin-bottom: 26px;
	margin-left: 26px;
	line-height: 30px;
	}

.telNum {
	width: 580px;
	height: 75px;
	line-height: 75px;
	font-size: 22px;
	color: #4c7eaf;
	margin-left: 26px;
	margin-bottom: 32px;
	background-image: url("../images/tax_tel_back.png");
	background-repeat: no-repeat;
	}

/*アクセスマップ*/

#companyMap {
	width: 572px;
	height: 279px;
	margin-left: 26px;
	border: solid 3px #b4cbda;
	}

/**/
/*  contentsArea End  */
/**/