@charset "UTF-8";

@import url("css/reset.css");
@import url("css/fonts.css");
@import url("css/base.css");

@import url("css/inheritance.css");

/* layout ----------------------------------------------------------------- */

body {
    text-align: center;
    background: #ffffff;
}


.layout-2column #wrapper {
    width: 100%;
    background: #ffffff url(./images/img-wrapper-side-bg.jpg) repeat-x; /* #F6F9ED */
}
#top #wrapper {background-image: url(./images/img-wrapper-side-bg.jpg);}

#wrapper-inner {
    width: 900px;
    min-height: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

#content {
    width: 890px;
	padding-left:10px;
}

#header, #nav, #banner, #content, #article, #aside, #footer {
    position: relative;
    overflow: hidden;
}

#article, #aside {
    float: left;
}

.layout-2column #article {
    float: none;
}

.layout-2column #article {
    clear: both;
}

.layout-1column #article {
    clear: both;
}




/* レイアウト・2カラム左サイドバー */

.layout-2column-left #article {
    left: 200px;
    width: 600px;
}

.layout-2column-left #aside {
    left: -600px;
    width: 200px;
}

/* レイアウト・2カラム等幅 */

#article #left {
    float: left;
    width: 660px;
	position:relative;
	padding-left:0;
}

#article #right {
    float: right;
    width: 200px;
}

/* レイアウト・1カラム */

.layout-1column #article {
    width: 800px;
}


/* style ----------------------------------------------------------------- */


a { color: #7CAB1B; text-decoration: underline; cursor:pointer;}
a:hover { text-decoration: none; }
a:hover img { filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; }


#header {
    margin: 0;
    padding: 18px 0 7px 0;
    background: url(./images/img-header-contact.gif) right 20px no-repeat;
	position:relative;
	height:70px;
}

#header h1 {
	right:3px; top:10px;
	font-size: 85%;
	font-weight: normal;
	color: #999;
	position:absolute;
}

#header p {
    margin: 0 0 0 20px;
}

#header p a {
    text-decoration: none;
}

#header p img {
    margin: 20px 0 0 0;
}

#nav {
    background: none;
    height: 34px;
    margin: 0;
    padding: 0;
}

#nav ul {
    margin: 0;
    padding: 0;
    height: 34px;
    border: 0;
    list-style: none;
}

#nav ul li {
    margin: 0;
    padding: 0;
    float: left;
    height: 34px;
    border: 0;
    list-style: none;
}

#nav ul li a {
    margin: 0;
    padding: 0;
    display: block;
    background: none;
    height: 34px;
    border: 0;
}

#nav ul li.nav01 a {
    background: url(./images/img-nav01.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 60px;
}

#nav ul li.nav02 a {
    background: url(./images/img-nav02.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 105px;
}

#nav ul li.nav03 a {
    background: url(./images/img-nav03.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 58px;
}

#nav ul li.nav04 a {
    background: url(./images/img-nav04.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 106px;
}

#nav ul li.nav05 a {
    background: url(./images/img-nav05.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 151px;
}

#nav ul li.nav06 a {
    background: url(./images/img-nav06.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 105px;
}

#nav ul li.nav07 a {
    background: url(./images/img-nav07.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 105px;
}

#nav ul li.nav08 a {
    background: url(./images/img-nav08.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 105px;
}

#nav ul li.nav09 a {
    background: url(./images/img-nav09.jpg);
    left top no-repeat;
    text-indent: -9999px;
    width: 105px;
}

#nav ul li.on,
#nav ul li.on a,
#nav ul li a:hover {
  background-position: 0 -34px;
}

#pagetop {
    clear: both;
    margin: 20px 10px 0 0;
    padding: 0;
    text-align: right;
}

.layout-2column #banner {
    margin: 0;
    padding: 0;
    width: 900px;
    height: 140px;
	background: url(./images/banner.gif) no-repeat 0 0;
}
#top #banner {height: 140px; background: url(./images/img-top-header.jpg) no-repeat 0 0;}

