@charset "UTF-8";

*{
	margin:0;
    padding:0;
    border:none;
}
body {
    margin:0;
    padding:0;
	text-align:center;
	font-size: 12px;
	font-family:"Lucida Grande", sans-serif;
	color:#999;
	line-height:1.8em;
	behavior:url("js/csshover3.htc");
}

/* for WinIE6*/
* html body {
	font-size: 60%;
	font-family: Verdana, "MS P ゴシック", sans-serif;
	letter-spacing: 1px;
	vertical-align:baseline;
}
* html .InsideBox{ 
    bottom: expression(this.parentNode.clientHeight % 2 == 0 ? 0 : -1); 
}

/* for WinIE7*/
*:first-child+html body { 
	font-size: 60%;
	font-family: 'メイリオ', Meiryo, sans-serif;
}

#wrapper{
	position: relative;
	margin: 20px auto;
	padding: 0px;
	width: 840px;
	text-align: center;
	background:url(../img/w_bg_mid.jpg) repeat-y;
	min-width:800px;
	max-width:840px;
}
#wrapper_head{width: 840px;height:12px; background:url(../img/w_bg_top.jpg) no-repeat;}
#wrapper_bottom{width: 840px;height:12px;background:url(../img/w_bg_btm.jpg) no-repeat top center;}

/*--------------------------------------------------------------------------
html//
--------------------------------------------------------------------------*/
html {overflow-y: scroll;}

html,a,form,area,div,img,table,td,th,ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,p {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

h1,h2,h3 { margin:0;}
h1 { font-size:100%;}
/*h1, h2{ font-size:160%; text-indent:-9999px;}
*/
h3{ font-size:120%;}

li{ list-style:none;}

a:link {color:#3178FE; text-decoration:underline;}
a:visited {text-decoration:underline; color:#603;}
a:hover {text-decoration:underline; color:#0C3;}
a:active {text-decoration:underline;}

/*-- ---------------------------------------*/
.anchor_back {
	height:18px;
	display:block;
	background:url(../images/anchor_img.jpg) no-repeat center left;
	text-decoration:none;
	margin:10px 0px;
	padding-left:24px;
	clear:both;
}

/*--------------------------------------------------------------------------
HEADER///
--------------------------------------------------------------------------*/
/*--OPEN//header-------------------------*/
#header_open{
	margin:0px;
}
#header_open h1{
	margin:0px;
	text-indent:-9999px;
}

/*--TOP//header-------------------------*/
#header_top{
	width:836px;
	height:175px;
	margin:2px;
	padding-bottom:10px;
	background: url(../img/top_head.jpg) no-repeat;
	text-align:right;
	line-height:1em;
}
#header_top h1{font-size:80%;padding:0 15px;}
#header_top p{font-size:75%;padding:0 15px;}

/*--INNER//header-------------------------*/
#header{
	width:800px;
	margin: 0px 20px;
	padding-bottom:10px;
	border-bottom: solid #006 1px;
	line-height:1em;
}
#header h1{
	height:60px;
	text-indent: -9999px;
	background: url(../img/main_rogo.jpg) no-repeat;
}
#header h1 a {
	display: block;
	height:60px;
	background: url(../img/main_rogo.jpg) no-repeat;
}
#header h2 {
	position: absolute;
	top: 14px;
	left:140px;
	font-size: 80%;
	font-weight: bolder;
}
#header p {
	position: absolute;
	top: 30px;
	left:140px;
	text-align:left;
	font-size: 10px;
}
#header_btn {
	position: absolute;
	top: 54px;
	right: 20px;
	text-align: right;
}


/*--------------------------------------------------------------------------
PAGEBODY//Flash/mainArea
--------------------------------------------------------------------------*/
#pagebody{
	width:800px;
	margin: 10px 20px;
	color:#666;
	text-align:left;
	float:left;
	display:inline;/*IE6*/
}
/*--flash_area-----------------------------------------*/
#flash_area {
	width:800px;
	margin:0px;
	text-align:center;
}
#top_btn{
	text-align: right;
	margin:10px 0 5px 0;
	float: right;
	display:inline;/*IE6*/
}

/*--------------------------------------------------------------------------
PAGEBODY//OtherPages
--------------------------------------------------------------------------*/
/*-- All//InnnerSet -----------------------------------------*/
#pagebody h2{
	text-align:left;
	margin:0;
}
#counter {
	width:112px;
	height:37px;
	padding-top:5px;
	/*background: url(../common/images/counter_box.jpg) no-repeat;*/
	text-align: center;
	float:left;
	display:inline;/*IE6*/
}
#sub_navi {
	float:right;
	display:inline;/*IE6*/
	margin:0px;
	text-align:right;
}

