@charset "utf-8";
/*-----------------------------------------------------
 CSS all tags style setting  style.css


 copyright(c) 2008,Tenderfeel.All Rights Reserved.

--------------------------------------------------------
Yahoo UI Library Fonts CSS
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
http://developer.yahoo.com/yui/license.txt
http://developer.yahoo.com/yui/fonts/#default
Font-size Adjustment
10px = 77%
11px = 85%
12px = 93%
13px = 100%
14px = 108%
15px = 116%
16px = 123.1%
17px = 131%
18px = 138.5%
19px = 146.5%
20px = 153.9%
21px = 161.6%
22px = 167%
23px = 174%
24px = 182%
25px = 189%
26px = 197%
------------------------------------------------------*/

/* browser default CSS style clear*/

* {
	margin:0;
	padding:0;
	font-style:normal;
	line-height:1;
	text-decoration:none;
	font-size:13px;
}


body {
	line-height:1.4;
	font-size:93%;
	background:#002E73 url(images/bg_body.jpg) repeat-x top left;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#221815;
}
#sidebar{background-color:#E9EBF6;}
#footer {background-color:#3E3A39;}
/*------------ ClearFix ----------------*/

ul.navi:after,
div#content:after,
div.section:after {
content:".";
height:0px;
clear:both;
display: block;
visibility:hidden;
}
ul.navi,
div#content,
div.section { zoom:100%; }

.cl { clear:both; }

/*-----------------------------------------------------
  Block lebel elements
------------------------------------------------------*/
div {}

noscript {}

hr {}

/*--------------------------------------------------
  Text(block)
--------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin:10px 0;
	line-height:1.4;
}
h1 {
	font-size:153.9%;
}
h1#description {
	font-size:85%;
	text-align:right;
	font-weight:normal;
	margin:0;
	background-color:#DBDCDC;
}
h2 {
	font-size:138.5%;
}
h3 {
	font-size:123.1%;
}

h4,h5,h6 {
	font-size:123.1%;
}

address,
blockquote,
p {
	font-size:93%;
	line-height:1.5;
	margin:1.3em 0;
}



/*--------------------------------------------------
  Text(inline)
--------------------------------------------------*/

abbr {}

acronym {}

b {}

bdo {}

big {}

cite {}

code {}

del {}

dfn {}

em {line-height:1.5;color:#0086D1;}

i {}

ins {}

kbd {}

q {}

samp {}

small {font-size:85%;}
span {line-height:1.5}

strong {line-height:1.5;color:#E60012;}

sub {}

sup {}

tt {}

var {}

/*---------------------------------------------------
  Link
----------------------------------------------------*/
a {text-decoration:none;}
a img {	border:none; }
a:link {color:#0068B6;}
a:visited {color: #000066;}
a:active,a:hover {color:#0099CC;}

/*-----------------------------------------------------
  List
------------------------------------------------------*/

ul,ol,dl {
	margin:10px 0;
}
dl dl {
	margin:10px;
}

ul li,
ol li {
	line-height:1.5;
	font-size:93%;
}
dl dt {font-size:93%;font-weight:bold;line-height:1.5;margin:1em 0 0.5em 0;}
dl dd {font-size:93%;line-height:1.5;margin:0 0 0.5em 2em;}

dd p,
dd address {
	font-size:100%;
}
dd li,
td li {
	list-style-position:inside;
}
/*----------------------------------------------------
  Image
----------------------------------------------------*/

img {
	vertical-align: bottom;
}

a img { border:0;}

.aligncenter {
	text-align:center;
}
.alignleft{
	float:left;
	margin:0 10px 10px 0;
}
.alignright {
	float:right;
	margin:0 0 10px 10px;
}
.right {text-align:right;}
/*-----------------------------------------------------
  Table
------------------------------------------------------*/
table {
	border-collapse:collapse;
	clear:both;
}
table, th , td {border-color:#AAABAB;}

thead th {}
thead td {}

tfoot th {}
tfoot td {}

tbody th {
	background-color:#EAEBF6;
	padding:5px 5px 5px 10px;
	text-align:center;
}
tbody td {
	padding:5px;
}

tbody td small {
	font-size:85%;
	margin-left:5px;
}
/*-----------------------------------------------------
  Form,Fieldset
------------------------------------------------------*/
fieldset {}

legend {}

input,textarea {
	padding:0.2em;
}
label{
	margin:0 3px;
	border:none;
}
button {
	padding:0.2em 1.5em;
	margin:0 10px;
}
form p {}

.button {
	text-align:center;
	margin-bottom:20px
}
textarea#message {
	width:700px;
}
span.req {
	font-weight:normal;
	color:#990000;
	font-size:85%;
	font-family:Arial, Helvetica, sans-serif;
}
p.req {
	color:#990000;
	margin:0;
}
/*-----------------------------------------------------
  Rayouts
------------------------------------------------------*/
#container{
	margin:0 auto;
	width:950px;
	background:#fff url(images/bg_container.png) repeat-y left top;
}
#header{
	background:#fff url(images/bg_header.png) repeat-x left top;
	position:relative;
	height:55px;
}
#sidebar{
	width:200px;
	float:left;
	padding:15px 0 0 0;
	margin-top:5px
}
#wrapper{
	float:right;
	width:100%;
	margin-left:-200px;
	padding-top:10px;
	background:url(images/bg_wrapper.png) no-repeat left top;
}
div#flash {
	height:300px;
	background-color:#fff;
}
div#flash object {
	width:930px;
	margin:20px 10px;
}
#content{
	margin-left:200px;
	padding:1px 0;
}
#footer{
	clear:both;
	padding:1px 0;
	position:relative;
}