.layout-2column #banner img {
	display:block;
	position:absolute;
	width:400px;
	height:35px;
	top:75px;
	left:41px;
}

#topicpath {
    margin: 0;
    padding: 0;
    width: 900px;
    height: 30px;
}

#topicpath p {
    margin:0px;
    font-size: 85%;
	line-height:100%;
    color: #fff;
    font-weight: bold;
}

#topicpath a,
#topicpath a:hover {
    color: #fff;
}

#content {
    margin: 8px auto 0;
    line-height: 1.4;
	font-size: 118%;
}

#article {
    margin: 30px auto 0;
    padding: 0;
}
#top #article {margin-top: 10px;}

#article h2 {
    margin: 0;
    padding: 0;
    display: none;
}

#article .section {
    color: #444;
}

#article .section h3 {
    margin: 0 0 20px 0;
    padding: 0;
}

#article .section h4 {
    margin: 0 0 10px 20px;
    padding: 0 0 0 14px;
    background: url(./images/img-icon-h4.gif) left center no-repeat;

}

#article .section p {
    margin: 0 20px 10px 20px;
    padding: 0;
}

#article .description, #article .section .box-gray {
	background:#f9f9f9;
	border:1px solid #ddd;
	padding:10px;
	margin:5px 4px 20px 4px;
}
#article .description .smaller {font-size:85%;}

#article .description p {
    margin: 0 0 10px 0;
    padding: 0;
}

#article .section ul,
#article .section ol {
    margin: 0 0 20px 0;
    padding: 0 20px 0 50px;
}

#article .section ul ul,
#article .section ol ol {
    margin: 10px 0 20px 0;
    padding: 0 20px 0 20px;
}

.layout-2column #article .section ul,
.layout-2column #article .section ol {
    margin: 0 0 20px 0;
    padding: 0 15px 0 15px;
}

#article .section .box-gray ul,
#article .section .box-gray ol {
    margin: 0 0 10px 0;
    padding: 0 20px 0 35px;
}

#article .section .box-gray p {padding-left:15px;}

#article .section ul li,
#article .section ol li {
    margin: 0 0 5px 20px;
    padding: 0 0 0 16px;
    background: url(./images/img-list-icon.gif) left 3px no-repeat;
    list-style: none;
	height:1%;
}


#article .section .section-box-header {
    width: 660px;
    height: 27px;
    margin: 20px 0 0 0;
    padding: 8px 0 0 20px;
    background: url(./images/img-section-box-header-bg.jpg) no-repeat;
}

#article .section .section-box {
    width: 660px;
    margin: 0;
    padding: 20px 0 10px 0;
    background: url(./images/img-section-box-bg.gif) repeat-y;
}

#article .section .section-box-footer {
    width: 660px;
    height: 10px;
    margin: 0 0 20px 0;
    padding: 0;
    background: url(./images/img-section-box-footer-bg.gif) no-repeat;
}

#article .section .section-header {
    width: 650px;
    height: 27px;
    margin: 0px 0 20px 0;
    padding: 8px 0 0 20px;
    background: url(./images/img-section-header-bg.jpg) no-repeat;
}

#article .section .chart {
    margin: 10px 80px;
    padding: 0 0 20px 0;
    background: url(./images/img-chart-arrow.gif) center bottom no-repeat;
}

#article .section .chart-last {
    padding: 0;
    background: none;
}

#article .section .chart p {
    margin: 0;
    padding: 20px 10px 20px 50px;
    color: #fff;
    border: 2px solid #7ec2e5;
    text-align: left;
    font-weight: bold;
}


#article .section-list {
 margin:0 0 30px 0;
}

#article .section-list dl,
#article .section-list dl dt,
#article .section-list dl dd
{
 margin:0 10px;
}

#article .section-list dt
{
 clear:left;
 float:left;
 width:100px;
 padding:10px 0 10px 20px;
 background:url(./images/img-list-icon.gif) 5px 50% no-repeat;
}

#article .section-list dt
{
 width:100px;
}

#article .section-list dd
{
 padding:10px 10px 10px 100px;
 background:url(./images/dotline.gif) 0 100% repeat-x;
}


