/*------------------------------------------------------------------------------
□汎用定義
------------------------------------------------------------------------------*/

.fleft {
	float: left;
}
.fright {
	float: right;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: url("../images/pixel.gif");
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.iepngfix {
 behavior: expression(IEPNGFIX.fix(this));
}
.ver-top {
	vertical-align: top;
}
.ver-btm {
	vertical-align: bottom;
}
.mgn-rgt-s {
	margin-right: 10px;
}
.mgn-lft-m {
	margin-left: 15px;
}
.mgn-btm-sm {
	margin-bottom: 10px;
}
.mgn-top-sm {
	margin-top: 10px;
}
/*  サイト全体
-------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "ＭＳ ゴシック", "Osaka", monospace, Arial, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
	margin: 0 auto;
	background-color: #efeadf;
}
/*IE6のみ*/
* html body {
	text-align: center;
}
img {
	border: 0;
}
ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
}
a {
	text-decoration: none;
}
.relative {
	width: 1060px;
	position:relative;
	left:50%;
	margin-left:-530px;
}
/*IE6のみ*/
*html .relative {
	left:530px;
	margin-left:-1060px;
}
/*IE7のみ*/
*:first-child+html .relative {
	left:530px;
	margin-left:-1060px;
}
/* ヘッダー 
-------------------------------------------- */
h1, h2 {
	height: 1px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	top: -100px;
}
div#header {
	text-align: center;
	background: url("../images/header/header_bg.gif") repeat-x;
}
/* グローバルナビ 
-------------------------------------------- */
/*ナビ背景*/
div.gnavi {
	height: 57px;
	width: 1060px;
	background: url(../images/header/menu_bg.jpg) no-repeat;
	margin: -2px auto 0 auto;
}

	/*firefox*/
	div.gnavi, x:-moz-any-link {
margin: -4px auto 0 auto;
}
/*IE6のみ*/
	*html div.gnavi {
	margin: 0px auto 0 auto;
}
/*IE7のみ*/
	*:first-child+html div.gnavi {
	margin: -2px auto 0 auto;
}
div.gnavi ul {
	display: block;
	padding: 5px 0 0 127px;
}
div.gnavi ul li {
	float:left;
	display:inline;
	list-style-type:none;
}
div.gnavi ul li a {
	display:block;
	width: 215px;
	height: 30px;
	margin-right: 76px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
*html div.gnavi ul li a {
behavior: expression(IEPNGFIX.fix(this));
}
/*ナビ：リンク*/
div.gnavi ul li.menu01 a {
	background: url(../images/header/menu01_off.png) no-repeat;
}
div.gnavi ul li.menu02 a {
	background: url(../images/header/menu02_off.png) no-repeat;
}
div.gnavi ul li.menu03 a {
	background: url(../images/header/menu03_off.png) no-repeat;
}
/*ナビ：マウスオーバー*/
div.gnavi ul li.menu01 a:hover {
	background: url(../images/header/menu01_on.png) no-repeat;
}
div.gnavi ul li.menu02 a:hover {
	background: url(../images/header/menu02_on.png) no-repeat;
}
div.gnavi ul li.menu03 a:hover {
	background: url(../images/header/menu03_on.png) no-repeat;
}
/*ナビ：開いているページを指定*/
div.gnavi ul li.menu01_on a {
	background: url(../images/header/menu01_on.png) no-repeat;
}
div.gnavi ul li.menu02_on a {
	background: url(../images/header/menu02_on.png) no-repeat;
}
div.gnavi ul li.menu03_on a {
	background: url(../images/header/menu03_on.png) no-repeat;
}
/* コンテンツ
-------------------------------------------- */
div#contents {
	width: 1060px;
	margin: 0px auto 0 -530px;
	position:relative;
	left:50%;
}
/*IE6のみ*/
*html div#contents {
	left:530px;
	margin: 0px auto 0 -1060px;
}
div.mainbox {
	width: 860px;
	background: url("../images/contents/box_bg.gif") repeat-y;
	margin: 0 auto;
	padding-bottom: 50px;
}
/*index.html
--------------------------------------------*/

/*トップテキスト・写真*/