/*-----------------------------------------------------
  HEADER
------------------------------------------------------*/
p.sitename {
	margin:0;
	padding:9px 10px;
	text-align:left
}
div#header p#tel {
	position:absolute;
	right:10px;
	top:10px;
	text-align:center;
	line-height:1.6;
	margin:0;
}
/*-----------------------------------------------------
  Navigations
------------------------------------------------------*/
/****  Extramenu  ****/
ul#extramenu {
	position:absolute;
	left:480px;
	top:20px;
}
ul#extramenu li {
	float:left;
	list-style:none;
}
ul#extramenu li a {
	display:block;
	background:url(images/ico_file.png) no-repeat left top;
	padding-left:15px;
	margin-right:1em;
}

/****  Grovalnavi ****/
ul#grovalnavi{
	margin:0;
}
ul#grovalnavi li {
	line-height:0;
	font-size:0;
	margin:0;
	list-style:none;
}
ul#grovalnavi li a {
	display:block;
	float:left;
	width:190px;
	height:52px;
	background-color:#004d95;
	background-position:left top;
	background-repeat:no-repeat;
	color:#fff;
	line-height:52px;
	text-align:center;
	text-indent:-5869px;
	overflow:hidden
}
ul#grovalnavi li a.corp {
	background-image:url(images/menu/for_corp.png);
}
ul#grovalnavi li a.indi {
	background-image:url(images/menu/for_indi.png);
}
ul#grovalnavi li a.consult {
	background-image:url(images/menu/consult.png);
}
ul#grovalnavi li a.faq {
	background-image:url(images/menu/faq.png);
}
ul#grovalnavi li a.contact {
	background-image:url(images/menu/contact.png);
}
ul#grovalnavi li a:active,
ul#grovalnavi li a:hover {
	background-color:#0571ae;
	background-position:left -52px;
}

