@charset "utf-8";


.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
.clearfix { display: inline-table; }  

a:hover img{
opacity:0.8;
filter:alpha(opacity=70);
-ms-filter: “alpha( opacity=70 )”;
}
a:link, a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover, a:active {
	color: #3365AF;
	text-decoration: underline;
}

img {
    vertical-align: top;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #444;
	font-size: 13px;
	line-height: 1.6em;
	letter-spacing: 0.05em;
}
#container {
	width: 100%;
	background: url(../img/bg_header.png) repeat-x;
}

#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 143px;
}
#header h1 {
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	letter-spacing: normal;
	padding-bottom: 15px;
}
#header .info {
	position: absolute;
	right: 0px;
	top: 35px;
	width: 443px;
}
#header .info p {
	font-weight: bold;
	color: #2151A2;
	font-size: 15px;
	margin-bottom: 7px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #555;
	letter-spacing: normal;
}
#header .info li {
	float: left;
}
#header .info ul .last {
	margin-left: 15px;
}
#header .info li .small {
	font-size: 10px;
}
#navi {
	clear: both;
	background: url(../img/bg_navi.png) repeat-x;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	height: 70px;
}
#navi ul {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
	overflow: hidden;
}
#navi ul li {
	float: left;
}
#teazer {
	background: url(../img/bg_teazer.png) repeat;
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-bottom: 35px;
}
#teazer p {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#contents {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-bottom: 100px;
}
#sidebar {
	float: left;
	width: 220px;
}
#sidebar ul li {
	margin-bottom: 23px;
}
#sidebar .box .last {
	border-bottom-style: none;
}
#sidebar li .box {
	padding: 3px;
	border: 1px solid #CCC;
}
#sidebar ul li .box li {
	line-height: 38px;
	background: url(../img/listicon01.png) no-repeat 12px center;
	border-bottom: 1px dotted #CCC;
	padding-left: 42px;
	margin-bottom: 0px;
}

#mainarea {
	float: right;
	width: 708px;
}
#mainarea h2.ttl {
	line-height: 47px;
	font-weight: bold;
	color: #444;
	background: url(../img/bg_ttl.png) no-repeat;
	clear: both;
	font-size: 15px;
	padding-left: 23px;
	margin-bottom: 15px;
}
#mainarea .section {
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
}
#mainarea .section p {
	text-align: justify;
	overflow: hidden;
	margin-bottom: 10px;
}

#mainarea .f_left {
	float: left;
}
#mainarea img.f_left {
	margin-right: 15px;
}
#mainarea span.catch {
	font-size: 19px;
	font-weight: bold;
	color: #F6B101;
	display: block;
	line-height: 1.7em;
}
#mainarea .pagettl {
	background: url(../img/bg_ttl02.png) no-repeat;
	line-height: 56px;
	font-weight: bold;
	color: #FFF;
	font-size: 18px;
	padding-left: 20px;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
}
#mainarea .sttl {
	background: #F4F4F4;
	line-height: 30px;
	padding-left: 10px;
	color: #555;
	padding-top: 3px;
	border: 1px solid #CCC;
	margin-top: 20px;
}


#service_btn .gray {
	background: url(../img/bg_gray.png);
	padding: 20px 20px 20px 21px;
}
#service_btn .gray .last {
	margin-left: 25px;
}

#profile table,
#outline table{
	width: 100%;
}
#greeting p {
	margin-bottom: 13px;
}

#profile th,
#outline th{
	border: 1px solid #DDD;
	background: #f9f9f9;
	width: 125px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-weight: normal;
	font-size: 14px;
}
#profile td,
#outline td{
	border: 1px solid #DDD;
	padding: 15px 5px 15px 15px;
}
#profile dl .dt01 {
	float: left;
	margin-right: 20px;
}
#souzoku dl dt,
#keishou dl dt{
	background: #f3e3e2;
	line-height: 35px;
	padding-left: 15px;
	border: 1px solid #d99694;
	font-size: 14px;
	color: #8d2e2b;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-top: 3px;
}
#souzoku dl dd ,
#keishou dl dd{
	padding: 15px 15px 30px;
}
#souzoku dl dd h3,
#keishou dl dd h3 {
	color: #444;
	border-bottom: 1px dotted #BBB;
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	padding-top: 8px;
}
#souzoku p .catch,
#keishou p .catch {
	color: #3A6BB2;
	font-size: 16px;
	margin-bottom: 10px;
}
#souzoku .close,
#keishou .close {
	padding: 20px 26px;
	border: 4px double #83b4f7;
	text-align: justify;
}
#keishou dl dd h3 {

}

#keishou dd li {
	list-style: disc inside;
	margin-bottom: 5px;
}
#keieiplan h3 {
	background: #F4F4F4;
	line-height: 30px;
	padding-left: 10px;
	color: #555;
	padding-top: 3px;
	border: 1px solid #CCC;
	margin-top: 20px;
}
#keieiplan .texts {
	padding-top: 15px;
	padding-bottom: 25px;
}
#keieimondai h3 {
	text-align: justify;
	padding-top: 10px;
	padding-right: 26px;
	padding-left: 20px;
	border-top: 4px double #83b4f7;
	border-right: 4px double #83b4f7;
	border-left: 4px double #83b4f7;
	font-size: 16px;
	margin-top: 30px;
}
#keieimondai ol {
	border-right: 4px double #83B4F7;
	border-bottom: 4px double #83B4F7;
	border-left: 4px double #83B4F7;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
}

