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

body {
	margin: 0 auto;
	width: 100%;
	font-size: 14px;
	font-family : "Hiragino Kaku Gothic Std", "ヒラギノ角ゴ Std W3",  "Meiryo", "メイリオ", sans-serif;
	color: #333333;
	background-color: #f2f6f9;
	}

#bodyBackCircle {
	width: 100%;
	background-image: url("../images/tax_back_circle.png");
	background-repeat: no-repeat;
	background-position: top center;
	}

.floatClear {
	clear:both;
	}

.marginLRAuto {
	margin: 0 auto;
	}

.textHidden {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	}

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

/*ヘッダーロゴ部分*/

#headLogoArea {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 35px;
	text-align: left;
	position: relative;
	z-index: 10;
	}

#headLogoArea .headTopTxt {
	width: 960px;
	font-size: 10px;
	text-align: left;
	padding-top: 5px;
	}

#headLogoArea .headOfficeName {
	width: 320px;
	height: 40px;
	font-size: 28px;
	line-height: 40px;
	text-align: right;
	margin-top: 38px;
	margin-bottom: 10px;
	letter-spacing : 0.2em;
	background-image: url("../images/head_icon_logo.png");
	background-repeat: no-repeat;
	background-size: 40px 40px;
	float: right;
	}

#headLogoArea .headOfficeTxt {
	clear: both;
	width: 409px;
	height: 14px;
	margin-top: 5px;
	margin-left: 551px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-image: url("../images/head_office_txt.png");
	background-repeat: no-repeat;
	}

#headLogoArea .headTel {
	width: 318px;
	height: 31px;
	margin-top: 25px;
	margin-right: 1px;
	margin-left: 641px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-image: url("../images/head_tax_tel.png");
	background-repeat: no-repeat;
	}

#headLogoArea .headMail {
	width: 318px;
	height: 31px;
	margin-right: 1px;
	margin-left: 641px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-image: url("../images/head_tax_mail.png");
	background-repeat: no-repeat;
	}

#headLogoArea .headLogo {
	width: 389px;
	height: 182px;
	position: absolute;
	left: 36px;
	bottom: -55px;
	z-index: 10;
	}

/*ヘッダースライダー部分*/

#headImgArea {
	width: 100%;
	min-width: 960px;
	height: 530px;
	overflow: hidden;
	background-color: #d0e5f4;
	text-align: center;
	}

#headMainImg {
	width: 100%;
	min-width: 960px;
	height: 530px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	}

#headMainImg .flexslider {
	width: 100%;
	min-width: 960px;
	overflow: hidden;
	height: 530px;
	margin: 0 auto;
	text-align: center;
	}

.headCatchFamily {
	width: 100%;
	min-width: 960px;
	overflow: hidden;
	height: 530px;
	background-image: url("../images/head_family_main.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	}

.headCatchFamily p {
	width: 960px;
	height: 530px;
	margin: 0 auto;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-image: url("../images/head_family_catch.png");
	background-repeat: no-repeat;
	}

.headCatchTax {
	width: 100%;
	min-width: 960px;
	overflow: hidden;
	height: 530px;
	background-image: url("../images/head_tax_main.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	}

.headCatchTax p {
	width: 960px;
	height: 530px;
	margin: 0 auto;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-image: url("../images/head_tax_catch.png");
	background-repeat: no-repeat;
	}

.headCatchJustice {
	width: 100%;
	min-width: 960px;
	overflow: hidden;
	height: 530px;
	background-image: url("../images/head_justice_main.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	}

.headCatchJustice p {
	width: 960px;
	height: 530px;
	margin: 0 auto;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-image: url("../images/head_justice_catch.png");
	background-repeat: no-repeat;
	}

.headCatchLaw {
	width: 100%;
	min-width: 960px;
	overflow: hidden;
	height: 530px;
	background-image: url("../images/head_law_main.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	}

.headCatchLaw p {
	width: 960px;
	height: 530px;
	margin: 0 auto;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-image: url("../images/head_law_catch.png");
	background-repeat: no-repeat;
	}

/*ヘッダーナビ部分*/

#headNavArea {
	width: 922px;
	height: 50px;
	border: solid 4px #e4ebf1;
	background-color: #ffffff;
	margin-top: 36px;
	margin-left: auto;
	margin-right: auto;
	}

#headNavArea ul {
	margin-top: 16px;
	}

#headNavArea ul li {
	background-image: url("../images/head_nav_icon_off.png");
	background-repeat: no-repeat;
	background-position: center left;
	margin-left: 135px;
	font-size: 16px;
	line-height: 16px;
	float: left;
	}

#headNavArea ul li:hover {
	background-image: url("../images/head_nav_icon_on.png");
	}

#headNavArea .headNavHome {
	margin-left: 58px;
	}

#headNavArea .headNavAbout {
	margin-left: 135px;
	}

#headNavArea .headNavService {
	margin-left: 120px;
	}

#headNavArea .headNavContact {
	margin-left: 104px;
	}

