@charset "Shift_JIS";



/**
 * ダイハツ工業株式会社 カーラインナップ
 *
 * index.css
 * @updated  2013.03.25
 */



/* --------------------------------
	共通レイアウト
-------------------------------- */

/* タブ */
.categoryTabArea {}
.categoryTabArea ul.tab {}
.categoryTabArea ul.tab li { float: left; height: 60px; text-indent: -9999px; font-size: 1px;}
.categoryTabArea ul.tab li a { outline: none; display: block; width: 320px; height: 60px; background: url(../img/category_tab.png) no-repeat;}
.categoryTabArea ul.tab li.tab_01 a {}
.categoryTabArea ul.tab li.tab_02 a { background-position: -320px 0;}
.categoryTabArea ul.tab li.tab_03 a { background-position: -640px 0;}
.categoryTabArea ul.tab li.tab_01 a:hover { background-position: 0 -60px;}
.categoryTabArea ul.tab li.tab_02 a:hover { background-position: -320px -60px;}
.categoryTabArea ul.tab li.tab_03 a:hover { background-position: -640px -60px;}
.categoryTabArea ul.tab li.tab_01 a.current,
.categoryTabArea ul.tab li.tab_01 a.current:hover { background-position: 0 -120px;}
.categoryTabArea ul.tab li.tab_02 a.current,
.categoryTabArea ul.tab li.tab_02 a.current:hover { background-position: -320px -120px;}
.categoryTabArea ul.tab li.tab_03 a.current,
.categoryTabArea ul.tab li.tab_03 a.current:hover { background-position: -640px -120px;}

/* アンカーリンク */
.anchorArea { border-bottom: 1px solid #dbdbdb;}

/* 注釈リスト */
#body .cautionList { margin: 17px 10px 0;}
#body .cautionList p.img { padding: 0 0 10px;}
#body .cautionList table.list { font-size: 83%; line-height: 1.8;}
#body .cautionList table.list td { padding: 0 2px; vertical-align: top;}
#body .cautionList table.list tr.em td { color: #dd1819;}
#body .cautionList table.list tr td em { color: #dd1819; font-weight: normal;}

/* フッター */
#body .footerArea { margin: 40px 0 0; border-top: 1px solid #dbdbdb;}
#body .footerArea .cautionList { margin: 30px 0 0; padding: 12px; border: 1px solid #dbd9d7; background: #fff;}