/****  #sidebar Menu  ****/
div#sidebar ul#menu {
	width:180px;
	margin:0 auto;
}
div#sidebar ul#menu li {
	list-style:none;
	line-height:1;
	font-size:0;
	margin-bottom:5px;
}
div#sidebar ul#menu a {
	display:block;
	background-position:left top;
	background-repeat:no-repeat;
	line-height:25px;
	height:25px;
	text-indent:-8596px;
	overflow:hidden;
}
div#sidebar ul#menu a:active,
div#sidebar ul#menu a:hover {
	background-position:-180px top;
}
div#sidebar ul#menu a.about {
	background-image:url(images/menu/about.png);
}
div#sidebar ul#menu a.policy {
	background-image:url(images/menu/policy.png);
}
div#sidebar ul#menu a.invite {
	background-image:url(images/menu/invite.png);
}
div#sidebar ul#menu a.home {
	background-image:url(images/menu/top.png);
}
/**** 取り扱い保険会社  ****/
div#sidebar dl#list {
	border:solid 1px #00479D;
	background-color:#fff;
	width:180px;
	margin:20px auto;
}
div#sidebar dd {margin:0;}
div#sidebar dl#list dt {
	background-color:#00479d;
	color:#fff;
	font-size:123.1%;
	background:url(images/sidebar_list_title.png) no-repeat center top;
	height:26px;
	margin-top:0;
	text-indent:-8597px;
}
div#sidebar dl#list dl {
	margin:0;
}
div#sidebar dl#list dl dt {
	background-color:#C9CACA;
	color:#333333;
	font-size:100%;
	background-image:none;
	line-height:1.5;
	text-align:center;
	text-indent:0;
	height:auto;
}
div#sidebar dl#list dl dd {
	margin:10px 0;
	text-align:center;
}
/****  FooterNavi  ****/
ul#footernavi {
	margin:0;
	list-style:none;
	border-right:1px solid #fff;
	text-align:right;
	position:absolute;
	top:10px;
	left:220px;
}
ul#footernavi li {
	display:inline;
	border-left:1px solid #fff;
	line-height:1;
}
ul#footernavi li a {
	color:#fff;
	padding:0 0.5em 0 0.7em;
	font-size:93%;
}
ul#footernavi li a:active,
ul#footernavi li a:hover {color:#0099CC;}
div#sidebar p {
	text-align:center;
	margin-top:0;
}
/****  会社情報  ****/
dl#eidai {
	border:solid 1px #00479D;
	background-color:#fff;
	width:180px;
	margin:10px auto;
}
dl#eidai dt {
	background:url(images/extra_dl_title.png) no-repeat left top;
	height:27px;
	line-height:27px;
	text-align:center;
	background-color:#00479d;
	color:#fff;
	font-size:123.1%;
	text-indent:-5698px;
	margin:0;
}
dl#eidai dd {
	padding:3px 8px;
	line-height:1.3;
	margin:0;
}
dl#eidai dd.rogo {
	line-height:1.8em;
	font-size:85%;
}
/*-----------------------------------------------------
	Footer
------------------------------------------------------*/
div#footer p.sitename {
}
div#footer address {
	text-align:right;
	color:#AAABAB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
	letter-spacing:1px;
}
#footer a {
	color:#AAABAB;
	font-size:100%;
}
/*-----------------------------------------------------
  TOP
------------------------------------------------------*/
div.top_content {
	float:left;
	width:510px;
	padding:1px 20px;
}
div.top_extra {
	float:right;
	width:180px;
	padding:1px 20px 0 0;
}
div#information {
	margin:0 0 25px 0;
}
div#information dl {
}
div#information dt {
	clear:left;
	float:left;
	font-weight:normal;
	padding: 0 1em 0.7em 0;
	margin:0 0 0.7em 0;
}
div#information dd {
	margin:0 0 0.7em 0;
	border-bottom:solid 1px #AAABAB;
	padding:0 0 0.7em 0;
}
div#how {
	width:510px;
	background:url(images/bg_top.png) repeat-y left top;
	border:solid 1px #666666;
	margin-bottom:20px;
}
div#how ul {
	list-style-position:inside;
	margin:0;
	background:url(images/bg_top_mark.png) no-repeat right top;
	padding:10px;
}
div#how p.button {
	margin:10px;
}
/*-----------------------------------------------------
　Contents (Common)
------------------------------------------------------*/
h1#pagetitle {
	margin:10px 20px;
	line-height:32px;
	text-indent:-5698px;
	background-repeat:no-repeat;
	background-position:left top;
}
div.section {
	margin:20px;
}
p.return {
	text-align:right;
	margin:20px;
}
.message {
	border:solid 1px #AAABAB;
	padding:0 0.8em;
	margin:10px 0;
}
/****  pagetitles  ***/

div.for_corp h1#pagetitle {
	background-image:url(images/corp/title.png);
}
div.for_indi h1#pagetitle {
	background-image:url(images/indi/title.png);
}
div.consult h1#pagetitle {
	background-image:url(images/consult/title.png);
}
div.faq h1#pagetitle{
	background-image:url(images/faq_title.png);
}
div.invite h1#pagetitle {
	background-image:url(images/invite_title.png);
}
div.policy h1#pagetitle {
	background-image:url(images/policy_title.png);
}
div.contact h1#pagetitle {
	background-image:url(images/contact_title.png);
}
div.aboutus h1#pagetitle {
	background-image:url(images/aboutus_title.png);
}
ol.point {
	padding:10px;
	list-style-position:inside;
}
/*-----------------------------------------------------
  法人のお客様
------------------------------------------------------*/
div.for_corp ol.point {
	border:solid 1px #F29600;
	background-color:#FFF6E9;
	color:#E50012;
}
/*-----------------------------------------------------
  個人のお客様
------------------------------------------------------*/

