@charset "utf-8";

/* *****************************************
/*+  全体  +********************************
/***************************************** */

/* リセット・基本セッティング
----------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	color: #000;
}
body,
input,
select,
textarea {
	font: 13px/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Godthic Pro W3", HiraKakuPro-W3, Osaka, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
html {
	overflow-y: scroll;
}
img {
	border: none;
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
	}
th {
	text-align: left;
	vertical-align: top;
	font-weight: 400;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 400;
	line-height:1.0;
}
ul {
	list-style-type: none;
	}
ol {
	list-style-type:decimal;
	}
em,
strong,
address {
	font-weight: 400;
	font-style: normal;
}
strong {
	color:#8EC112;
	font-weight:800;
}
a {
	outline: none;
	color: #333399;
	text-decoration: underline;
}
a:hover {
	color: #333399;
	text-decoration: underline;
	background:#D1D1F7;
	}

/* CLEARFIX
-----------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix { 
	display: inline-block;/*IE7・Mac版IE向け */
}

.clearfix { 
	display: block;/*Opera、Safari向け */
}
.clear {
	clear:both;
}

/* #header
----------------------------------------------------------*/
#header{
	position: relative;
	width:980px;
	margin:0 auto;
	padding:10px 0;
	text-align: right;
}
#header h1{
	display: inline;
	color:#8EC112;
	width:545px;
	text-align:right;
	padding:0 10px;
	font-size: 95%;
}
#header p{
	display: inline;
	width:65px;
	font-size: 95%;
}
#header .logo{
	position: absolute;
	left: 0;
	top: 10px;
	width:295px;
	height: 30px;
}
#header ul.navi {
	float:right;
	margin-top: 5px;
	width:501px;
	text-align: left;
}
*html #header ul.navi {
	width:515px;
}
#header ul.navi li {
	float:left;
	margin-left:10px;
}
/*hover*/
#header ul.navi li a {
	display: block;
	height: 14px;
	text-indent: -9999px;
	overflow: hidden;
}
#header ul.navi li.blog a {
	background: url(../pict/navi_blog.gif) no-repeat 0 0;
	width:50px;
}
#header ul.navi li.link a {
	background: url(../pict/navi_link.gif) no-repeat 0 0;
	width:47px;
}
#header ul.navi li.letter a {
	background: url(../pict/navi_informationletter.gif) no-repeat 0 0;
	width:140px;
}
#header ul.navi li.financing a {
	background: url(../pict/navi_financing.gif) no-repeat 0 0;
	width:92px;
}
#header ul.navi li.privacy a {
	background: url(../pict/navi_privacypolicy.gif) no-repeat 0 0;
	width:122px;
}
#header ul.navi li.current a,/*現在表示中*/
#header ul.navi li a:hover,
#header ul.navi li a:active {
	background-position: 0 -14px;
}

/* #gNavi
----------------------------------------------------------*/
/*hover*/
#gNavi {
	padding:0px 0;
	background:#323232;	
}
#gNavi .gnaviCont{
	width:980px;
	margin:0 auto;
	background:url(../pict/img_head.png) no-repeat 0 0;
	padding-top:50px;
}
*html #gNavi .gnaviCont{
	padding-top:120px;
}
*:first-child+html #gNavi .gnaviCont {
	padding-top:120px;
}
#gNavi ul.gNavi {
	padding:0 0 0px 0;
	margin-top:70px;
}
#gNavi ul.gNavi li {
	float:left;
}
#gNavi ul.gNavi li a {
	display: block;
	height: 29px;
	text-indent: -9999px;
	overflow: hidden;
}
#gNavi ul.gNavi li.top a {
	background: url(../pict/gnavi_top.gif) no-repeat 0 0;
	width:151px;
}
#gNavi ul.gNavi li.company a {
	background: url(../pict/gnavi_company.gif) no-repeat 0 0;
	width:138px;
}
#gNavi ul.gNavi li.profile a {
	background: url(../pict/gnavi_profile.gif) no-repeat 0 0;
	width:138px;
}
#gNavi ul.gNavi li.access a {
	background: url(../pict/gnavi_access.gif) no-repeat 0 0;
	width:138px;
}
#gNavi ul.gNavi li.book a {
	background: url(../pict/gnavi_book.gif) no-repeat 0 0;
	width:138px;
}
#gNavi ul.gNavi li.sodan a {
	background: url(../pict/gnavi_sodan.gif) no-repeat 0 0;
	width:138px;
}
#gNavi ul.gNavi li.report a {
	background: url(../pict/gnavi_report.gif) no-repeat 0 0;
	width:139px;
}
#gNavi ul.gNavi li.current a,/*現在表示中*/
#gNavi ul.gNavi li a:hover,
#gNavi ul.gNavi li a:active {
	background-position: 0 -29px;
}

