@charset "utf-8";

/* ClearFix */
#header:after,
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
#header,
.cf {
	zoom: 1;
}

/*全体*/
html, body {
	height: 100%;
	color: #444444;
	background: #fff;
}
a {
	outline: none;
	color: #0066FF;
	text-decoration: underline;
}
a:hover {
	background-color:#D4E2F7;
	text-decoration: underline;
}

/* ラッパー */
#wrapper {
	min-width: 1024px;
}
* html #wrapper {
	width: expression(document.documentElement.clientWidth < 1024 ? "1024px" : "auto");
}

/* ヘッダー */
#header h1 {
	margin-bottom: 20px;
	padding: 3px 5px;
	border-style: solid;
	border-width: 2px 0 1px;
	border-color: #0f73ea transparent #ccc;
	font-size: 85%;
	background: #f6f6f6;
}
#header .logo {
	width: 325px;
}
#header .lead {
	width: 281px;
}
#header .logo{
	float: left;
	padding: 10px 20px 5px;
	border-right: solid 1px #ccc;
	margin:0 0 5px 0;
}
#header .lead {
	float: left;
	padding: 8px 20px 3px;
	border-right: solid 1px #ccc;
	margin:0 0 5px 0;
}
/*右*/
#header .ex {
	float: right;
	text-align:right;
}
#header .ex form{
	margin:0 0 10px 0;
}
#header .ex form input{
	border:1px solid #B4B4B4;
	margin:0 10px 0 0;
}
#header div.ex ul{
	margin:0px 10px 0 0;
}
#header div.ex ul li{
	float:left;
	border-left:1px solid #0066FF;
	padding:0 5px 0;
	font-size:10px;
	line-height:1.0em;
}
#header div.ex ul li a{
	text-decoration:none;
}
#header div.ex ul li a:hover{
	background:#FFF;
	text-decoration:underline;
}
#header div.ex ul li.last{
	border-right:1px solid #0066FF;
}
#header div.ex ul li.important{
	font-weight:800;
}
	
/* パンくずリスト */
.pList {
	background:url(pict/bg_plist.gif) repeat-x 0 0;
	padding:5px 0 5px 5px;
}
.pList a{
	font-weight:800;
}
.pList a:hover{
	font-weight:800;
}



/*フッター*/
#footer {
	clear:both;
	margin:20px 0 0 0;
	padding:0 0 10px 0;
}
#footer p.copyright {
	background:url(pict/bg_footer.gif) repeat-x 0 0;
	color:#FFFFFF;
	text-align:center;
	padding:1px 0 1px;
	font-size:11px;
	letter-spacing:0.1em;
	border:1px solid #3F86BB;
}
#footer .footerCont {
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	width:100%;
	margin:10px 0 15px;
	padding:10px 0;
	}

#footer .footerCont  .inner {
	margin: 15px auto 15px;
	width:1024px;
	}
#footer .inner ul{
	margin:10px 0 0 0;
	text-align:center;
	}
#footer .inner ul li{
	display: inline;
	padding:0px 8px 0 8px;
	border-left:1px solid #0066FF;
	font-size:11px;
	text-align:center;
	white-space:nowrap;
	line-height:1.2em;
	}
#footer .inner ul li a{
	text-decoration:none;
}
#footer .inner ul li a:hover{
	background:#FFF;
	text-decoration:underline;
}
#footer .inner ul li.last{
	border-right:1px solid #0066FF;
}

/* コンテンツ */
#contents {
	width: 100%;
}
#mainGroup {
	float: left;
	margin-right: -300px;
	width: 100%;
}
#mainGroup div.inner {
	padding-right: 300px;
}


/*------------------------- メイン -------------------------*/
#main {
	float: right;
	margin-left: -300px;
	width: 100%;
}
#main div.inner {
	margin-left: 300px;
	padding: 0 10px;
	min-width:300px;
}

/** html #main div.inner {
width:expression(document.documentElement.clientWidth < 600? "600px" : "auto");
}*/


/*h2-rssボタン*/
#main div.inner h2 {
	position: relative;
	height: 40px;
}
#main div.inner h2 .title {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}
#main div.inner h2 .buttons {
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 1;
	padding: 4px 1% 0;
	width: 98%;
	height: 26px;
	text-align: right;
	background: #f9f9f9 url(pict/h_main_02.gif) no-repeat 100% 0;
}
#main div.inner h2 .buttons img {
	margin-left: 5px;
}
#main div.inner h2 .buttons a:hover,
#main div.inner h2 .buttons a:active {
	background: none;
}