/*-- old --*/
#page_sign {
	float: left;
	display:inline;/*--IE6--*/
}
#page p#notice_pink {
	width: 100px;
	height: 90px;
	position: absolute;
	background-image:url(../img/ants_pink.png);
	background-repeat:no-repeat;
	top:106px;
	left:900px;
}
#page p#notice_blue {
	width: 100px;
	height: 90px;
	position: absolute;
	background-image:url(../img/ants_blue.png);
	background-repeat:no-repeat;
	top:104px;
	left:650px;
}
#textspot_company {
	position:absolute;
	left:439px;
	top:576px;
	width:270px;
	height:46px;
	z-index:1;
}
#Link_text {
	color: #333;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 12px;
	line-height: 14px;
	float: left;
	display:inline;/*--IE6--*/
	text-align: left;
	width: auto;
}


/*-- old --*/
#contents_title {
	width: 760px;
	float:left;
	display:inline;/*--IE6--*/
}
#topics_title {
	height:auto;
	background-color: #FFC;
	color: #333;
	border: 1px solid #C60;
	text-align: left;
	font-size: small;
	font-weight: bold;
	line-height: 17px;
	margin-bottom: 20px;
	text-indent: 20px;
	padding-top: 10px;
	background-position: center;
	padding-bottom: 10px;
}
#topics_area {
	width: 620px;
	color: #333;
}

/*-- form.html// -----------------------------------------*/
#out {
	width: 800px;
	margin:0px auto;
}
#form{
	width: 750px;
	padding: 10px 10px;
	background-color: #FFFFFF;
	float:left;
}
.title{
margin: 25px 10px 5px 5px;
padding-left: 10px;
font-size: 16px;
font-weight: bold;
color: #521515;
border-left: #521515 solid 20px;
border-bottom: #521515 solid 1px;
}
.question{
width: 160px;
padding-left: 5px;
background-color: #b9d1e7;
color: #000;
font:bolder;
}
.input{
height: 20px;
width: 300px;
background-image: url(img/fm-inputbg.gif);
background-repeat: repeat-x;
border-color:#0000ff;
border-width: 2px;
}

#send_box{
	text-align:center;
}

/*-- agent.html// -----------------------------------------*/
#contents_topics {
	padding:10px;
	margin:0px;
	border: 1px solid #0C6;
}
/*--h_NAVI---------------------------------------------*/
#h_navi {
	height:76px;
	text-align:center;
}
#h_navi ul {
	margin:10px 35px 10px 45px;
	padding:0px;
	list-style:none;
}
#h_navi li,#h_navi a{
	float:left;
	display:inline;/*--IE6--*/
	display:block;
	width:220px;
	height:62px;
	background:url(../img/hoken_link.jpg) no-repeat;
	text-indent:-9999px;
}
#h_navi01 a { background-position: -0 0;}
#h_navi02 a { background-position: -235px 0px;}
#h_navi03 a { background-position: -470px 0px;}
#h_navi01 a:hover { background-position: -0 -65px;}
#h_navi02 a:hover { background-position: -235px -65px;}
#h_navi03 a:hover { background-position: -470px -65px;}

/*-- map.html// -----------------------------------------*/
#map_area {
	width:759px;
	margin: 0px auto;
	border: 1px solid #CCC;
	padding: 20px;
	float: left;
	display:inline;/*--IE6--*/
}

/*-- Inducement.html//勧誘方針 -----------------------------------------*/
#Inducement_area {
	padding:20px;
	border: 1px solid #CCC;
	background:url(../img/Inducement_img.jpg) no-repeat center center;
}
#Inducement_area p{ padding:0; margin:0px;}
#Inducement_area h2 {font-size:120%; margin-top:10px;}
#Inducement_area h3 { margin:0; padding:0px;}



/*-- #privacy.html//プライバシーポリシー -----------------------------------------*/
#privacy_area {
	border: 1px solid #CCC;
	padding:20px;
}
#privacy_area p{ padding:0; margin:0px;}
#privacy_area h2 {font-size:120%; margin-top:10px;}
#privacy_area h3 { margin:0; padding:0px;}

/*-- sitemap.html// -----------------------------------------*/
#sitemap_area_L {
	padding: 10px;
	width: 360px;
	float: left;
	display:inline;/*--IE6--*/
}
#sitemap_area_L h2 {
	font-size:110%; 
	padding-left:15px;
	background:url(../img/midasi_maru.jpg) no-repeat left;
}

#sitemap_area_R {
	padding: 10px;
	width: 360px;
	float: right;
	display:inline;/*--IE6--*/
}
#sitemap_area_R h2 {
	font-size:110%; 
	padding-left:15px; 
	background:url(../img/midasi_maru.jpg) no-repeat left;
}

/*-- link ALL// -----------------------------------------*/
#page_title {
	width: 800px;
	margin-bottom:10px;
	float: left;
	display:inline;/*--IE6--*/
}
#manuArea_LINK {
	width: 90px;
	margin-left:10px;
	float: left;
	display:inline;/*--IE6--*/
}
#Link_btn  {
	width: 180px;
	padding-right:10px;
	float: left;
	display:inline;/*--IE6--*/
}
#Link_btn img{margin-bottom:5px;}
#link_box {
	width: 500px;
	float:left;
	display:inline;/*--IE6--*/
}
.link_box p { padding:0 10px;}
.link_manu { font:110% bold; padding:10px 10px 0 0px;}