#headNavArea ul li a {
	display: block;
	margin: 0;
	padding-left: 20px;
	color: #212121;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	}

#headNavArea ul li a:hover {
	color: #9BC3DA;
	}

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



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

#contentsArea {
	clear:both;
	width: 960px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	text-align: left;
	position: relative;
	overflow: hidden;
	}


/*メインコンテンツ部分*/

#mainContArea {
	width: 960px;
	margin-bottom: 170px;
	}
	
#mainContArea .mainContTit {
	height: 24px;
	margin-left: 48px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-image: url("../images/main_tax_tit.png");
	background-repeat: no-repeat;
	background-position: center left;
	z-index: 1;
	}

#mainContArea .mainContSent {
	text-align: left;
	line-height: 34px;
	margin-top: 25px;
	margin-left: 48px;
	z-index: 1;
	}

#mainContArea .mainContImg {
	width: 466px;
	height: 412px;
	margin-right: 12px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	}

/*メインコンテンツバナー部分*/

#mainBnrArea {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	}

#mainBnrArea ul {
	width: 327px;
	margin-left: 45px;
	float: left;
	}

#mainBnrArea ul li {
	width: 327px;
	margin: 0;
	padding: 0;
	}

#mainBnrArea ul li a {
	display: block;
	width: 100%;
	height: 100%;
	}

#mainBnrArea .taxBtnAbout {
	height: 88px;
	margin-bottom: 19px;
	}

#mainBnrArea .taxBtnService {
	height: 86px;
	margin-bottom: 19px;
	}

.bnrLaw {
	width: 264px;
	height: 189px;
	margin-left: 41px;
	float: left;
	}

.bnrLaw a {
	display: block;
	width: 100%;
	height: 100%;
	}

.bnrJustice {
	width: 264px;
	height: 189px;
	margin-left: 19px;
	float: left;
	}

.bnrJustice a {
	display: block;
	width: 100%;
	height: 100%;
	}
.tkbanner{
	float:right;
	margin-top:19px;
}

.tkbanner a {
	display: block;
	width: 547px;
	height:140px;
	background: url(../images/banner_tk.jpg) no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;

	}

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



/**/
/*  footerArea Start  */
/**/

#footerArea {
	clear: both;
	width: 100%;
	margin-top: 99px;
	}

/*フッターナビ部分*/

.footNavArea {
	width: 100%;
	height: 210px;
	background-color: #8eadc1;
	}

.footNavUl {
	width: 960px;
	padding-top: 49px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	}

.footNavUl h4 {
	color: #ffffff;
	text-align: left;
	line-height: 14px;
	padding-left: 15px;
	background-image: url("../images/foot_nav_icon_off.png");
	background-repeat: no-repeat;
	background-position: center left;
	}

.footNavUl .taxList {
	width: 220px;
	margin-left: 9px;
	float: left;
	}

.footNavUl .officeList {
	width: 220px;
	margin-left: 76px;
	float: left;
	}

.footNavUl .relatedSitesList {
	width: 210px;
	margin-left: 60px;
	float: left;
	}

.footNavUl ul li {
	color: #ffffff;
	text-align: left;
	font-size: 12px;
	line-height: 12px;
	margin-top: 8px;
	margin-left: 8px;
	background-image: url("../images/foot_nav_asterisk_off.png");
	background-repeat: no-repeat;
	background-position: center left;
	}

.footNavUl ul li:hover {
	background-image: url("../images/foot_nav_asterisk_on.png");
	}

.footNavUl ul li a {
	color: #ffffff;
	display: block;
	padding-left: 17px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	}

.footNavUl ul li a:hover {
	color: #406781;
	}

/*フッターコピーライト部分*/

.footCopyright {
	clear: both;
	width: 960px;
	font-size: 12px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	}

/**/
/*  footerArea End  */
/**/