/*h3-rssボタン*/
#main div.inner h3 {
	position: relative;
	height: 30px;
}
#main div.inner h3 .title {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}
#main div.inner h3 .buttons {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	padding: 4px 1% 0;
	width: 98%;
	height: 26px;
	text-align: right;
	background: #f9f9f9 url(pict/h_main_02.gif) no-repeat 100% 0;
}
#main div.inner h3 .buttons img {
	margin-left: 5px;
}
#main div.inner h3 .buttons a:hover,
#main div.inner h3 .buttons a:active {
	background: none;
}

/*成年後見QA*/
#main div.inner .faq{
	background: #D4E2F7;
	margin: 0px 0 10px;
	padding:10px;
}
#main div.inner div{
	background: #FFF;
	margin:10px 0 10px 0;
	padding:5px;
}
/**/
#main div.inner div .contentBox{
}
#main div.inner div .contentBox p{
	float:right;
	padding:0 0 0 10px;
}
#main div.inner div .contentBox img{
	float:left;
	width:121px;
}
/*>>詳しくは*/
#main div p.list {
	background:url(pict/icon_sub_blue.gif) no-repeat 90% 50%;
	text-align:right;
	margin:10px 10px 0 0;
}
*html #main div p.list {
	background:url(pict/icon_sub_blue.gif) no-repeat 90% 50%;
	text-align:right;
}
#main div p.list a{
	color:#444;
	text-decoration:underline;
	font-size:11px;
	letter-spacing:0.1em;
}
#main div p.list a:hover{
	background-color:#FFF;
	color: #0066FF;
}

/* 新着ニュース */
#main div.inner div h4{
	background:url(pict/line_main_news.gif) repeat-x 0% 50%;
	padding:0px;
}
#main .news {
	background:url(pict/line_main_news.gif) repeat-x 0% 100%;
	padding:10px 0;
}
#main .news dt {
	float: left;
	padding-left: 1.5em;
	width: 8em;
	background: url(pict/icon_main_new.gif) no-repeat 0 50%;
	margin-left:8px;
}
#main .news dd {
	margin-bottom: 5px;
	padding: 0 45px 5px 10em;
	border-bottom: dotted 1px #ccc;
}
*html #main .news dd {
	margin-bottom: 5px;
	padding: 0 45px 5px 11em;
	border-bottom: dotted 1px #ccc;
}
#main .news dd.new {
	background: url(pict/mark_main_new.gif) no-repeat 100% 0;
}

/*検索*/
#main div.inner div .search{
	border:3px solid #CCC;
	padding:10px;
}
#main div.inner div .search form{
	border:1px solid #0061CE;
	background-color:#D4E2F7;
	float:left;
	padding:6px 10px 7px 10px;
}
*html #main div.inner div .search form{
	padding:5px 10px 6px 10px;
}
*+html #main div.inner div .search form{
	padding:5px 10px 6px 10px;
}
#main div.inner div .search img{
	float:left;
}

/*後見関連・遺言関連ニュース*/
#main div.inner .news h2{
	background:#666666;
	color:#FFF;
	padding:5px;
	margin:10px 0;
	height:20px;
}
#main div.inner .news h2 span{
}
#main div.inner .news dl{
	background:none;
}

/*h2-rssボタン*/
#main div.inner .news h2 {
	position: relative;
}
#main div.inner .news h2 span.title {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	border-left:3px solid #FFF;
	padding:0px 0 0px 10px;
	font-weight:800;
	margin-left:10px;
	margin-top:5px;
}
#main div.inner .news h2 .buttons {
	/*position: absolute;
	right: 0;
	top: 5px;*/
	z-index: 1;
	padding: 0px 1% 0;
	width: 98%;
	height: 25px;
	text-align: right;
	background: #666666;
}
#main div.inner .news h2 .buttons img {
	margin-left: 5px;
}
#main div.inner .news h2 .buttons a:hover,
#main div.inner .news h2 .buttons a:active {
	background: none;
}