/* #wrapper
----------------------------------------------------------*/
#wrapper {
	background:#576B2E;
}
#wrapper #contents{
	width:950px;
	margin:0 auto;
	background:#F0EBD9;
	padding:15px;
}
#wrapper #contents #sub{
	float:left;
	width:230px;
	background:#FFF;
	padding:15px;
}
#wrapper #contents #main{
	float:right;
	width:646px;
	background:#FFF;
	margin-left:15px;
	padding:15px 14px 15px 15px;
	min-height:1487px;
}
*html #wrapper #contents #main{/*IE6*/
	height:1524px;
}
*:first-child+html #wrapper #contents #main{/*IE7*/

}

/*税務署からのお尋ねの書類が？*/
#sub p.otazune {
	margin-bottom:15px;
}
#sub p.otazune a {
	display: block;
	height: 194px;
	text-indent: -9999px;
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
	width:230px;
}
#sub p.otazune a {
	background:url(../pict/bnr_otazune.gif) no-repeat 0 0;
}
#sub p.otazune a:hover,
#sub p.otazune a:active {
	background-position: 0 -194px;
}


/*メニュー*/
#sub div h2{
	padding:8px 10px 7px 20px;
	color:#FFFFFF;
	font-size:110%;
	margin-top:15px;
	background-position:50% 0;
	background-repeat:no-repeat
}
#sub div ul li{
	margin:0;
	letter-spacing:0.2em;
}
#sub div ul li a{
	display:block;
	color:#323232;
	text-decoration:none;
	font-size:110%;
	padding:8px 10px 9px 20px;
	background-position:50% 0;
	background-repeat:no-repeat;
	background-color:none;
}
#sub div ul li a:hover{
	display:block;
	color:#323232;
	text-decoration:none;
	font-size:110%;
	padding:8px 10px 9px 20px;
	background-position:50% 0;
	background-repeat:no-repeat;
	background-color:none;
}
#sub div ul li.top a{
	padding:8px 10px 8px 20px;
	background-position:50% 0;
	background-repeat:no-repeat;
}
#sub div ul  li.top a:hover{
	padding:8px 10px 8px 20px;
	background-position:50% 0;
	background-repeat:no-repeat;
}

/*遺言書について*/
#sub #yuigon{
	background:#743B25 url(../pict/frame_yuigon01.gif) no-repeat 0 0;
	padding:38px 0 0 0;
	margin-bottom:15px;
}
#sub #yuigon #yuigonCont{
	background:url(../pict/frame_yuigon02.gif) no-repeat 0 100%;
	padding:0 0 15px 0;
}
#sub #yuigon #yuigonCont h2{
	background-image:url(../pict/bg_yuigon_h2.gif);
}
#sub #yuigon #yuigonCont ul.menu li a{
	background-color:#743B25;
}
#sub #yuigon #yuigonCont ul.menu li a{
	background-image:url(../pict/bg_yuigon_menu02_off.gif);
}
#sub #yuigon #yuigonCont ul.menu li a:hover{
	background-image:url(../pict/bg_yuigon_menu02_on.gif);
}
#sub #yuigon #yuigonCont ul.menu li.top a{
	background-image:url(../pict/bg_yuigon_menu01_off.gif);
}
#sub #yuigon #yuigonCont ul.menu li.top a:hover{
	background-image:url(../pict/bg_yuigon_menu01_on.gif);
}
#sub #yuigon #yuigonCont ul.menu li.current a{/*現在表示中*/
	background-image:url(../pict/bg_yuigon_menu02_on.gif);
}

