@charset "utf-8";

/* ------------------------------------
CSS Information

 Site URL:       -
 File name:      -
 Summary:        all styles
 Author:         web team

------------------------------------ */

/* -------------------------
 __Default style clear
-------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color:#FFFFFF;
	font-size: 80%;
	font-family: Meiryo, Osaka, verdana, arial, sans-serif;
	color: #3E3D37;
}

p { 
   margin:0 10px 15px 10px;
   line-height: 1.5em;
}

li {
	list-style-type: none;
}

img {
	border: 0;
}

a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #F58220;
	text-decoration:none;
}


/* -------------------------
 __containerx
-------------------------- */

#containerx {
	width: 820px;
	margin: 0 auto;
	background-image:url(../images/bg_shadow.jpg);
	background-position:center;
	background-repeat:repeat-y;
}

/* -------------------------
 __container
-------------------------- */

#container {
	width: 800px;
	margin: 0 auto;
	background-color:#FFFFFF;
	border-top-color:#CCCCCC;
	border-top-style:solid;
	border-top-width:0px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:0px;
	border-left-color:#CCCCCC;
	border-left-style:solid;
	border-left-width:1px;
	border-right-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:1px;
}


/* -------------------------
 __header
-------------------------- */

#header {
	height: 268px;
	margin-top: 0 ;
	margin-bottom: 10px ;
	padding: 0 ;
	border-top-color:#000099;
	border-top-style:solid;
	border-top-width:3px;
	border-bottom-color:#009966;
	border-bottom-style:solid;
	border-bottom-width:0px;
	background-image:url(../images/header_shadow.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

#header h1 {
	float: right;
	height:42px;
	margin: 5px ;
	font-size:90%;
	font-weight:normal;
}

#header h2 {
	float: left;
	height:178px;
	margin:0 ;
	pading: 0 ;
	border-bottom: #CCCCCC 0 solid;
	border-top-color:#FFFFFF;
	border-top-style:solid;
	border-top-width:0;
}

#header h3 {
	float: left;
	height:42px;
	margin: 5px 5px 5px 10px ;
}

/*-- __Global Navigation --*/

#header ul,
#header ul li {
	float: left;
}

#header ul {
	width: 800px;
	height: 30px;
	background: url(../images/menu_bar_01.gif) no-repeat;
}

#header ul li a {
	display: block;
	width: 200px;
	height: 30px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

#header ul li.navi_yoyaku a.active,
#header ul li.navi_yoyaku a:focus,
#header ul li.navi_yoyaku a:hover {
	background: url(../images/menu_bar_01.gif) no-repeat left bottom;
}

#header ul li.navi_compensation a.active,
#header ul li.navi_compensation a:focus,
#header ul li.navi_compensation a:hover {
	background: url(../images/menu_bar_01.gif) no-repeat -200px -30px;
}

#header ul li.navi_accident a.active,
#header ul li.navi_accident a:focus,
#header ul li.navi_accident a:hover {
	background: url(../images/menu_bar_01.gif) no-repeat -400px -30px;
}

#header ul li.navi_jaf a.active,
#header ul li.navi_jaf a:focus,
#header ul li.navi_jaf a:hover {
	background: url(../images/menu_bar_01.gif) no-repeat -600px -30px;
}



/* -------------------------
 __header2
-------------------------- */

#header2 {
    height:15px;
	margin-top: 0;
	margin-bottom: 0 ;
	padding: 5px 0 0 30px;
	border-top-color:#0099FF;
	border-top-style:solid;
	border-top-width:0px;
	border-bottom-color:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:0px;
}

#header2 .style2 {
font-size:75%;
}







/* -------------------------
 __footer
-------------------------- */

#footer {
	text-align:center;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #CCCCCC url(../images/footer_image.jpg) repeat-x;
	border-top: 0px solid #CCCCCC;
	margin:0;
}

#footer div {
	width: 800px;
	margin: 0 auto;
	padding-top: 0;
}

#footer div ul {
	width: 800px;
	padding:0 20px 40px 20px;
}

#footer div ul li {
	display:inline;
	margin-right: 5px;
	padding-left: 5px;
	background: url(../img/glue_footer.gif) no-repeat left center;
	font-size:80%;
}

#footer div ul li.home {
	padding-left: 0;
	background: none;
}

#footer div ul a {
	color: #3E3D37;
}

#footer div ul a:hover {
	background: none;
	text-decoration: none;
}

#footer div p {
	clear: both;
	font-size:90%;
}

/* -------------------------
 __contents
-------------------------- */

#contents {
	clear: both;
	width: 800px;
	margin-bottom:10px;
	margin-top:15px;
}


/* -------------------------
 __main_area
-------------------------- */

#main_area {
     float: left;
     width: 800px;
	 margin: 0 0 20px 0;
}
 
#main_content {
     float: right;
     width: 570px;
	 border:0px solid #CCCCCC;
	 padding: 0;
}

#main_content .box1 {
     width: 518px;
	 border:2px dotted #AAAAAA;
	 padding: 15px 15px 20px 15px;
	 border-bottom-width:2px;
	 border-bottom-style: dotted;
	 margin:0 0 10px 0;
}

#main_content .box1 p{
margin: 5px ;
}
	 


#main_content .box2 {
     width: 550px;
	 background-color: #FFFFFF;
	 border:0px solid #0099FF;
	 padding: 0 ;
	 border-bottom-width:0px;
	 margin:0 0 0 0;
}


#main_content .box3 {
     width: 518px;
	 background-color: #FFFFFF;
	 padding: 15px  ;
	 border-top:#CCCCCC thin dotted;
	 border-left:#CCCCCC thin dotted;
	 border-right:#CCCCCC thin dotted;
	 border-bottom:#CCCCCC 2px solid;
	 margin:0 0 15px 0;
}