#footer {
    width: 900px;
    margin: 0;
    padding: 10px 0 30px 0;
    border-top: 4px solid #eee;
}

#footer address {
    float: left;
    text-decoration: normal;
    font-size:77%;
}

#footer ul {
    float: right;
    width: 400px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 77%;
}

#footer ul li {
	display: inline;
	margin-left: -1px;
	padding: 0 7px 0 11px;
	border-left: 1px #333333 solid;
	list-style-type: none;
}


/*  ページ分割 start */

#pagination {
    width: 600px;
    background: #fff;
    margin: 0;
    padding: 20px 0 10px 0;
    overflow: hidden;
}

#pagination p {
    text-align: center;
    font-size: 85%;
	line-height: 2.2;
}

#pagination a{
	border:solid 1px #ccc;
	margin: 0 1px;
}

#pagination .previous-off,
#pagination .next-off {
	color:#333;
	padding:3px 6px;
	border:solid 1px #fff;
}

#pagination .next a,
#pagination .previous a {
	padding:3px 6px;
	border:solid 1px #fff;
}

#pagination .active{
	color:#fff;
	padding:3px 6px;
    background: #F39700;
	border:solid 1px #F39700;
	margin: 0 1px;
}

#pagination a:link,
#pagination a:visited {
	color:#BB6B00;
	padding:3px 6px;
	text-decoration:none;
}

#pagination a:hover{
	border:solid 1px #F39700;
}
/*  ページ分割 end */


/* --- article --------------------------- */
#topics {
    clear: both;
    margin: 0 0 10px 0;
    padding: 0;
}

#topics #topics-header {
    width: 200px;
    height: 60px;
    margin: 0;
    padding: 0 0 0 0;
    background: url(./images/img-topics-header-bg.jpg) no-repeat;
}

#topics #topics-header h3 {
    display: none;
}

#topics #topics-header #rss {
    float: right;
    margin: 11px 12px;
}

#topics ul {
    margin: 0 15px;
    padding: 0;
}

#topics ul li {
    margin: 0 0 4px 0;
    padding: 0 0 2px 0;
    list-style: none;
    font-size: 85%;
    border-bottom: 1px dashed #ddd;
}

#topics dl {
    margin: 0 15px;

}

#topics dl dt,
#topics dl dd {
    margin: 0;
}

#topics dt {
    padding:3px 0 0 0;
    font-size: 85%;
}

#topics dd {
    padding:0 10px 3px 15px;
    background:url(./images/img-list-icon-clover.gif) left 50% no-repeat;
    border-bottom: 1px dashed #7cab1b;
    font-size: 93%;
}

#topics #topics-footer {
    width: 200px;
    height: 52px;
    margin: 0 0 0 0;
    padding: 15px 0 0 0;
    background: url(./images/img-topics-footer-bg.jpg) center bottom no-repeat;
}

#topics #topics-footer .anchor {
    margin: 0 15px 0 0;
    padding: 0 0 0 12px;
    font-size: 85%;
    float: right;
    background: url(./images/img-icon-file.gif) left center no-repeat;
}

#staff {
    clear: both;
    margin: 0 0 10px 0;
    padding: 0;
}

#staff #staff-header {
    width: 200px;
    height: 40px;
    margin: 0;
    padding: 0 0 0 0;
    background: url(./images/img-staff-header-bg.jpg) no-repeat;
}

#staff #staff-header h3 {
    display: none;
}

#staff .staff-content {
    margin: 0;
    background: url(./images/img-staff-content-bg.jpg) no-repeat;
    padding: 10px 10px 10px 25px;
overflow: hidden;
border-bottom: 1px dotted #ee7800;
}

#staff .staff-content img {
    float: right;
}

#staff .staff-content h4 {
    font-size: 93%;
    color: #ee7800;
    font-weight: bold;
}

#staff .staff-content p {
    font-size: 85%;
    line-height: 1.4;
    margin-bottom: 5px;
}

#staff ul {
    margin: 0 15px;
    padding: 0;
}