/*------------------------- 左メニュー -------------------------*/
#sub1 {
	float: right;
	width: 300px;
}
#sub1 div{
	margin:10px 0px 10px 5px;
}
/*>>一覧へ*/
#sub1 div p.list {
	background:url(pict/icon_sub_orange.gif) no-repeat 82% 50%;
	text-align:right;
	margin:10px 0 0 0;
}
*html #sub1 div p.list {
	background:url(pict/icon_sub_orange.gif) no-repeat 82% 25%;
	text-align:right;
}
#sub1 div p.list a{
	color:#444;
	text-decoration:underline;
	font-size:11px;
	letter-spacing:0.1em;
}
#sub1 div .list a:hover{
	background-color:#FFF;
	color:#FF9900;
}
/*>>詳しくは*/
#sub1 div p.detail {
	background:url(pict/icon_sub_blue.gif) no-repeat 82% 50%;
	text-align:right;
}
*html #sub1 div p.detail {
	background:url(pict/icon_sub_blue.gif) no-repeat 82% 50%;
	text-align:right;
}
#sub1 div p.detail a{
	color:#444;
	text-decoration:underline;
	font-size:11px;
	letter-spacing:0.1em;
}
#sub1 div p.detail a:hover{
	background-color:none;
	color: #0066FF;
}
/*>>申込みはこちら*/
#sub1 div p.request {
	background:url(pict/icon_sub_blue.gif) no-repeat 65% 50%;
	text-align:right;
}
*html #sub1 div p.request {
	background:url(pict/icon_sub_blue.gif) no-repeat 65% 50%;
	text-align:right;
}
#sub1 div p.request a{
	color:#444;
	text-decoration:underline;
	font-size:11px;
	letter-spacing:0.1em;
}
#sub1 div p.request a:hover{
	background-color:#FFF;
	color: #0066FF;
}


/*後見実務相談室の目的*/
#sub1 .aim{
	background:url(pict/bg_sub1_aim.gif) no-repeat 0 0;
	padding:8px 10px 120px 15px;
	margin-left:5px;
}
#sub1 .aim h2{
	color: #0066FF;
	font-weight:800;
	padding:10px 0 0 10px;
}
#sub1 .aim p {
	padding:15px 10px 10px 10px;
}
#sub1 .aim p.sign {
	padding:10px;
	text-align:right;
}

/*ランキング*/
#sub1 .ranking h2{
	background:#FFF;
	padding-bottom:5px;
}
#sub1 .ranking{
	background-color:#FDE362;
	padding:0 0 5px 0;
}
#sub1 .ranking .contentBox{
	background-color:#FFF;
	padding:10px;
	margin:10px;
}
#sub1 .ranking .contentBox ol{
	background:url(pict/bg_sub1_ranking.gif) no-repeat 0 0;
}
#sub1 .ranking .contentBox ol li{
	height:30px;
	padding:0 0 0 35px;
}
#sub1 .ranking p.date{
	text-align:right;
	border:1px solid #E5E5E5;
	margin:10px 0 0 0;
	padding:0 5px 0 0;
}
#sub1 .ranking ol li a{
	color:#444;
	text-decoration:underline;
}
#sub1 .ranking ol li a:hover{
	background:none;
	color:#FF9900;
}

/*人気のキーワード*/
.keyword{
}
#sub1 .keyword ul {
	margin:10px 0 0 15px;
}
.keyword ul li{
	background:url(pict/icon_sub_blue.gif) no-repeat 0 50%;
	padding:2px 0 2px 20px;
}
.keyword ul li a{
	color:#444;
	text-decoration:underline;
}
.keyword ul li a:hover{
	background:none;
	color:#0066FF;
}
.keyword span{
	margin:0 0 0 5px;

}
.keyword span.number{
	padding:0 0 0 15px;
	color:#FF0000;
}
/*>>一覧へ*/
#sub1 .keyword p.list {
	background:url(pict/icon_sub_orange.gif) no-repeat 82% 50%;
	text-align:right;
	margin:10px 20px 0 0;
}
#sub1 .keyword div p.list {
	background:url(pict/icon_sub_orange.gif) no-repeat 82% 25%;
	text-align:right;
}
#sub1 .keyword p.list a{
	color:#444;
	text-decoration:underline;
	font-size:11px;
	letter-spacing:0.1em;
}
#sub1 .keyword .list a:hover{
	background-color:#FFF;
	color:#FF9900;
}
/*メールマガジン*/
#sub1 .mailmagazine{
	background:url(pict/bg_sub1_koukendayori.gif) no-repeat 0 0;
	padding:0 10px 50px 20px;
}
#sub1 .mailmagazine h2{
	font-size:15px;
	color:#FFFFFF;
	font-weight:800;
}
#sub1 .mailmagazine h3{
	margin:15px 0 0 55px;
}
#sub1 .mailmagazine p{
	padding:10px 0px 10px 55px;
}

