@charset "utf-8";
/* CSS Document */
/******************************************************
	ベース
******************************************************/

/*------------------------------------------------------
 ■ 初期設定（resetting again）
------------------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-size: 14px;*/
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }


/*------------------------------------------------------
 ■ スクロールバー
------------------------------------------------------*/
html{
margin:0 0 1px;
height:100%;
overflow:auto;
scrollbar-arrow-color:white;
scrollbar-face-color:#c9de8a;/*#1E575B;*/
scrollbar-track-color:#F7FAED;
scrollbar-highlight-color:#F7FAED;
scrollbar-shadow-color:#F7FAED;
scrollbar-3dlight-color:#F7FAED;
scrollbar-darkshadow-color:#F7FAED;
}

body {
	line-height: 1em;
	margin: 0;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	text-align: left;
	color:#333;
	zoom:1;
}

/*------------------------------------------------------
 ■ アンカー
------------------------------------------------------*/
a {
	/*color: #3bacb3;*/
	color: #006666;
}
a:hover {
	/*color: #7abd28;*/
	color: #ff8b03;
	text-decoration: underline;
}

/*------------------------------------------------------
 ■ 見出し
------------------------------------------------------*/
h1,div.h1_title {
	font-size: 140%;
	line-height: 100%;
	margin-top:24px;
}


/*------------------------------------------------------
 ■ ラッパー
------------------------------------------------------*/
#wrapper {
	width:910px;
	margin: 0 auto;
	background:white url(img/bg_okayama.gif) no-repeat left 3px;
	margin-top:3px;
	zoom:1;
}

/*------------------------------------------------------
 ■ ヘッダー
------------------------------------------------------*/
#header {
	width:860px;
/*	margin: 0 auto;
	padding-left:8px;*/
	margin-left:30px;
}
#header-main {
	width:860px;
}
#head-left {
	width:450px;
	float:left;
}
#head-left img{
	float:left;
	margin-right:8px;
}
#head-left h1{
	margin-top:24px;
}

/*------------------------------------------------------
 ■ 文字サイズ
------------------------------------------------------*/
#head-right {
	float:right;
	width:220px;
}
#font-zoom {
	width:213px;
	float:right;
}
#font-zoom p{
	font-size:14px;
	width:6em;
	float:left;
	padding-top:8px;
	color:#006100;
	font-weight:bold;
}
#font-zoom ul { width:120px; }
#font-zoom ul li{ float:left; }

#font-zoom ul li a{
	float:left;
	background-repeat: no-repeat;
	background-position: right top;
	width:31px;
	height:34px;
	text-indent:-999px;
	padding-left:8px;
}
#font-zoom ul li.small a{ background-image: url(img/font_small.gif); }
#font-zoom ul li.normal a{ background-image: url(img/font_normal.gif); }
#font-zoom ul li.large a{ background-image: url(img/font_large.gif); }

#font-zoom ul li a:hover{ background-position: right -34px; }
#font-zoom ul li.bot a{ background-position: right -34px; }

/*------------------------------------------------------
 ■ グローバルナビ
------------------------------------------------------*/
#nav {
	margin-top:5px;
}
#nav ul{
	width:860px;
	clear:both;
	zoom:1;
}
#nav ul li{
	float:left;
	height:50px;
	text-indent:-9999px;
}
#nav ul li a{
	display: block;
	height:50px;
	background-repeat: no-repeat;
	background-position: left top;
}
#nav ul li a:hover {
	background-position: left bottom;
}
#nav ul li.bot a{
	background-position: left bottom;
}

#nav ul li.nav01 a{ background-image: url(img/nav_home.gif); width:93px; }
#nav ul li.nav02 a{ background-image: url(img/nav_news.gif); width:93px; }
#nav ul li.nav03 a{ background-image: url(img/nav_about.gif); width:105px; }
#nav ul li.nav04 a{ background-image: url(img/nav_business.gif); width:97px; }
#nav ul li.nav05 a{ background-image: url(img/nav_hoken.gif); width:106px; }
#nav ul li.nav06 a{ background-image: url(img/nav_tokutei.gif); width:137px; }
#nav ul li.nav07 a{ background-image: url(img/nav_iryou.gif); width:126px; }
#nav ul li.nav08 a{ background-image: url(img/nav_link.gif); width:93px; }


/*------------------------------------------------------
 ■ コンテンツベース
------------------------------------------------------*/
#base-wrapper {
	/*border:2px solid #1E575B;*/
	background:white url(img/bg_shadow01.gif) repeat-y 848px;
	width:860px;
	margin-left:30px;
}
#base {
	width:846px;
	border:1px solid #1E575B;
	border-top:0px;
}
#article {
	width:846px;
	padding:0;
	margin:0;
	zoom:1;
}