div.main01 .pre_text {
	margin: 20px 0 0 45px;
	float: left;
}
/*IE6のみ*/
*html div.main01 .pre_text {
	margin: 20px 30px 0 20px;
	float: left;
	text-align: left;
}
div.main01 .pre_text h3 {
	margin-bottom: 5px;
}
div.main01 .pre_text p {
	padding: 0 1em 0 0px;
	line-height: 19px;
}
div.main01 .photo01 img {
	float: left;
	margin-top: 20px;
}
div.main03 {
	margin-top: 2em;
	text-align: center;
}
/* メイン01 */
div.main01 {
	background: url("../images/contents/dot_line.gif") no-repeat bottom;
	padding-bottom: 15px;
}
div.main01 .text {
	float: left;
	width: 470px;
	margin: 30px 0 0 27px;
}
/*IE6のみ*/
*html div.main01 .text {
	margin: 27px 0 0 13px;
}
div.main01 .text p {
	line-height: 29px;
	text-align: left; /*IE6用*/
	padding: 0px 3px 0px 8px;
}
div.main01 .pic {
	float: left;
	width: 350px;
	height: 260px;
}
/* メイン02 */
div.main02 {
	text-align: left; /*IE6用*/
	margin-top: 20px;
	background: url("../images/contents/dot_line.gif") no-repeat bottom;
	padding-bottom: 20px;
}
/* 個人年金の疑問をスッキリ解消！ */
	div.main02 h3 {
	background: url("../images/contents/ttl01.jpg") no-repeat;
	height: 39px;
	width: 795px;
	margin: 0 auto 8px auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/*IE6のみ*/
	*html div.main02 h3 {
	background: url("../images/contents/ttl01.jpg") no-repeat;
	height: 39px;
	width: 795px;
	margin: 0 auto 8px 32px;
}
div.main02 h3 a {
	color: #bea366;
	font-weight: normal;
	font-size: 12px;
	padding: 14px 13px 0 0px;
	float: right;
}
div.main02 h3 a:hover {
	text-decoration: none;
	color: #d3bb84;
}
div.main02 h3 a img {
	margin-right: 3px;
}
/* 疑問01 */
	div.question {
	margin: 0 0 0 31px;
	display:block;
}
div.question .menu p {
	color:#362b1b;
	background:url(../images/contents/arrow_orange.gif) no-repeat left 3px;
	margin:145px 0 0 15px;
	padding-left:10px;
}
div.question .menu01 {
	background: url("../images/contents/menu01.jpg") no-repeat;
	width: 262px;
	height: 191px;
	margin-right: 5px;
	float: left;
}
div.question .menu02 {
	background: url("../images/contents/menu02.jpg") no-repeat;
	width: 262px;
	height: 191px;
	margin-right: 5px;
	float: left;
}
div.question .menu03 {
	background: url("../images/contents/menu03.jpg") no-repeat;
	width: 262px;
	height: 191px;
	float: left;
}
div.question a img {
	margin-right: 3px;
}
/* メイン03 */	
div.main03 {
	text-align: left; /*IE6用*/
	background: url("../images/contents/dot_line.gif") no-repeat bottom;
	margin-top: 20px;
	_padding-bottom: 20px;
}
/* 個人年金保険は、人生を支える頼もしいパートナー！ */
	div.main03 .greeting {
	background: url("../images/contents/greeting_bg.jpg") no-repeat;
	margin: 0 auto;
	width: 797px;
	height: 240px;
	padding-top: 25px;
}
/*IE6用*/
	*html div.main03 .greeting {
	background: url("../images/contents/greeting_bg.jpg") no-repeat;
	margin: 0px auto 0 32px;
	width: 797px;
	height: 240px;
}
div.main03 .greeting h3 {
	background: url("../images/contents/greeting_ttl.png") no-repeat;
 behavior: expression(IEPNGFIX.fix(this));
	height: 33px;
	width: 578px;
	text-indent: -10000px;
	margin-left: 30px;
	margin-bottom: 5px;
}
div.main03 .greeting p {
	text-align: left;
	margin-left: 30px;
	line-height: 19px;
}
/* メイン04 */	
div.main04 {
	text-align: left; /*IE6用*/
	margin-top: 15px;
}
/* Googleマップ */
	div.main04 .imaging-area {
	float: left;
	margin: 5px 18px 20px 30px;
	border: 1px solid #e4d7c0;
	padding: 5px;
}
/*IE6のみ*/
	*html div.main04 .imaging-area {
	margin: 0 20px 0 16px;
}
div.main04 .imaging-area .top {
	height: 8px;
	font-size: 0;
}
div.main04 .imaging-area .btm {
	height: 5px;
	font-size: 0;
}
/* 会社情報 */
		div.main04 .text {
	float: left;
	width: 405px;
}
div.main04 .text .title {
	background: url("../images/contents/about_ttl.jpg") no-repeat;
	height: 51px;
	width: 377px;
	text-indent: -10000px;
	padding-bottom: 3px;
}
div.main04 .text .title .code {
	color: #bea366;
	font-size: 10px;
}
div.main04 .text dl {
	width: 405px;
	line-height: 29px;
	padding-bottom: 3px;
	background: url("../images/contents/dot_lineS.gif") 0 bottom no-repeat;
}
div.main04 .text dt {
	float: left;
	text-align: right;
	padding-left: 8px;
}
div.main04 .text dt span {
	color: #983838;
}
div.main04 .text .btnArea {
	margin-top: 10px;
}
/* Lower layer:
privacy.html,
--------------------------------------------*/
div.lower {
	margin: 20px 30px 0 35px;
}
/*IE6のみ*/
*html div.lower {
	margin: 20px 30px 0 35px;
	text-align: left;
}
div.lower h3 {
	margin-bottom: 15px;
}
div.lower p {
	line-height: 19px;
	padding: 10px 0 0 0;
}
/*よくあるご質問*/
div.lower div.faq {
	padding-bottom: 15px;
}
div.lower div.faq p.question {
	background: url("../images/contents/arrow_orange.png") no-repeat scroll 0px 65% transparent;
 behavior: expression(IEPNGFIX.fix(this));
	padding: 6px 0 0 10px;
}
div.lower div.faq p.question a {
	color: #362b1b;
}
div.lower div.faq p.question a:hover {
	text-decoration: none;
	color: #e8871c;
}
div.lower div.faq p.answer {
	padding: 6px 0 0 10px;
	width: 700px;
}
div.lower div.faq p.answer span.condition {
	background: url("../images/contents/arrow_brown.png") no-repeat scroll 0px 50% transparent;
 behavior: expression(IEPNGFIX.fix(this));
	padding-left: 10px;
	margin-left: 10px;
}
div.lower div.faq div.faqPageTop {
	margin: 10px 0;
}
/*ご相談の流れ*/
div.lower div.process {
	margin-bottom: 35px;
}
div.lower div.process div.step01 {
	background: url("../images/contents/process01.jpg") 0 bottom no-repeat;
	height: 132px;
	margin: 5px 0;
}
div.lower div.process div.step02 {
	background: url("../images/contents/process02.jpg") 0 bottom no-repeat;
	height: 132px;
	margin: 5px 0;
}
div.lower div.process div.step03 {
	background: url("../images/contents/process03.jpg") 0 bottom no-repeat;
	height: 132px;
	margin: 5px 0;
}
div.lower div.process h4 {
	padding: 20px 0 0 20px;
}
div.lower div.process p {
	padding: 8px 0 0 20px;
}
div.lower div.process div.arrow {
	text-align: center;
}
/*あんしん保険について*/
div.lower div.about-text {
	margin-top: 5px;
}
div.lower div.about-text p {
	line-height: 19px;
	padding: 5px 15px 0 5px;
	width: 475px;
	float: left;
}
div.lower div.about-text p img {
	float: left;
}
/* アクセス */
			div.access {
	width: 780px;
	padding: 15px 0 5px;
	margin: 15px auto 35px auto;
	text-align: left;/*IE6用*/
	background-color: #f5f1eb;
}
div.access .left-side {
	float: left;
	width: 165px;
}
div.access .left-side .btn {
	margin-left: 16px;
}
div.access .right-side {
	float: left;
	width: 615px;
}
div.access .right-side .box {
	float: left;
	width: 288px;
	height: 210px;
	margin-left:10px;
	border: 1px #eee5db solid;
	background-color: #fffcf8;
}
div.access .right-side .box .pic-text {
	width: 270px;
	margin: 9px;
}
div.access .right-side .box .text {
	margin-top: 5px;
}
div.access .right-side .box .text img {
	float: left;
	padding-right: 3px;
}
div.access .right-side .box .text p {
	font-size: 12px;
	line-height: 1.3;
	padding: 2px 3px 0 0;
}
/*プライバシーポリシー*/
/*削除可ココカラ*/
div.lower p.pp {
	padding: 10px 0 10px 15px;
	line-height: 19px;
	background: url("../images/contents/dot_line.gif") 0 bottom no-repeat;
}
div.lower p.pp-contact {
	font-weight: bold;
	padding-bottom: 5px;
	background: url("../images/contents/dot_line.gif") 0 bottom no-repeat;
}
div.lower p span.pp {
	margin-left: 50px;
}
/*削除可ココまで*/
div.lower .policy-content p {
	padding: 10px 1em;
	line-height: 19px;
}
div.lower .policy-content h4 {
	line-height: 19px;
	border-top: 1px dashed rgba(93,56,15,.1);
	margin-top: 1em;
	padding: 1em 0 0;
}
div.lower .policy-content .list-company {
	line-height: 19px;
	border: 1px solid rgba(93,56,15,.1);
	box-sizing: border-box;
  padding: 0 2em;
	margin: 1em 15em 2em;
}
div.lower .policy-content .list-company ul {
  padding: 2em 0;
}
div.lower .policy-content .list-company ul h5 {
	text-align: center;
	font-size: 1em;
	margin-bottom: .5em;
}
div.lower .policy-content .list-company ul:last-child {
	border-top: 1px dashed rgba(93,56,15,.1);
}
/*div.lower .policy-content .list-company ul:last-child li {
	text-align: right;
}*/
div.lower .policy-content .list-case {
	line-height: 19px;
	padding: .3em 2em;
}
div.lower .policy-content .list-case li {
	text-indent: -1em;
}
div.lower p img {
	margin-right: 3px;
}
div.lower div.date {
	font-weight: bold;
	text-align: right;
	margin:15px 15px 30px 0;
}
div.lower div.contact-tb {
	padding: 10px 0 50px 0;
	line-height: 19px;
}

/*年金保険講座*/
div.lower div.course {
	margin-bottom: 35px;
}
div.lower div.course div.bloc {
	background-color: #f5f1eb;
	padding: 15px;
}
div.lower div.course div.bloc .left-box {
	float: left;
	text-align: center;
}
div.lower div.course div.bloc .nenkin-box {
	background: url("../images/contents/box-mid.gif") repeat-y;
	margin-top: -5px;
	padding: 15px 0;
}
div.lower div.course div.bloc .nenkin-box img.in-ttl {
	margin: 10px 0 0 30px;
}
div.lower div.course div.bloc .nenkin-box p.box-text {
	width: 477px;
	float: left;
	margin: 0 20px 0 10px;
	_margin: 0 8px 0 5px;
	line-height: 21px;
}
div.lower div.course div.bloc .nenkin-box p.box-text2 {
	width: 430px;
	float: left;
	margin: 0 40px 0 10px;
	_margin: 0 30px 0 10px;
	line-height: 21px;
}
div.lower div.course div.bloc .nenkin-box p.box-text3 {
	width: 480px;
	float: left;
	margin: 0 40px 0 10px;
	_margin: 0 30px 0 10px;
	line-height: 21px;
}
div.lower div.course div.bloc .nenkin-box p.box-text4 {
	width: 313px;
	float: left;
	margin: 10px 5px 0 10px;
	padding-right: 15px;
	line-height: 21px;
	background-color: #fff;
}
div.lower div.course div.bloc .nenkin-box2 {
	background: url("../images/contents/last.jpg") no-repeat;
	padding: 15px 0;
	height: 392px;
}
div.lower div.course div.bloc .nenkin-box2 p.box-text5 {
	width: 450px;
	_width: 470px;
	float: left;
	margin: 45px 5px 0 40px;
	_margin: 45px 5px 0 20px;
	padding-right: 15px;
	line-height: 21px;
	background-color: #fff;
}
div.lower div.course div.bloc .nenkin-box p.box-text6 {
	width: 430px;
	float: left;
	margin: 0 25px 0 10px;
	line-height: 21px;
}
div.lower div.course div.bloc .nenkin-box span.bold {
	font-weight: bold;
}
div.lower div.course div.bloc .nenkin-box span.orange {
	color: #ff5a00;
	font-weight: bold;
}
div.lower div.course div.bloc .nenkin-box span.under {
	text-decoration: underline;
}
div.lower div.course div.bloc .nenkin-box img {
	margin-bottom: 5px;
}
div.lower div.course h4 {
	padding: 20px 0 0 20px;
}
div.lower div.course p {
	padding: 8px 0 0 20px;
}
div.lower div.course div.arrow {
	text-align: center;
}
/* フッター
---------------------------------- */
div#footer {
	text-align: center;
	background: url("../images/footer/footer_bg.png") repeat-x;
	height: 150px;
}
div#footer .position-area {
	margin: 0 auto;
	position: relative;
	width: 860px;
}
div#footer .position-area .pagetop {
	position: absolute;
	right: -14px;
	top: -31px;
}
div.copyright {
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	padding: 30px 0 15px;
}
/*工事中*/

div.main01 .UnderConstructiont {
	margin: 20px 30px 0px 45px;
	float: left;
	height: 400px;
}
/*IE6のみ*/
*html div.main01 .UnderConstructiont {
	margin: 20px 30px 0 20px;
	float: left;
	text-align: left;
}
div.main01 .UnderConstructiont h3 {
	margin-bottom: 5px;
}
div.main01 .UnderConstructiont p {
	padding: 0 1em 0 0px;
	line-height: 19px;
}