#keieimondai ol li {
	list-style: decimal outside;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 20px;
}





.section.links ul li {
	padding-bottom: 10px;
	padding-left: 15px;
}
.section.privacy dl {
	padding: 15px;
}
.section.privacy dt {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px dotted #CCC;
	color: #555;
}
.section.privacy dl dd {
	padding: 13px 15px 40px;
}
.process.corp li {
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	list-style: decimal inside;
}
#mainarea #divorce .catch
 {
	background: #f3e3e2;
	line-height: 35px;
	border: 1px solid #d99694;
	font-size: 14px;
	color: #8d2e2b;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-top: 3px;
	padding-bottom: 0px;
	text-align: center;
}
#divorce p {
	padding-bottom: 25px;
}
#divorce p .name {
	text-align: right;
	display: block;
}
#divorce dl dt {
	font-size: 15px;
	font-weight: bold;
	background: #f9f9f9;
	padding-top: 10px;
	padding-left: 18px;
	border-top: 1px dotted #3A6BB2;
	border-right: 1px dotted #3A6BB2;
	border-left: 1px dotted #3A6BB2;
}
#divorce dl dd {
	padding-top: 8px;
	padding-bottom: 10px;
	background: #f9f9f9;
	margin-bottom: 15px;
	padding-left: 18px;
	border-right: 1px dotted #3E6FB5;
	border-bottom: 1px dotted #3E6FB5;
	border-left: 1px dotted #3E6FB5;
}
#retire dl {
	letter-spacing: normal;
	margin-bottom: 30px;
}
#retire dl dt {
	float: left;
	padding-right: 15px;
}
#retire ol {
	padding: 15px 20px;
	background: #f9f9f9;
	border: 1px solid #3163AE;
	margin-bottom: 20px;
	margin-top: 20px;
}
#retire p .catch {
	font-size: 16px;
}
#staff dl dt {
	font-size: 14px;
	line-height: 47px;
	font-weight: bold;
	background: url(../img/bg_ttl.png) no-repeat;
	padding-left: 20px;
	position: relative;
	height: 47px;
}
#staff dl dt span {
	position: absolute;
	right: 0px;
	font-weight: normal;
	color: #aaa;
	padding-right: 5px;
}
#staff dl dd {
	margin-top: 15px;
	margin-bottom: 50px;
}
#staff dl dd .texts {
	padding: 0px 15px;
	line-height: 1.7em;
}
#staff dl dd table {
	width: 100%;
	margin-bottom: 12px;
}
#staff dl dd table th {
	background: #F9f9f9;
	font-size: 13px;
	font-weight: normal;
	border: 1px solid #CCC;
	width: 120px;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#staff dl dd table td {
	padding: 15px;
	border: 1px solid #CCC;
}

#mailform .mailform {
	width: 100%;
	text-align: left;
}
#mailform .mailform th {
	font-weight: normal;
	background: #f9f9f9;
	border: 1px solid #DDD;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 12px;
	vertical-align: top;
	width: 35%;
	letter-spacing: normal;
}
#mailform .mailform th span {
	color: #C00;
}
#mailform .mailform th p {
	font-size: 10px;
	color: #999;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 10px;
}
#mailform .mailform td {
	border: 1px solid #DDD;
	padding: 10px;
}

#mailform .mailform input.btn {
	color: #fff;
	border-style: none;
	padding: 5px 10px;
	background: #2151A2;
}
#mailform .mailform input.btn.orange {
	background: #666;
}








#contactbox {
	background: url(../img/bg_gray.png) repeat;
	overflow: hidden;
	padding: 14px;
}
#contactbox .inner {
	background: #FFF;
	overflow: hidden;
	width: 652px;
	padding: 14px;
}
#contactbox .f_left {
	width: 367px;
	text-align: center;
}
#contactbox .f_right {
	float: right;
	width: 250px;
}
#contactbox .f_right span {
	font-size: 11px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}




#pagetop {
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#pagetop p {
	text-align: right;
}
#footer {
	background: #EEE;
	width: 100%;
}
#footer .inner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
#footer .inner .f_left {
	width: 314px;
	border-right: 1px solid #FFF;
}
#footer .inner .f_left span {
	font-size: 11px;
	letter-spacing: normal;
	line-height: 1.8em;
	display: block;
	margin-top: 10px;
}
#footer .inner .f_right {
	width: 614px;
	border-left: 1px solid #93A6C6;
	padding-left: 30px;
}
#footer .inner .f_right .box {
	float: left;
	width: 200px;
}
#footer .inner .f_right .box li {
	background: url(../img/listicon02.png) no-repeat left center;
	padding-left: 14px;
	font-size: 11px;
	margin-bottom: 5px;
}
#footer .copyright {
	background: #2151A2;
	color: #FFF;
	text-align: center;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	clear: both;
}
