@charset "UTF-8";
/* 
autoleasing.css
*/

/* --------------------------------
clearfix
-------------------------------- */

/* --------------------------------
layout
-------------------------------- */
#areaMain {
	float: left;
	width: 600px;
}
#areaSub{
	float: right;
	width: 280px;
}

/* --------------------------------
#crumbNav
-------------------------------- */
#crumbNav {
	background: url(../img/crumbbg.jpg) no-repeat 0 100%;
}
/* --------------------------------
#mainPanel
-------------------------------- */
#mainPanel {
	background: url(../img/toppanelbg.jpg) no-repeat 0 0;
	height: 150px;
}
#mainPanel h1 {
	background: none;
	padding: 55px 0 0 40px;
}
#mainPanel img {
	vertical-align: bottom;
}

/* --------------------------------
.area
-------------------------------- */
.imgRight .image {
	float: right;
	padding-right: 0;
	width: 65px;
}
.imgRight .text {
	float: left;
	padding-right: 0;
	width: 175px;
}

/* --------------------------------
オートリース基本プラン
#areaBasicplan
-------------------------------- */
#areaBasicplan {
	background: #FFF url(../img/basicbg.jpg) no-repeat 100% 100%;
}
li#bscindex a {
	background: #FFF url(../img/bscindex_over.gif) no-repeat 0 0;
	width: 196px; height: 31px;
}
/* --------------------------------
地域密着型のサポート体制
#areaSupport
-------------------------------- */
#areaSupport {
	background: #FFF url(../img/supportbg.jpg) no-repeat 100% 0;
}
li#sptindex a {
	background: #FFF url(../img/sptindex_over.gif) no-repeat 0 0;
	width: 135px; height: 31px;
}
/* --------------------------------
さまざまな車両管理サービス
#areaService
-------------------------------- */
#areaService li {
	float: left;
	width: 287px;
}
li#srvindex a {
	background: #FFF url(../img/srvindex_over.gif) no-repeat 0 0;
	width: 210px; height: 31px;
}
li#srvrisk a {
	background: #FFF url(../img/srvrisk_over.gif) no-repeat 0 0;
	width: 232px; height: 31px;
}
li#srvfueletc a {
	background: #FFF url(../img/srvfueletc_over.gif) no-repeat 0 0;
	width: 269px; height: 31px;
}
li#srvoperation a {
	background: #FFF url(../img/srvoperation_over.gif) no-repeat 0 0;
	width: 169px; height: 31px;
}
li#srvparking a {
	background: #FFF url(../img/srvparking_over.gif) no-repeat 0 0;
	width: 270px; height: 31px;
}
li#srvemergency a {
	background: #FFF url(../img/srvemergency_over.gif) no-repeat 0 0;
	width: 169px; height: 31px;
}

/* --------------------------------
電気自動車（EV）リース
#ev
-------------------------------- */
li#ev a {
	background: #FFF url(../img/ev_over.gif) no-repeat 0 0;
	width: 165px; height: 31px;
}
.new {
	color: #FC300F;
}
/* --------------------------------
特殊車両／環境対応車両
#ecologis
-------------------------------- */
#ecologis li {
	float: left;
	width: 287px;
}
li#ecobutsuryu a {
	background: #FFF url(../img/ecobutsuryu_over.gif) no-repeat 0 0;
	width: 189px; height: 31px;
}
li#ecowelfare a {
	background: #FFF url(../img/ecowelfare_over.gif) no-repeat 0 0;
	width: 108px; height: 31px;
}
/* --------------------------------
その他
#areaOther
-------------------------------- */
#areaOther {
	background: #FFF url(../img/otherbg.jpg) no-repeat 100% 100%;
}
li#othsyokuiki a {
	background: #FFF url(../img/othsyokuiki_over.gif) no-repeat 0 0;
	width: 179px; height: 31px;
}



/* --------------------------------
#sFaq
#sInformation
-------------------------------- */
#sFaq h2 a {
	background: #EEE url(../img/faqttl_over.gif) no-repeat 0 0;
	width: 76px; height: 18px;
}
#sInformation h2 a {
	background: #EEE url(../img/informationttl_over.gif) no-repeat 0 0;
	width: 199px; height: 18px;
}

/* --------------------------------
#sAccountingPrinciples
-------------------------------- */
#sAccountingPrinciples h2 a {
	background: #EEE url(../accounting_principles/img/aplnkttl_over.gif) no-repeat 0 0;
	width: 231px; height: 45px;
}
/* --------------------------------
-------------------------------- */
#sPartner,
#sStart {
	padding: 0;
}
#sPartner p,
#sStart p {
	background: #FFF;
	padding: 0;
}
#sPartner p a,
#sStart p a {
	color:#333;
	display: block;
	border: 1px solid #C7C7BB;
	padding-top: 14px;
}
#sPartner p a span,
#sStart p a span {
	display: block;
}
#sPartner p a span.title,
#sStart p a span.title {
	padding: 0 0 15px 0;
}
#sPartner p a span.text,
#sPartner p a span.image,
#sStart p a span.text,
#sStart p a span.image {
	padding: 0 19px 15px 19px;
}
#sPartner p a span.title,
#sStart p a span.title {
	display: block;
}
#sStart p a span.title { background: url(../img/startttl_over.gif) no-repeat 0 0; }
#sPartner p a span.title {background: url(../img/partnertttl_over.gif) no-repeat 0 0; }
/* リンク反応 */
#sPartner p a:hover,
#sStart p a:hover {
	background-color: #fff; /* IE6用 */
}
#sPartner p a:hover span.title img,
#sStart p a:hover span.title img {
	visibility: hidden;
}

/* --------------------------------
-------------------------------- */
#content .area ul {
	padding-top: 0;
}
#content .area li {
	padding-top: 10px;
}

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

#content .area ul { display: inline-block; }

/* \*/
* html #content .area ul { height: 1%; }
#content .area ul { display: block; }
/* */

