@charset "UTF-8";
@import "font.css";

/* reset styles */
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
}

img{ border: 0; }
a img { border: 0; }
	
body {
	color: #3D3F3D;
	text-align: center;
	background-color:#dfffdf;
}
#wrap {
	background: url(/img/common/bg_wrap.gif) repeat-y #f8f8f8;
	width:918px;
	margin:auto;
	padding:0 1px;
}
a:link {
	text-decoration:none;
	color: #176224;
}
a:visited{
	text-decoration: none;
	color: #62ae6f;
}
a:hover{
	color: #53C40F;
	text-decoration: underline;
}

/*clearfix*/
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clearfix {display:inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.clear { clear: both; }
p.todetail {
	text-align: right;
	font-size: 0.9em;
	margin: 8px 0 0 0 ;
}
.text-s{ font-size: 0.85em;}
.todetail a {
	background: url(/img/common/icon-arrow3.gif)  no-repeat right 4px;
	padding: 0 12px 0 0;
}
#head { height: 103px; }
#head #head-con {
	width: 890px;
	margin: 0px auto 0px;
	text-align: left;
	height:68px;
	overflow: hidden;
}
#maincon {
	width: 890px;
	margin: 0px auto;
	padding-top:15px;
	padding-bottom:15px;
	clear: both;
}
#pagetop{
	clear:both;
	width: 890px;
	text-align:right;
	font-size: 0.9em;
	margin: 0px auto 0px auto;
	padding-top:10px;
	overflow:hidden;
}

#head-con .submenu {
	margin-top:10px;
	float: right;
	width: 65%;
	line-height:1.2em;
}
#head-con .logo {
	float: left;
	display:block;
	margin: 10px 0 0 0px;
}

/* header sub menu */

#head-con .submenu h1 {
	font-size: 12px;
	font-weight: normal;
	float:right;
	margin-bottom:4px;
	}
#head-con .submenu ul {
	clear: both;
	list-style-position: inside;
	list-style-image: url(../img/common/dot_4.gif);
}

#head-con .submenu li {
	float: right;
	font-size: 10px;
	margin: 0 0px 0 15px;
}

/*hack for IE*/

* html #head-con .submenu li a {
	background-image: url(../img/common/dot_4.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding: 0 0 0 10px;
}
*:first-child+html .submenu li a {
	background-image: url(../img/common/dot_4.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding: 0 0 0 10px;
}

/*--- global navigation ---*/
#gnavi {
	width:918px;
	height:33px;
	position:relative;
	z-index:100;
	text-align:left;
}
#gnavi ul{
	text-align:center;
	position:absolute;
} 
#gnavi *{ list-style:none; display:block; }
#gnavi span{ display:none; }
#gnavi a{ padding: 0px 2px; height: 33px; }
#gnavi li{ background:#ffffff; overflow:hidden; }
#gnavi li.on1{
	width:153px;
	float:left;
	background:url(../img/common/navi01-2.gif) no-repeat;
}
#gnavi li.off1{
	height:33px;
	width:153px;
	position:relative;
	float:left;
	background:url(../img/common/navi01-1.gif) no-repeat;
}
#gnavi li.on2{
	width:153px;
	float:left;
	background:url(../img/common/navi02-2.gif) no-repeat;
}
#gnavi li.off2{
	height:33px;
	width:153px;
	position:relative;
	float:left;
	background:url(../img/common/navi02-1.gif) no-repeat;
}
#gnavi li.on3{
	width:153px;
	float:left;
	background:url(../img/common/navi03-2.gif) no-repeat;
}
#gnavi li.off3{
	height:33px;
	width:153px;
	position:relative;
	float:left;
	background:url(../img/common/navi03-1.gif) no-repeat;
}
#gnavi li.on4{
	width:153px;
	float:left;
	background:url(../img/common/navi04-2.gif) no-repeat;
}
#gnavi li.off4{
	height:33px;
	width:153px;
	position:relative;
	float:left;
	background:url(../img/common/navi04-1.gif) no-repeat;
}
#gnavi li.on5{
	width:153px;
	float:left;
	background:url(../img/common/navi05-2.gif) no-repeat;
}
#gnavi li.off5{
	height:33px;
	width:153px;
	position:relative;
	float:left;
	background:url(../img/common/navi05-1.gif) no-repeat;
}
#gnavi li.on6{
	width:153px;
	float:left;
	background:url(../img/common/navi06-2.gif) no-repeat;
}
#gnavi li.off6{
	height:33px;
	width:153px;
	position:relative;
	float:left;
	background:url(../img/common/navi06-1.gif) no-repeat;
}
#gnavi .gnavi-s{
	text-align:left;
	position:relative;
	padding-top:5px;
	background:#00b4c5;
}
#gnavi .gnavi-s a{
	height:18px;
	padding: 0 0 4px 12px;
	font-size:12px;
	line-height:14px;
	text-decoration:none;
	color:#fff;
}
#gnavi .gnavi-s a.long{
	height:32px;
}
#gnavi .gnavi-s a.long2{
	height:46px;
}
#gnavi .gnavi-s a:hover{
	text-decoration:underline;
	color:#fff;
}
#gnavi .gnavi-s li.son{
	background:#00b4c5;
	overflow:hidden;
}
#gnavi .gnavi-s li.soff{
	background:#00b4c5;
	position:relative;
	overflow:hidden;
}
/* global navigation END */