#main_content .box4 {
     width: 530px;
	 background-color: #FFFFFF;
	 border:2px dotted #FFFFFF;
	 padding: 10px 10px 0 10px;
	 margin:0 ;
}


#main_content .box5 {
     width: 518px;
	 background-color: #FFFFFF;
	 border:0px solid #CCCCCC;
	 padding: 0 0 0 10px;
	 border-bottom-width:0px;
	 margin-bottom:10px;
	 font-size:85%;
	 text-align:left;
}


#main_content ul {
	 margin: 0 0 0 25px;
}

#main_content ul li {
	 list-style:disc;
	 line-height:1.4em;
	 margin: 0 0 8px 0;
}

#main_content ol {
	 margin: 20px 0 0 30px;
}

#main_content ol li {
	 list-style:decimal;
	 line-height:1.4em;
	 margin: 0 0 8px 0;
}

#main_content h1 {
	color:#666666;
	text-align:right;
	background-color:#FFFFFF;
	background-position: left top;
	background-repeat:no-repeat;
	font-size:110%;
	border-bottom-color:#CCCCCC;
	border-bottom-style: solid;
	border-bottom-width:0px;
	border-left-color:#CCCCCC;
	border-left-style:solid;
	border-left-width:0px;
	border-right-color:#CCCCCC;
	border-right-style:solid;
	border-right-width:0px;
	border-top-color:#CCCCCC;
	border-top-style:dotted;
	border-top-width:0px;
	margin-bottom:10px; 
	margin-left:0px;
	margin-top:0px;
	padding:0 5px 5px 5px ;
}

#main_content h2 {
	color:#0066CC;
	font-size:120%;
	border-bottom-color:#0066CC;
	border-bottom-style: dotted;
	border-bottom-width:2px;
	margin-bottom:15px; 
	margin-left:0px;
	margin-top:0;
	padding:0 0 5px 5px ;
}

#main_content h3 {
	color:#333333;
	font-size:120%;
	border-bottom-color:#333333;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	margin-bottom:20px; 
	margin-left:0px;
	margin-top:10px;
	padding:5px 0 5px 5px ;
}

#main_content h4 {
	color:#333333;
	font-size:120%;
	font-weight:bold;
	border-bottom-color:#333333;
	border-bottom-style:dotted;
	border-bottom-width:0px;
	margin: 0 0 20px 15px ;
}

#main_content h5 {
	color:#333333;
	font-size:100%;
	font-weight:bold;
	border-bottom-color:#333333;
	border-bottom-style:dotted;
	border-bottom-width:0px;
	margin: 20px 0 15px 5px ;
}

#main_content h6 {
	 margin-left:0px;
	 padding-top:10px;
	 text-align:right;
}

#main_content hr1 {
	border-bottom:400px #009900 ;
	border-bottom-style: solid ;
	size:1px;
}


#navigation_a {
     float: left;
     width: 200px;
	 margin: 0 0 0 20px;
}

#navigation_a p {
	 font-size: 80%;
	 text-align:center;
	 margin: 0 0 0 -10px;
	 padding: 0 ;
}

#navigation_a h1 {
	 margin: 0 0 2px 0 ;
	 padding: 0 ;
}

#navigation_a h2 {
	 margin-top:20px;
	 margin-bottom:5px;
	 background-color:#FFFFFF;
}

#navigation_a h3 {
	 background-color:#FFFFFF;
	 margin-bottom:5px;
	 margin-left: 2px;
}

#navigation_a h4 {
	 margin-top:10px;
	 padding-bottom:20px;
	 background-color:#FFFFFF;
}

#navigation_a h6 {
	 float: left;
	 width:180px;
	 font-size: 90%;
	 font-weight:normal;
	 color:#333333;
	 margin: 0 0 5px 5px;
	 padding:0 0 2px 5px;
	 border-left-color:#CCCCCC;
	 border-left-style: solid;
	 border-left-width:5px;
}


/*-- __Global Navigation --*/

#navigation_a ul,
#navigation_a ul li {
	float: left;
}

#navigation_a ul {
	width: 190px;
	height: 225px;
	background: url(../images/g_navi_01.gif) no-repeat;
	margin-bottom: 10px;
}

#navigation_a ul li a {
	display: block;
	width: 190px;
    height: 45px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

#navigation_a ul li.navi_hiyou a.active,
#navigation_a ul li.navi_hiyou a:focus,
#navigation_a ul li.navi_hiyou a:hover {
	background: url(../images/g_navi_01.gif) no-repeat -190px 0px;
}

#navigation_a ul li.navi_sumai a.active,
#navigation_a ul li.navi_sumai a:focus,
#navigation_a ul li.navi_sumai a:hover {
	background: url(../images/g_navi_01.gif) no-repeat -190px -45px;
}

#navigation_a ul li.navi_house a.active,
#navigation_a ul li.navi_house a:focus,
#navigation_a ul li.navi_house a:hover {
	background: url(../images/g_navi_01.gif) no-repeat -190px -90px;
}


#navigation_a ul li.navi_life a.active,
#navigation_a ul li.navi_life a:focus,
#navigation_a ul li.navi_life a:hover {
	background: url(../images/g_navi_01.gif) no-repeat -190px -135px;
}

#navigation_a ul li.navi_nissan a.active,
#navigation_a ul li.navi_nissan a:focus,
#navigation_a ul li.navi_nissan a:hover {
	background: url(../images/g_navi_01.gif) no-repeat -190px -180px;
}