/*相続について*/
#sub #souzoku{
	background:#576B2E url(../pict/frame_souzoku01.gif) no-repeat 0 0;
	padding:38px 0 0 0;
	margin-bottom:15px;
}
#sub #souzoku #souzokuCont{
	background:url(../pict/frame_souzoku02.gif) no-repeat 0 100%;
	padding:0 0 15px 0;
}
#sub #souzoku #souzokuCont img{
	padding:15px 0 0 10px;
}
#sub #souzoku #souzokuCont h2{
	background-image:url(../pict/bg_souzoku_h2.gif);
	margin:0;
}
#sub #souzoku #souzokuCont ul.menu li a{
	background-color:#576B2E;
}
#sub #souzoku #souzokuCont ul.menu li a{
	background-image:url(../pict/bg_souzoku_menu02_off.gif);
}
#sub #souzoku #souzokuCont ul.menu li a:hover{
	background-image:url(../pict/bg_souzoku_menu02_on.gif);
}
#sub #souzoku #souzokuCont ul.menu li.top a{
	background-image:url(../pict/bg_souzoku_menu01_off.gif);
}
#sub #souzoku #souzokuCont ul.menu li.top a:hover{
	background-image:url(../pict/bg_souzoku_menu01_on.gif);
}
#sub #souzoku #souzokuCont ul.menu li.current a{/*現在表示中*/
	background-image:url(../pict/bg_souzoku_menu02_on.gif);
}

/*無料相談バナー*/
#sub p.soudan {
	margin-bottom:15px;
}
#sub p.soudan a {
	display: block;
	height: 60px;
	text-indent: -9999px;
	overflow: hidden;
	width:230px;
}
#sub p.soudan a {
	background:url(../pict/bnr_sodan.gif) no-repeat 0 0;
}
#sub p.soudan a:hover,
#sub p.soudan a:active {
	background-position: 0 -60px;
}

/*無料レポート*/
#sub p.report {
	margin-bottom:15px;
}
#sub p.report a {
	display: block;
	height: 60px;
	text-indent: -9999px;
	overflow: hidden;
	width:230px;
}
#sub p.report a {
	background:url(../pict/bnr_report.gif) no-repeat 0 0;
}
#sub p.report a:hover,
#sub p.report a:active {
	background-position: 0 -60px;
}

/*ページトップバナー*/
#main #pageTop {
	padding:10px 0;
	padding:15px 0 0 540px;
}
#main #pageTop p.scrollToTop a{
	display: block;
	height: 13px;
	text-indent: -9999px;
	overflow: hidden;
	background:url(../pict/pagetop.gif) no-repeat 0 0;
	width:97px;
}
#main #pageTop p.scrollToTop a:hover,
#main #pageTop p.scrollToTop a:active {
	background-position: 0 -13px;
}

/* #footer
----------------------------------------------------------*/
#footer{
	background:#323232;
	width:980px;
	margin:0 auto;
	padding:10px 0 50px;
}
#footer address {
	color:#FFF;
	text-align:center;
}
#footer address a{
	color:#FFF;
	text-decoration:none;
}
#footer address a:hover{
	color:#FFF;
	text-decoration:underline;
	background:none;
}


/* *****************************************
/*+  #blog  +********************************
/***************************************** */
/* 共通
----------------------------------------------------------*/
#main h2{/*パンくず*/
	color:#8EC112;
	text-align:right;
	font-size:80%;
	margin-bottom:15px;
}
#blog #main #pList h2 {/*パンくず*/
	color:#323232;
	background:none;
	font-size:85%;
	margin-bottom:15px;
}
#blog #main #pList h2 a{
	color:#8EC112;
	text-decoration:underline;
}
#blog #main #pList h2 a:hover{
	color:#8EC112;
	text-decoration:underline;
	background:#EAF4D5;
}
#blog #main #pList h2 span.green{
	color:#8EC112;
}
#blog .mainImg {
	padding:20px 0 15px;
}

/* 記事一覧
----------------------------------------------------------*/
#blog #main #contentBox div.pressList {
	background:url(../pict/title_list.gif) no-repeat 0 10%;
	padding:10px 0 0px 110px;
	margin:5px 0 15px;
}
#blog #main #contentBox div.pressList ul{
	border-left:3px solid #8EC112;
	padding:0 10px 0 10px;
}
#blog #main #contentBox div.pressList ul li {
	border-top:1px dotted #000;
	padding:5px 0;
}
#blog #main #contentBox div.pressList ul li.last {
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
}
#blog #main #contentBox div.pressList ul li a{
	margin:0 0 0 30px;
	color:#8EC112;
	text-decoration:underline;
}
#blog #main #contentBox div.pressList ul li a:hover{
	margin:0 0 0 30px;
	color:#8EC112;
	text-decoration:underline;
	background:#EAF4D5;
}