/*--- footer navigation ---*/
#footer {
	background-image: url(../img/common/footer_bg.jpg);
	background-repeat: repeat-x;
	clear: both;
	margin:0 auto 0 auto;
}
#footer #footer-con {
	width: 905px;
	text-align: center;
	margin: 6px auto 0 auto;
	padding: 18px 0 0 0;
}
#footer-con .footer-navi{
	margin: 0 auto;
	text-align:center;
}
#footer-con ul {
	text-align:center;
	margin:auto;
	height:1.2em;
	overflow:visible;
}
#footer-con li {
	float: left;
	margin-left: 19px;
	font-size: 10px;
	font-weight:bold;
	list-style-type:none;
}
#footer-con .copyright {
	clear: both;
	padding: 12px 0 0 0;
	font-size: 10px;
}
/* end footer navigation */


/*--- crosslink ---*/
#crosslink {
  width:auto;
  text-align:center;
  font-size:8pt;
  margin-bottom:0 auto 5px;
}

#crosslink .wrap{
	width:90%;
	text-align:center;
	margin:auto;
	}
#crosslink .top-line {
	margin: auto;
	width: 90%;
	border-top: 1px dashed lightgreen;
	}
#crosslink h2{
	color:#176224;
	font-size:12px;
	margin-left:5%;
 	text-align:left;
	line-height:1.2em;
}
#crosslink .column{
 	float:left;
	display: list-item;
  list-style:none;
	line-height:1.1em;
	margin:5px 0 0 10px;;
	text-align:left;
}
#crosslink h3{
	font-size:11px;
	font-weight:normal;
	line-height:1.2em;
}

#crosslink ul li{
	margin:4px 0 4px 4px;
	padding-left:9px;
	background:url(/img/common/dot_4.gif) no-repeat left 2px;
	list-style-type:none;
	line-height:1.2em;
}

/*--- common class ---*/
.font-white {color:white;}
.font-red {color:red;}
.font-green {color: #176224;}
.font-bold{font-weight:bold;}
.txt-center{text-align:center;}
.txt-left{text-align:left;}
.txt-right{text-align:right;}
.line-h10em{line-height:1em;}
.line-h12em{line-height:1.2em;}
.line-h15em{line-height:1.5em;}
.float-l{float:left;}
.float-r{float:right;}
.posi-rl{ position:relative; }
.posi-ab{ position:absolute; }
.mar-l20 { margin-left:20px; }
.mar-t10 { margin-top:10px;}
.pad-t1em{padding-top:1em;}
.pad-t2em{padding-top:2em;}
.wid5em{ width:5em; }
.wid6em{ width:6em; }
.wid7em{ width:7em; }
.ico-arrow{
	padding-left:16px;
	background: url(../img/common/icon-arrow4.gif) no-repeat left center;
}
br.clear{
	clear:both;
	height:0;
	line-height:0;
	margin:0;
	padding:0;
	}
/*--- common class END ---*/


/*--- top page layout ---*/
/* for site explainataion */
.top-explain{
	clear:both;
	padding: 5px 10px 10px 10px;
	border: 1px solid #b4e0bf;
	font-size: 0.9em;
	color:#68c17e;
	width:auto;
	text-align:left;
	margin:5px;
	margin-left:auto;
	margin-right:auto;
	}
.top-explain a { color:#68c17e; }


/*--- 2nd layer page layout ---*/
/*pankuzu navigation*/
.breadcrumbs #topicPath_01 li {
	float: left;
	list-style-type: none;
	font-size: 12px;
	margin-left: 12px;
	}
#maincon .breadcrumbs #topicPath_01 li a {
	background-image: url(../img/common/icon-breadcrumbs.gif);
	background-repeat: no-repeat;
	background-position: right 6px;
	padding-right: 8px;
}
/* pankuzu navigation END */

#maincon-layer02 {
	clear: both;
	text-align: left;
	margin: 0px 0 0 24px;
	padding: 12px 100px 38px 70px;
	font-size:1.1em;
}
#maincon-layer02 .pagetitle{
	background: url(../img/common/h2bg-top.jpg) no-repeat ;
	padding: 14px 0 0 0;}

