/* CSS Document */

/*-------リセット-------*/

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, li, dl, dt, dd,
table, th, td,
form, fieldset {
	margin: 0;
	padding: 0;
	list-style:none;
　　}
	
img{ border:0;}

/*-------clearfix-------*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*--共通--*/

.arrow_green{
   background:url(imgs/ico_arrow.gif) no-repeat left center; 
   padding-left:18px;
   }
   
.arrow_red{
   background:url(../../../imgs/arrow_r.gif) no-repeat left center;
   padding-left:14px;
    } 

.pagetop{
   background:url(../../../imgs/arrow_u.gif) no-repeat left center;
   padding-left:12px;
   float:right;
   margin-right:23px;
   margin-bottom:20px;/* 2010/03/15追加 */
   }

.cl{
    clear:both;
	}
	
.kome{
   padding-left:1em;
   text-indent:-1em;
   }


#logo{
    float:left;
	}
	
#home{
   margin: 15px 0 10px 25px;
   }

#close_01{
    float:right;
	margin: 15px 5px 10px 0;
	}
	
address{
    clear:both;
    margin-top:15px;
	border-top: #5a5a5a solid 5px; 
	padding:5px;
	}	
	
	

/*--indexページ--*/

/*　2010/03/15追加　*/
#cp_2010{
background:#fff;
margin:10px 0 12px;
}

h2{
   margin:5px auto;
    }

#tokucho{
    background:url(imgs/waku_bg_all.gif) repeat-y bottom ;
	margin:10px 0 12px;
	padding-bottom:8px; 
	width:553px;
	clear:both;
	}
	
#tokucho h2{
    margin:0;
	padding:0;
	clear:both;
	}
	
#tokucho ul li{
    list-style: none;
	padding-bottom: 5px;
	margin-left: 10px;
	}

#tokucho strong{
    margin-right:15px;
	color:#008c00;
	}
	
	
	
.title_bg{
    background:url(imgs/waku_bg_all02.gif) repeat-y bottom ;
	margin:10px 0 12px;
	padding-bottom:8px; 
	width:553px;
	clear:both;
	}
	
.title_bg dd{
	padding:5px 17px 15px;
   }
   
.title_bg ul{
     padding: 2px 0 0 10px; 
	 margin: 0px;
	 list-style-position: outside;
	 }

.title_bg li{
	list-style-type:disc;
	 margin-bottom:5px;
   }



#nagare{
    margin:20px 0;
	}	

#nagare .tit01{
    background:url(imgs/ico_ki.gif) no-repeat left bottom; 
	padding:3px 10px; 
	border-bottom: #74bd41 solid 1px;
	font-weight:bold;
	}
	
#nagare ul{
     margin:0 0 10px 5px;
	 }

#nagare ul .arrow{
    width:147px; 
	float:left; padding-right: 15px; 
	background:url(imgs/arrow_ki.gif) no-repeat right 15px; 
	margin-right:10px;
	}
	
#nagare ul .no-arrow{
    width:147px; 
	float:left;
	}

#chuui{
    clear:both;
	}
	
#chuui ul{
     padding: 2px 0 10px 20px; 
	 margin: 0px;
	 list-style-position: outside;
	 }
	
#chuui li{
     list-style-type:disc;
	 margin-bottom:10px;
	 }
   
/*--faqページ--*/
	
#wrapper{
    width:625px;
	margin:20px;
	}

#header{
     width:625px; 
	 border-bottom:#e60000 solid 10px;
	 }
	 
/*#contents h1,h3{ 
    margin-top:20px;
    margin-bottom:5px; 
	padding-bottom:3px; 
	border-bottom: #FF9999 solid 1px;
	}*/
	
#qa_nav{ 
    width:573px;
	margin:20px auto 30px;
	
	}
	
/*#qa_nav li{
    float:left;
	padding:0 10px 0 17px;
	margin-bottom:10px;
	background:url(imgs/ico_arrow.gif) no-repeat left center;
	}*/
	
.qa_waku{
    background:url(imgs/faq_waku03.gif) no-repeat bottom;
	margin: 30px 26px 10px; 
	padding:8px 0; 
	width:573px;
	clear:both;
	}
	
.qa_waku h2{
    margin:0;
	padding:0;
	clear:both;
	}
	
.qa{
    background:url(imgs/faq_waku02.jpg) repeat-y;
	padding:10px 5px 10px 0;
	}
	
.qa dl{
    margin:0 15px;
	}
	
.qa dl dt .q{
    color:#008c00;
	margin-right:3px;
	}
	
.qa dl dt{
    border-bottom:#74bd41 solid 1px;
	font-weight:bold;
	padding:3px 10px 2px 10px;
	margin-bottom:6px;
	background: url(imgs/q_tit_bg.gif) repeat-x bottom left;
	}
	
.qa dl dd{
     margin-left:8px;
	 }
	 
.qa_number ol{
    margin-left:5px;
	padding-left:20px;
    }
	
.qa_number li{
   list-style-type:decimal;
   padding:0;
    }
/* 2010/03/15追加　*/	
.qa_call{
	width:	554px;
	margin-left:	auto;
	margin-right:	auto;
}
	
/*--オン停ページ--*/

.ontei{
	width:568px;
	margin:40px 28px 8px;
	padding-bottom:10px;
	border-bottom:#666666 dashed 1px;
	clear: both;
	}
	
.ontei img{
	margin: 3px 0;
	}
   
   
.kome_on{
   padding-left:2.1em;
   text-indent:-2.1em;
   }
	