#staff ul li {
    margin: 0 0 4px 0;
    padding: 0 0 2px 0;
    list-style: none;
    font-size: 85%;
    border-bottom: 1px dashed #ddd;
}

#staff dl {
    margin: 0 15px;
font-size: 85%;
}

#staff dl dt,
#staff dl dd {
    margin: 0;
}

#staff dt {
    padding:3px 0 0 0;
}

#staff dd {
    padding:0 10px 3px 12px;
    background:url(./images/img-list-icon.gif) left 50% no-repeat;
    border-bottom: 1px dashed #ddd;
}

#staff #staff-footer {
    width: 200px;
    height: 52px;
    margin: 0 0 0 0;
    padding: 15px 0 0 0;
    background: url(./images/img-topics-footer-bg.jpg) center bottom no-repeat;
}

#staff #staff-footer .anchor {
    margin: 0 15px 0 0;
    padding: 0 0 0 12px;
    font-size: 85%;
    float: right;
    background: url(./images/img-icon-file.gif) left center no-repeat;
}

.anchor {
    margin: 0 0 10px 0;
    padding: 0 0 0 12px;
    font-size: 85%;
    float: right;
    background: url(./images/img-voice-mark.gif) left center no-repeat;
    color:#7CAB1B;
    overflow: hidden;
}


.pagetop {
    clear: both;
    margin: 10px 0 50px 0;
    padding: 0;
    text-align: right;
}

.corner-lt {
	position:absolute; width:13px; height:13px;
	top:0; left:0;
	background: url(./images/corner/lt.png) no-repeat;
	*background: none;
	*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/corner/lt.png", sizingMethod="scale");
}
.corner-lb {
	position:absolute; width:13px; height:13px;
	bottom:0; left:0;
	background: url(./images/corner/lb.png) no-repeat;
	*background: none;
	*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/corner/lb.png", sizingMethod="scale");
}
.corner-rt {
	position:absolute; width:13px; height:13px;
	top:0; right:0;
	background: url(./images/corner/rt.png) no-repeat;
	*background: none;
	*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/corner/rt.png", sizingMethod="scale");
}
.corner-rb {
	position:absolute; width:13px; height:13px;
	bottom:0; right:0;
	background: url(./images/corner/rb.png) no-repeat;
	*background: none;
	*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/corner/rb.png", sizingMethod="scale");
}


/* --- 相続に関するサービス ----------------------------- */
#inherit-service {
	width:660px;
	position:relative;
}
#inherit-service h3{
	background: url(./images/img-top-sub-header1.gif) no-repeat;
	height:38px;
	margin:0;padding:0;
}

#inherit-service .footer{
	background: url(./images/img-top-sub-footer1.gif) no-repeat;
	height:18px;
	margin:0;padding:0;
	clear:both;
}

#inherit-service .contents{
	border-width:0 2px; border-style:solid; border-color:#f39700;	
	margin:0;padding:10px 10px 0 10px;
	height:1%;
	position:relative;
}

#inherit-service .contents dl {
	margin:15px 15px 15px 20px; padding:10px 30px 10px 20px; height:350px; width:230px;
	float:left;
	display:inline-block;
	position:relative;
	background:#f39700;
	color:#fff;	
	text-justify:inter-ideograph; text-align:justify;
	*margin:15px 10px 15px 20px;
	_margin:15px 10px 15px 15px;
}

#inherit-service .contents:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

#inherit-service .center {
	width:90px; height:90px;
	position:absolute; top:405px; left:285px;
	background: url(./images/inherit-service-center.png) no-repeat;
	z-index:5000;
	*background: none;
	*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./images/inherit-service-center.png", sizingMethod="scale");
}

#inherit-service .contents dt {
	text-align:center;
	color:#ff0;
	font-size:14pt;
	font-weight:900;
	margin:5px 0 5px;
}

#inherit-service .contents dl .detail {
	width:50px; height:10px;
	position:absolute; bottom:20px; right:20px;
	font-size:8pt;
	color:#fff;
	word-spacing:5px:
	display:block;
}