#maincon-layer02 .pagetitle .bottom{
	background: url(../img/common/h2bg-bottom.jpg) no-repeat ;
	height: 10px;
	margin: 0px 0px 24px 0px;}

#maincon-layer02 .pagetitle .middle{
	background: url(../img/common/h2bg-middle.jpg) repeat-y;
	padding: 5px 16px 5px 20px;
	}
#maincon-layer02 h2{
	font-size: 1.3em;
	color: #29A13D;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 0px 20px;
	border-left: 6px #29A13D solid;
}
#maincon-layer02 h3{
	font-size: 1.1em;
	background: url(../img/common/line-dot1.gif) repeat-x bottom;
	padding: 0 0 3px 0;
	margin: 36px 0 24px 0;
}
#maincon-layer02 p{
	margin: 0 0 24px 0;}
	
#maincon-layer02 ul{
	margin: 0 0 24px 0;}
	
#maincon-layer02 ol{
	margin: 0 0 24px 24px;
	list-style-position: inside;
}

#maincon-layer02 .indent {
	margin-left:24px;
	text-indent:-12px;
	margin-top:8px;
	margin-bottom:0px;
}
#maincon-layer02 .indent2 {
	margin-left:36px;
	text-indent:-12px;
	margin-top:0px;
	margin-bottom:0px;
}
#maincon-layer02 ul{
	list-style-position: inside;
}

#maincon-layer02 .linkparent {
	background: url(/img/common/icon-arrow3.gif) no-repeat left;
	padding-left: 12px;
	margin: 24px 0 0 0 ;
	clear:both;
}


/* insurance */
.insurance-navi {
	border-top: 1px dashed #259137;
	border-bottom: 1px dashed #259137;
	padding: 12px 0 12px 30px;
	margin: -12px 0 24px 0px;
	text-align:left;
	height:40px;
}
.insurance-navi li,
.insurance-claim-navi li,
.ag-premium li{
	font-size: 12px;
	padding-left:16px;
	background: url(../img/common/icon-arrow4.gif) no-repeat left center;
	list-style: none;
	list-style-position: outside;
	width:305px;
}
.insurance-n-each {
	float:left;
	width:305px;
}

/* insurance local navigation */
#maincon-layer02 h4.l-navi2{
	border-bottom: 1px solid #259137;
	color: #259137;
	margin:0 0 12px 0;
	font-size:0.9em;
}
.insurance-claim-navi{
	border-bottom: 1px dashed #259137;
	padding: 12px 0 12px 10px;
	margin: -12px 0 24px 0px;
	text-align:left;
	width:100%;
	height:55px;
}
#maincon-layer02 .flowmap{
	text-align: center;
	padding: 10px;
	margin: 0 0 24px 0;
	background: #E7F4ED;
}
#maincon-layer02 .proceed-t{
	width:100%;
	margin-left:1em;
	padding: 5px;
	border:dotted 1px #090;
	background: #E7F4ED;
	font-weight:bold;
	font-size: 0.9em;
}
#maincon-layer02 .lead01 {
	border: #259137 solid 2px;
	background: #E7F4ED;
	padding: 12px;
	margin: 0 0 24px 0px;
}
#maincon-layer02 .hs_support {
	color: #FF3300;
	font-weight:bold;
}
#maincon-layer02 td.faq_q {
	font-size:160%;
	font-weight:bold;
	color:#FF3300;
	padding: 2px 12px 2px 0px;
	vertical-align: top;
	v-align:top;
}
#maincon-layer02 td.faq_a {
	font-size:160%;
	font-weight:bold;
	color:#060;
	v-align:top;
	padding:2px;
	vertical-align: top;
}
#maincon-layer02 td.faq_q2 {
	font-weight:bold;
	color:#FF3300;
	padding:10px 6px 6px 2px;
	vertical-align: top;
}
#maincon-layer02 td.faq_a2 {
	font-weight:normal;
	padding:10px 6px 6px 2px;
	vertical-align: top;
}

/* policy */
.policy-caution { 
	background: #29A13D; 
	color: #FFFFFF; 
	text-align: center; 
	font-size:0.9em; 
	font-weight: bold;
	padding: 2px;
}

/* sitemap  page */
.sitemap ul {
	padding-left:10px;
	font-size: 0.9em;
	font-weight:bold;
	list-style:none;
}

/*-- sitemap page's --*/
.sitemap h4{ font-size: 0.9em; }

/* aboutus & information */
#maincon-layer02 .greeting h2{
	text-align: center;
	background-image:none;
}
#maincon-layer02 .greeting h3,
#maincon-layer02 .greeting h4{
	background-image:none;
	font-weight: normal;
	font-size: 1.4em;
	margin:0;
}
#maincon-layer02 .greeting p{
	text-indent: 1em;
	margin: 0;
}