/*出張勉強会*/
#sub1 .seminar{
	background-color:#D4E2F7;
	padding:0 15px 10px 0;
}
#sub1 .seminar p{
	padding:10px 0px 10px 15px;
}
#sub1 .seminar p.detail{
	padding:10px 0px 10px 15px;
}

/*------------------------- 右メニュー -------------------------*/
#sub2 {
	float: right;
	width: 300px;
}
#sub2 div{
	margin:10px 10px 10px 5px;
}
/*相談フォーム*/
#sub2 .counseling{
	margin:10px 0px 10px 0px;
	background:url(pict/bg_sub2_counseling.gif) no-repeat 0 0;
}

#sub2 .counseling .formBox{
	padding:110px 0px 10px 10px;
	text-align:center;
}
#sub2 .counseling .formBox input{
	margin:5px;
}
#sub2 .counseling .formBox p{
	text-align:left;
}
/*後見実務相談室*/
#sub2 .gNavi h2{
	background-color:#666666;
	padding:5px 0 5px 10px;
	color:#FFFFFF;
}
#sub2 .gNavi ul li{
}
#sub2 .gNavi ul li a{
	background:url(pict/bg_gnavi.gif) no-repeat 0 0;
	display:block;
	padding:5px 10px 5px 25px;
	text-decoration:none;
}
* html #sub2 .gNavi ul li a {/*IE6用*/
	padding:4px 10px 5px 25px;
	text-decoration:none;
}
#sub2 .gNavi ul li a:hover{
	background:url(pict/bg_gnavi_hover.gif) no-repeat 0 0;
	display:block;
	text-decoration:none;
}

/*フォーム　入力ヒント*/
.hintMessage {
	color: #666;
	background: #F9F9F9;
}
/*お役立ちリンク集*/
#sub2 .linkList h2{
}

#sub2 .linkList ul{
	border:1px solid #0066FF;
}
#sub2 .linkList ul li.title{
	margin:8px;
}
#sub2 .linkList dl{
	padding:0 0 2px 60px;
	margin:0 8px 8px 8px;
}
#sub2 .linkList dl.list01{
	background:url(pict/icon_link01.gif) no-repeat 0 0;
}
#sub2 .linkList dl.list02{
	background:url(pict/icon_link02.gif) no-repeat 0 0;
}
#sub2 .linkList dl.list03{
	background:url(pict/icon_link03.gif) no-repeat 0 0;
}
#sub2 .linkList dl.list04{
	background:url(pict/icon_link04.gif) no-repeat 0 0;
}
#sub2 .linkList dl.list05{
	background:url(pict/icon_link05.gif) no-repeat 0 0;
}
#sub2 .linkList dl.list06{
	background:url(pict/icon_link06.gif) no-repeat 0 0;
}
#sub2 .linkList dl.list07{
	background:url(pict/icon_link07.gif) no-repeat 0 0;
}
#sub2 .linkList dl.list08{
	background:url(pict/icon_link08.gif) no-repeat 0 0;
}
#sub2 .linkList dl dd{
	font-size:11px;
}
/*>>お役立ちリンク一覧*/
#sub2 .linkList li.forLink {
	background-color:#D4E2F7;
}
#sub2 .linkList li.forLink p {
	background:url(pict/icon_sub_blue.gif) no-repeat 50% 50%;
	text-align:right;
	padding:0 5px 0 0;
}
#sub2 .linkList li.forLink p a{
	color:#444;
	text-decoration:underline;
	font-size:11px;
	letter-spacing:0.1em;
}
#sub2 .linkList li.forLink p a:hover{
	background-color:#D4E2F7;
	color: #0066FF;
}



#sub2 .rss {
	background:#F9F9F9;
	padding:10px;
}
#sub2 .rss h2{
	background:url(pict/h_navi_rss.gif) no-repeat 0 0;
	padding:2px 0 3px 30px;
	font-weight:800;
}
#sub2 .rss ul li{
	margin:5px 0 5px 5px;
}
#sub2 .rss ul li a{
	color:#FF9900;
	text-decoration:none;
}
#sub2 .rss ul li a:hover{
	color:#FF9900;
	text-decoration:none;
	background:#F9E1BB;
}