#inherit-service .contents dt {
	text-indent:-5000px;
	height:30px;
	background-image: url(./images/img-inherit-service.gif);
	background-repeat:no-repeat;
}
#ic1 dt {background-position:0 0;}
#ic2 dt {background-position:0 -30px;}
#ic3 dt {background-position:0 -60px;}
#ic4 dt {background-position:0 -90px;}

#inherit-service .contents #ic2,
#inherit-service .contents #ic3 {background:#cc9730;}



/* --- 当事務所の特徴 ----------------------------- */
#office-feature {
	width:660px;
	overflow: hidden;
}
#office-feature h3{
	background: url(./images/top-service.jpg) no-repeat;
	height:38px;
	margin:0;padding:0;
	text-indent:-5000px;
}

#office-feature .contents{
	border-width:0 1px 1px 1px; border-style:solid; border-color:#8ec31f;	
	margin:0;padding:10px 10px 0 10px;
	height:1%;
}
#office-feature .contents dl {
	margin: 0 0 0 0; padding:0 0 0 0; min-height:90px;
	position:relative;
	text-justify:inter-ideograph; text-align:justify;
	height:1%;
}

#office-feature .contents dt {
	text-indent:-5000px;
	height:46px;
	background-repeat:no-repeat;
}
#office-feature .contents dd {
	padding:0 0 0 0;
	margin: 0 10px;
overflow: hidden;
}

#oc1 dt {background-image: url(./images/top-service-souzoku.jpg);}
#oc2 dt {background-image: url(./images/top-service-yuigon.jpg);}
#oc3 dt {background-image: url(./images/top-service-nini.jpg);}



/* --- お客様の声 ----------------------------- */
#voice {
	background: none;
}
#voice h3 {
	width:100%; height:90px;
	/*background: url(./images/img-voice-title.jpg) no-repeat;*/
}
#voice #voice-contents {
	background: #f7faf3;
	padding: 10px;
	margin-bottom: 15px;
}
#voice dl {
	zoom:1;	clear:both;
	margin:10px 10px 0 10px;
	text-align:left;
}
	
#voice dl:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}


#voice dl dt {
	float:left;
	padding:0 0 0 0;
	_padding:0 0 0 0;
	color:#000;	
}

#voice dl dd {
	margin: 0 0 10px 0;
	text-justify:inter-ideograph; text-align:justify;
}

#voice dl dd p {}
#voice dl dd p a { color:#7CAB1B; font-weight:bold; border-bottom:1px solid #97CF21; padding-bottom:1px; text-decoration:none; background:url(./images/img-voice-mark.gif) no-repeat; padding-left:10px;}

#voice-contents h5 {
	color:#7CAB1B; font-weight:bold; font-size:12pt; border-bottom:1px solid #97CF21; background:url(./images/img-voice-mark.gif) no-repeat 0 45%; padding-left:10px;
}
#voice-contents div.body {
	padding:0 10px;
}
/* office ----------------------------------------------------------------- */

.section-office {
	margin: 0 0 40px 0;
	border: 0;
	font-size: 85%;
}

.section-office table {
	margin: 0 20px 10px 20px;
	border: 0;
	width: 380px;
}

.section-office table th {
	font-weight: normal;
	text-align: left;
	margin: 0;
	padding: 8px 10px;
	border: 0;
	border-top: 2px solid #FFC460;
	white-space:nowrap;
	width:55px;
}

.section-office table td {
	margin: 0;
	padding: 8px 10px;
	border: 0;
	border-top: 2px solid #ddd;
}

.section-office table th.bottom {
	border-bottom: 2px solid #FFC460;
}
.section-office table td.bottom {
	border-bottom: 2px solid #ddd;
}

.section-office-image {
	float: left;
	margin: 0 10px 30px 10px;
	width: 240px;
}

.section-office-image p {
line-height: 1.4;
}

#article .section .section-office-image .appearance {
	text-align: center;
	margin: 0 0 15px 0;
}

#article .section .section-office-image .profile {
	text-align: center;
	margin: 0 0 15px 0;
}