/* Flow Chart */

#flowchart {
	width:690px;
	padding:14px 0 24px 0;
	margin-bottom:24px;
	background-color:#E7F4ED;
	color:#278256;
	text-align:center;
}
.main-box {
	margin: auto;
	font-size: 12px;
	line-height:1.3em;
	text-align:left;
}
.lst-txt {
	padding-left:1em;
}
.chart-normal {
	border:1px solid;
	background-color:#D9FDE9;
	padding:4px;
}
.chart-red {
	border:1px solid red;
	background-color:white;
	color:#B34444;
	padding:4px;
}
.chart-red .point {
	color:#D4B62E;
	float:left;
}
.chart-yellow {
	border:1px solid #FFBA00;
	background-color:#FDF4D0;
	color:#BF6B0F;
	padding:4px;
}
.chart-yellow .point {
	color:#BF6B0F;
	float:left;
}


#ins-top_con{
	width:620px;
	background-color:white;
	padding:30px;
	margin:auto;
}
#ins-top_con img{
	margin:15px auto;
	text-align: center;
	display:block;
}
#ins-top_con .title{
	font-weight:bold;
	font-size:1.2em;
	background-color:#afe37f;
	text-align:center;
	margin-bottom:20px;
}
#ins-top_con .row{
	clear:both;
}
#ins-top_con .sub-text{
	color:#32A000;
	font-size:10pt;
	font-weight:bold;
	position:absolute;
	line-height:1.3em;
}

#ins-sup .sub-box{
	position:absolute;
	top:0px;
	left:0;
	width:295px;
	margin:12px 5px 0 15px;
	padding-left:10px;
	border-left:6px solid #FF6600;
}
#ins-sup .sub-box .topic{
	color:white;
	font-weight:bold;
	text-align:center;
	position:absolute;
}
#ins-sup .arrow{
	height:32px;
	margin-top:5px;
	margin-bottom:5px;
}


.agcy-estim a {
	width:241px;
	height:73px;
	display:block;
}


/*--- recruit ---*/
#rcrt td {
	line-height:1.6em;
	padding-top:5px;
	padding-bottom:5px;
}

#rcrt ul{ margin-top:1em; }
#rcrt li{
	list-style-position:outside;
	margin-left:1.5em;
	line-height:1.4em;
}

#rcrt2 ul{margin-bottom:20px; }

#rcrt2 li{
	list-style-position:outside;
	color:#13B79E;
	margin-bottom:5px;
	margin-left:1.2em;
	line-height:1.3em;
}

#rcrt2 ul span{color:#3d3f3d;}

/* START premiums table */
#chrg-exp_fam {
	background-color:
	rgb(50,154,68);
	color:white;
	font-size:14pt;
	line-height:1.2em;
	padding:10px 0 10px 10px;
	width:686px;
	margin-bottom:15px;
	height:45px;
}
#chrg-exp_fam .number{
	width:20px;
	background-color:black;
	color:white;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin:10px 0 0 5px;
	float:left;
}
#chrg-exp_fam .cnt{
	font-size:9pt;
	line-height:1.2em;
	margin:7px 0 0 7px;
	float:left;
}

#chrg_mtrx {
	clear:both;
	margin-bottom:5px;
}
#chrg_mtrx table {
	border-right:1px solid black;
	font-size:8pt;
	text-align:center;
}
#chrg_mtrx td {
	border-left:1px solid black;
	border-bottom:1px solid black;
	padding:2px;
}
#chrg_mtrx .head {
	background-color:rgb(53,181,89);
	color:white;
	font-size:1.3em;
	font-weight:bold;
}
#chrg_mtrx .head2 {
	background-color:rgb(61,133,198);
	color:white;
	font-size:1.3em;
	font-weight:bold;
}
#chrg_mtrx .head-fam {
	background-color:rgb(245,156,53);
	color:white;
	font-size:1.3em;
	font-weight:bold;
}
#chrg_mtrx .top-td{
	border-top:1px solid black;
}
#chrg_mtrx .center-cell{
	background-color:rgb(255,252,216);
	text-align:center;
}
#chrg_mtrx .type{
	background-color:rgb(162,212,165);
	font-weight:bold;
}
#chrg_mtrx .type2{
	background-color:rgb(155,183,223);
	font-weight:bold;
}
#chrg_mtrx .type-fam{
	background-color:rgb(253,198,145);
	font-weight:bold;
}
#chrg_mtrx .ho-kingaku{
	background-color:rgb(225,240,225);
	text-align:right;
	font-size:9pt;
}
#chrg_mtrx .ho-kingaku-fam {
	background-color:rgb(254,237,218);
	text-align:right;
	font-size:9pt;
}
#chrg_mtrx .ho-ryo {
	text-align:right;
	font-size:9pt;
}
/* End premiums table */