/*-- select.html// -----------------------------------------*/
#columu_Q {
	width: 550px;
	height: 340px;
	margin:10px;
	padding:10px;
	text-align:left;
	border: 1px solid #F60;
	background-color: #FFFDE5;
	overflow: scroll;
	float: left;
	display:inline;/*--IE6--*/
}
#columu_Q p {
	color:#333;
	font-weight:bold;
	margin:5px 0;
}
#columu_A {
	width:180px;
	height:340px;
	margin:10px;
	text-align: left;
	float: right;
	display:inline;/*--IE6--*/
}
/*-- テーブルクラス----------------------*/
table{ font-size:12px; 	line-height:1.5;}
.Q_text {color:#666;padding:5px; margin-bottom:10px; text-align:justify;}
.Q_text li{margin-left:10px;list-style-type: disc;}

/*--------------------------------------------------------------------------
FOOTER//
--------------------------------------------------------------------------*/
#footer {
	width:800px;
	margin: 5px 20px;
	padding-top:5px;
	border-top:dotted #999 1px;
	text-align:left;
	line-height:1.0em;
	clear:both;
}
#footer h2 {
	width:110px;
	height:60px;
	text-indent: -9999px;
	background: url(../img/main_rogo.jpg) no-repeat;
	float:left;
	display:inline;/*IE6*/
}
#footer_ad {
	width:280px;
	height:60px;
	margin-left:5px;
	padding-left:5px;
	border-left:dotted #999 2px;
	font-size:11px;
	_font-size:80%;
	float:left;
	display:inline;/*IE6*/
}
#footer_ad li { margin:1px 0; list-style:none; }

#footer h3 {
	/*position:absolute;left:180px;*/
	font-size:10px;
	margin-left:10px;
	padding-left:10px;
	border-left:dotted #999 2px;
	float:left;
	display:inline;/*IE6*/
}
#footer h3 li { margin:1px 0; list-style:none; }

#footer_btn  {
	float:right;
	display:inline;/*IE6*/
	margin-top:28px;
	text-align:right;
}
#footer_txt  {
	width:390px;
	font-size:9px;
	_font-size:70%;
	line-height:1.4em;
	float:right;
	display:inline;/*IE6*/
	text-align:right;
}

#copyright{
	height:20px;
	text-indent: -9999px;
	background:url(../img/copyright.gif) no-repeat;
	clear:both;
}

/*-----------------------------------------------------*/
.clear{ clear:both; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/*-----------------------------------------------------*/
.iepngfix {
  behavior: expression(IEPNGFIX.fix(this));
}


/*--------------------------------------------------------------------------
container//main_area/
--------------------------------------------------------------------------*/
/*
#container02  {
	width: 760px;
	background: #FFFFFF; /
	text-align: left;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#mainContent {
	width: 760px;
	border: 1px solid #999;
	height: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#Inducement_txt {
	font-size: x-small;
	line-height: 16px;
	color: #333;
	list-style-type: disc;
}
ol#Inducement_txt {
}
ol#Inducement_txt li {
	font-size: x-small;
	list-style-type: disc;
	text-align: left;
	line-height: 16px;
	color: #333;
}


#manuArea  {
	height: auto;
	width: 180px;
	background-color: #EBE0D4;
	margin-left: 30px;
	margin-right: 20px;
	float: left;
	display:inline;
}
#mainContent  {
	float: left;
	display:inline;
}
#manu:hover{
	height:66px;
	padding-top: 15px;
	font-size: small;
}

#main_title {
	font-size: large;
	color: #C00;
	line-height: 20px;
	font-weight: bold;
}
#main_text  {
	font-size: x-small;
	color: #069;
	line-height: 15px;
}

.fltrt {
	float: right;
	display:inline;
	margin-left: 8px;
}
.fltlft {
	float: left;
	display:inline;
	margin-right: 8px;
}
.link_p {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}





a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C69;
}
a:hover {
	text-decoration: underline;
	color: #06F;
}
a:active {
}
#header_text_style_select {
	font-size: x-small;
	color: #CCC;
	line-height: 11px;
	text-align: left;
	float: right;
	display:inline;
	margin-top: 3px;
	position: static;
}
#select_frame {
	width: 0px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 6px;
	height: 380px;
	float: left;
	display:inline;
}
#anchor {
	background-color: #FFF;
	text-align: center;
}

dt {
	display:compact;
	text-align: left;
	vertical-align: baseline;
}

#list_text {
	text-align: left;
}
ol#list_text {
}
ol#list_text li {
	text-align: left;
	line-height: 16px;
	padding-right: 10px;
	list-style-type: disc;
}

#list_no_text {
	text-align: left;
}
ol#list_no_text {
}
ol#list_no_text li {
	text-align: left;
	line-height: 16px;
	padding-right: 10px;
	list-style-type: decimal;
}
*/