#article .section .section-office p.profile-comment {
	background:#f0f0f0;
	padding:10px 5px;
	margin-left:260px;
}

span.map-btn {padding:0px 0 0 10px;}
span.map-btn a {vertical-align:middle;}


/* sub window */
body.subwin {text-align:left; padding:10px 10px;}
body.subwin #wrapper {border:1px solid #ccc; margin:0; background:#fff;padding:0;}
body.subwin h3 {
	background:#333;color:#fff;	padding:10px 5px; margin:25px 0 10px;
}
body.subwin h3 span {
	position:absolute; top:17px; right:15px; font-size:8pt; font-weight:normal; color:#666; background:url(./images/printer.gif) no-repeat; padding-left:19px; padding-top:2px; height:15px;
}

.subwin .map span {text-align:left;font:menu; display:block; padding:5px; margin-bottom:20px;}
.subwin table {margin:0; width:640px; border:0;}
.subwin table th {width:1%; white-space:nowrap;}
.subwin table td, .subwin table td.bottom {border-width:1px; border-color:#ccc; border-width:1px 0;}
.subwin table th, .subwin table th.bottom {border-width:1px; border-color:#FFC460; border-width:1px 0;}
.subwin .section-office p {padding-left:10px;}


#article #topics-content p {padding:5px 20px;}


.center {text-align:center;}



.section-mailform .comment {
	padding:20px;
	background:#f0f0f0;
	width:600px;
	text-justify:inter-ideograph; text-align:justify;
}
.section-mailform .comment P {
	font-size:9pt;
	line-height:1.3em;
}



/* --- diction --------------------------- */
#article #right .section #diction {
    clear: both;
    margin: 0;
    padding: 0;
}

#diction #diction-header {
    width: 200px;
    height: 40px;
    margin: 0;
    padding: 0 0 0 0;
    background: url(./images/img-diction-header-bg.jpg) no-repeat;
}

#diction #diction-header h3 {
    display: none;
}

#diction #diction-content {
    background:#fdf8f2;
    overflow:hidden;
    width:200px;
}

#diction ul {
    margin: 10px 10px 0 10px;
	list-style:none;
	overflow:hidden;
}

#diction li {
	display:inline;
	margin:0 5px 0 0;
	list-style:none;
    padding:0;
    background:none;
    border: 0;
	line-height:1.4;
}

#diction #diction-footer {
    width: 200px;
    margin: 0 0 0 0;
    padding: 0 0 10px 0;
    background:#fdf8f2;
    overflow:hidden;
}

#diction #diction-footer .anchor {
    margin: 0 15px 0 0;
    padding: 0 0 0 12px;
    font-size: 85%;
    float: right;
    background: url(./images/img-icon-file.gif) left center no-repeat;
}




/* TopPoints */


#souzoku-points {
	width: 660px;
	overflow: hidden;
	margin: 0 0 20px 0;
}

#souzoku-points-header {
	margin: 0;
	padding: 0;
}

#souzoku-points-body {
	width: 645px;
	height: 170px;
	background: url(images/souzoku-points-bg.gif) no-repeat;
	padding: 0 0 0 15px;
	overflow: hidden;
}

.souzoku-points-box {
	float: left;
	width: 200px;
	overflow: hidden;
	margin: 0 15px 0 0;
}

.souzoku-points-box-body {
	margin: 0 15px 0 15px;
	height: 50px;
	font-size: 70%;
}

.souzoku-points-box-footer {
	margin: 0 15px 0 15px;
	font-size: 70%;
	text-align: right;
}



/* TopTwitter */


#twitter {
	width: 560px;
	height: 300px;
	background: url(images/twitter-bg.jpg) no-repeat;
	overflow: hidden;
	padding: 60px 0 0 100px;
	margin: 0 0 20px 0;
}

#yamaguchi {
	float:left;
	width: 150px;
	height: 250px;
	overflow: hidden;
	margin: 0 160px 0 0;
	position: relative;
}

#hofu {
	float:left;
	width: 150px;
	height: 250px;
	overflow: hidden;
	position:relative;
}