/*------------------------------------------------------
 ■ フッター
------------------------------------------------------*/
#footer {
	width: 848px;
	position: relative;
}
/* オレンジボーダー */
div.orange-border {
	background-color: #fbaf39;
	height:5px;
	width: 846px;
	z-index:0;
	margin:0;
	padding:0;
	line-height:0;
	font-size:1px;
}
div.orange-shadow {
	background:url(img/bg_footer_02.gif) repeat-x;
	height:8px;
	width: 846px;
	z-index:0;
	margin:0;
	padding:0;
	line-height:0;
	font-size:1px;
}
#footer-main {
	background: url(img/bg_footer_01.gif);
	color:#006100;
	padding-bottom:3px;
	width: 846px;
}
#foot-left {
	/*border:1px solid red;*/
	width:310px;
	float:left;
	padding-left: 20px;
	line-height:1.3em;
	min-height:60px;
	height:auto !important;
	height:60px;
	font-size:12px;
}
#foot-left strong{
	font-size:1.2em;
	line-height:1.4em;
}
#foot-right {
	/*margin-left:340px;*/
	float:right;
	width:510px;
	min-height:60px;
	height:auto !important;
	height:60px;

}

/* ページの上へ移動する */
#footer-pagetop {
	background:url(img/bg_pagetop.gif) no-repeat left top;
	width:193px;
	height:35px;
	position: absolute;
	top:0px;
	right:10px;
	z-index:1;
	padding-left:22px;
	line-height:24px;
}
#footer-pagetop img {
	display:block;
	padding-top:5px;
	float:left;
	margin-right:3px;
}
#footer-pagetop p{
	font-size:12px;
}
#copy{
	clear:right;
	font-size:12px;
	padding-right:20px;
	text-align:right;
	margin-top:45px;
}

/* 影  */
div.border-footer {
	width:860px;/*852*/
	margin-left:30px;
}
div.border-footer p{
	background:white url(img/under.gif) no-repeat left top;
}

/*------------------------------------------------------
 ■ その他
------------------------------------------------------*/
/* NEW! */
.new { color:#f15a24; text-decoration:none; padding-left:3px; }

/* hr-hack */
hr {
	visibility: hidden;
	border:0;
	display: none;
}
div.clear {
	clear:both;
	visibility:hidden;
	border:0;
	height:1px;
	font-size:1px;
	line-height:1px;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 1px;
	line-height: 0;
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */ 

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/*------------------------------------------------------
 ■ ログイン
------------------------------------------------------*/

#insuranse_login_image {
	background-image: url(./img/insurance_login_01_hare.jpg);
	background-repeat: no-repeat;
	display:block;
	height: 132px;
	width: 493px;
	margin-right: auto;
	margin-left: auto;
	text-indent: -9999px;

}
#insuranse_login_text {
	background-image: url(./img/insurance_login_02.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 94px;
	width: 492px;
	display:block;
	text-indent: -9999px;
	margin-right: auto;
	margin-left: auto;
}
#insuranse_login_hikensya {
	background-image: url(../img/insurance_login_03.jpg);
	background-repeat: no-repeat;
	background-position: top;	
	height: 117px;
	width: 493px;
	display:block;
	text-indent: -9999px;
	margin-right: auto;
	margin-left: auto;

}
#insurance_login_hoken {
	background-image: url("../img/insurance_login_04.jpg");
	background-repeat: no-repeat;
	background-position: top;	
	height: 179px;
	width: 476px;
	margin-right: auto;
	margin-left: auto;
}
#insurance_login_sizai {
	background-image: url(../img/insurance_login_05.jpg);
	background-repeat: no-repeat;
	background-position: top;	
	height: 181px;
	width: 493px;
	margin-right: auto;
	margin-left: auto;
}
#insurance_login_userpass {
	display: block;
	width:200px;
	height:60px;
	padding-top: 55px;
	padding-left: 272px;
}
#login_user {
	width: 180px;
	height: 20px;
	
}
#login_pass {
	margin-top: 8px;
	width: 180px;
	height: 20px;
}
#insurance_login_bt {
	display: block;
	width:172px;
	height:41px;
	padding-top: 15px;
	padding-top: 10px;
}
* html #insurance_login_bt {
	width:493px;
	height:66px;

}
#insurance_login_input {
	padding-top: 55px;
	padding-left: 270px;
}
#login_bt {
	padding-left: 181px;
}