div.for_indi ol.point {
	border:solid 1px #898989;
	background-color:#EFEFEF;
	width:354px;
	margin-right:10px;
}
div.for_indi ol.point li.one {
	color:#0068B6;
}
div.for_indi ol.point li.two {
	color:#17902D;
}
/*-----------------------------------------------------
　相談の流れ
------------------------------------------------------*/
div#consult_rute {
	background-color:#efefef;
	padding:10px;
	float:left
}
div#consult_rute dl {
	border:solid 1px #AAABAB;
	background-color:#fff;
	float:left;
	width:100%;
	padding:10px 80px;
}
div#consult_rute div dl {
	width:auto;
	padding:10px;
} 
div#consult_rute div p {
	padding-left:67px;
	margin:0;
}
div#consult_rute dl dt {
	float:left;
	clear:left;
	margin:0 10px 5px 0;
}
div#consult_rute dd {
	line-height:1.4;
	margin-left:0;
}
* html div#consult_rute dd  {
	height:53px;
}
div#consult_rute div.normal {
	float:left;
	width:333px;
	background:url(images/consult/arrow3.png) no-repeat 67px bottom;
	padding-bottom:30px
}
div#consult_rute dt.arrow {
	background:url(images/consult/arrow1.png) no-repeat center bottom;
	padding-bottom:24px;
}
dd.arrow {
	margin-bottom:30px;
}
div.normal dt.arrow {
	background:url(images/consult/arrow2.png) no-repeat center bottom;
	padding-bottom:24px;
}
div#consult_rute div.express {
	float:right;
	width:333px;
	background:url(images/consult/arrow4.png) no-repeat 67px bottom;
	padding-bottom:113px
}
div.express dt.arrow {
	background:url(images/consult/arrow2-2.png) no-repeat center bottom;
	padding-bottom:24px;
}
/*-----------------------------------------------------
	よくある質問
------------------------------------------------------*/
div.faq dl {
}
div.faq dt {
	background:url(images/faq_que.png) no-repeat left top;
	padding:0 0 0 23px;
	color:#002E73;
	line-height:1.4;
	font-size:108%;
	margin:0.7em 0;
}
div.faq dd {
	background:url(images/faq_ans.png) no-repeat left top;
	padding:0 0 0 23px;
	line-height:1.5;
	margin:0.4em 0;
	padding-bottom:0.6em;
	border-bottom:dotted 1px #333;
}
/*-----------------------------------------------------
	勧誘方針 /　プライバシーポリシー
------------------------------------------------------*/
div.invite dl {}
div.invite dt {
 	font-size:100%;
	margin:1em 0 0.5em 0;
}
div.invite dd {
	margin:0 0 0 2em;
	line-height:1.5
}
div.policy strong {
	color:#000000;
}
/*-----------------------------------------------------
	会社概要
------------------------------------------------------*/
div.aboutus dt {
	color:#EB6100;
}
div.aboutus form th {
	width:25%;
}
div.links table {
	border:solid 1px #AAABAB;
}
div.links td,
div.links th {
	border-bottom:solid 1px #AAABAB;
}
div.links th {
	background-color:#fff;
	font-weight:normal;
	width:40%;
}
div#gmap {
	background-color:#efefef;
	height:381px;
	float:left;
	width:451px;
}
div#our {
	width:245px;
	float:right;
}
div#our p.photo {
	background-color:#efefef;
	width:245px;
	height:245px;
	margin-top:0;
}
div#our dt {
	background-color:#00479D;
	color:#ffffff;
	padding:0;
	width:4em;
	text-align:center;
}
div#our dd {
	margin:0;
}
/*-----------------------------------------------------
   Filter for IE
------------------------------------------------------*/
* html body {text-align:center;}
* html #content,
* html #footer {text-align:left;}
* html div#sidebar ul#menu {margin:0;}
* html div.top_extra {padding-right:15px;}