#blog #main #contentBox div.pressList span.date{
	background:url(../pict/icon_blog.gif) no-repeat 0 50%;
	color:#323232;
	font-weight:800;
	padding:0 0 0 15px;
}
#blog #main #contentBox div.pressList span.title{

}


/* 記事
----------------------------------------------------------*/
#blog #category h2 {
	background:url(../pict/frame_category.gif) no-repeat 0 0;
	padding:10px 0 20px;
	text-align:left;
	margin:0 0 25px 0;
}
#blog #category h2 span.title{
	float:left;
	width:440px;
	padding-left:100px;
	font-weight:800;
}

#blog #category h2 span.date{
	float:right;
	width:100px;
	text-align:right;
}

#blog #main #contentBox h3{
	background:url(../pict/border_blog.gif) repeat-x 0 100%;
	padding:10px 0 15px 10px;
	color:#8EC112;
	font-size:150%;
	font-weight:800;
	margin:0 0 25px 0;
}

/*本文*/
#blog #main #contentBox .textBody{
	border:1px solid #EEEEEE;
	padding:10px;
	margin:25px 0;
}
#blog #main #contentBox .textBody p{
	padding:10px;
}

/*トラックバック*/
#blog #main #contentBox .trackBack{
	background:url(../pict/frame_trackback.gif) no-repeat 0 0;
	padding:38px 0 13px 20px;
}
#blog #main #contentBox .trackBack {
	background:url(../pict/frame_trackback.gif) no-repeat 0 0;
	padding:38px 0 13px 20px;
}

/*最新記事*/
#blog #main #contentBox div.newPress {
	background:url(../pict/title_newPress.gif) no-repeat 0 10%;
	padding:10px 0 0px 110px;
	margin:15px 0;
}
#blog #main #contentBox div.newPress ul{
	border-left:3px solid #8EC112;
	padding:0 10px 0 10px;
}
#blog #main #contentBox div.newPress ul li {
	border-top:1px dotted #000;
	padding:5px 0;
}
#blog #main #contentBox div.newPress ul li.last {
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
}
#blog #main #contentBox div.newPress ul li a{
	margin:0 0 0 30px;
	color:#8EC112;
	text-decoration:underline;
}
#blog #main #contentBox div.newPress ul li a:hover{
	margin:0 0 0 30px;
	color:#8EC112;
	text-decoration:underline;
	background:#EAF4D5;
}

#blog #main #contentBox div.newPress span.date{
	background:url(../pict/icon_blog.gif) no-repeat 0 50%;
	color:#323232;
	font-weight:800;
	padding:0 0 0 15px;
}
#blog #main #contentBox div.newPress span.title{

}

/*カテゴリ*/
#blog #main #contentBox div.category {
	background:url(../pict/title_category.gif) no-repeat 0 10%;
	padding:10px 0 0px 110px;
	margin:15px 0;
}
#blog #main #contentBox .category ul{
	border-left:3px solid #8EC112;
	padding:0 10px 0 10px;
}
#blog #main #contentBox .category ul li {
	border-top:1px dotted #000;
	padding:5px 0 5px 15px;
	background:url(../pict/icon_blog.gif) no-repeat 0 50%;
}
#blog #main #contentBox .category ul li.last {
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
}
#blog #main #contentBox .category ul li a{
	color:#8EC112;
	text-decoration:underline;
}
#blog #main #contentBox .category ul li a:hover{
	color:#8EC112;
	text-decoration:underline;
	background:#EAF4D5;
}


/*月間アーカイブ*/
#blog #main #contentBox div.archive {
	background:url(../pict/title_archive.gif) no-repeat 0 10%;
	padding:10px 0 0px 110px;
	margin:15px 0;
}
#blog #main #contentBox div.archive ul{
	border-left:3px solid #8EC112;
	padding:0 10px 0 10px;
}
#blog #main #contentBox div.archive ul li {
	border-top:1px dotted #000;
	padding:5px 0 5px 15px;
	background:url(../pict/icon_blog.gif) no-repeat 0 50%;
}
#blog #main #contentBox div.archive ul li.last {
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
}
#blog #main #contentBox div.archive ul li a{
	color:#8EC112;
	text-decoration:underline;
}
#blog #main #contentBox div.archive ul li a:hover{
	color:#8EC112;
	text-decoration:underline;
	background:#EAF4D5;
}











