@charset "utf-8";

/* default Style
----------------------------------------------------------- */
@import url("base.css");

/* print
----------------------------------------------------------- 
@import url("print.css");*/

/* -----------------------------------------------------------
 Style Info:トップページ
----------------------------------------------------------- */
ul#gNav li.nav1 a {
	background-image: url(../images/share/nav.gif);
	background-repeat: no-repeat;
	background-position: 0px -44px;
	width: 73px;
}
/* FLASH
------------------------------------------------------------*/
#topFlashContent {
	text-align: center;
	height: 520px;
}
.topBody h1 {
	background-image: url(../images/index/main_flash.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 520px;
	text-indent: -9999px;
}

/* サブエリア
------------------------------------------------------------*/
#sub {
	float: left;
	width: 280px;
}
.module {
	margin-bottom: 30px;
}
#sub h3 {
	clear: both;
	margin-bottom: 10px;
}
dl.news {
	font-size: 11px;
}
dl.news dt {
	margin-top: 7px;
}
dl.news dd {
}
a.btn_grd {
	font-size: 11px;
	display: block;
	background-image: url(../images/share/bg_btn_grd.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #F0F0F0;
	border: 1px solid #E3E4E5;
	text-align: center;
	padding: 1px;
	clear: both;
}
a.btn_grd:hover {
	background-image: url(../images/share/bg_btn_grd_over.gif);
}
#latest_tweet {
	font-size: 11px;
	color: #333;
}
.loading {
	background: url('../images/share/ajax-loader.gif') center no-repeat;
	height: 32px;
}
ul.bnr {
	clear: both;
}
ul.bnr li {
	margin-top: 5px;
}
ul.bnr1 {
	clear: both;
	width: 650px;
	margin-left: -15px;
}
ul.bnr1 li {
	display: inline;
	float: left;
	margin-left: 15px;
}

/* メインエリア
------------------------------------------------------------*/
#main {
	float: right;
	width: 635px;
}
#main h4 {
	border:none;
	margin: 0px;
	padding: 0px;
}

/* タブ検索ツール
------------------------------------------------------------*/
h4.search_ttl {
	text-indent: -9999px;
	float: left;
}
h4.search_ttl a {
	background-image: url(../images/index/ttl_search.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 26px;
	width: 225px;
}
h4.search_ttl a:hover {
	background-position: left bottom;
}
ul.tabNav {
	width: 410px;
	float: right;
	margin: 0px!important;
}
ul.tabNav li {
	display: inline;
	text-indent: -9999px;
	float: left;
}
ul.tabNav li.tb1 a {
	background-image: url(../images/index/tab1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	width: 136px;
	display: block;
}
ul.tabNav li.tb1 a.active {
	background-position: left bottom;
}
ul.tabNav li.tb2 a {
	background-image: url(../images/index/tab2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	width: 136px;
	display: block;
}
ul.tabNav li.tb2 a.active {
	background-position: left bottom;
}
ul.tabNav li.tb3 a {
	background-image: url(../images/index/tab3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	width: 138px;
	display: block;
}
ul.tabNav li.tb3 a.active {
	background-position: left bottom;
}
.tab_wrap {
	background-color: #FFF;
	clear: both;
	width: 613px;
	border: 1px solid #DDDDDE;
	background-image: url(../images/index/search_box_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
	margin-bottom: 20px;
}
.tab_wrap #tab1,
.tab_wrap #tab2,
.tab_wrap #tab3 {
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.tab_wrap #tab1 h5,
.tab_wrap #tab2 h5,
.tab_wrap #tab3 h5 {
	clear: both;
	padding-top: 5px;
}
.tab_wrap #tab1 ul li {
	display: inline;
	float: left;
	width: 118px;
	margin-bottom: 2px;
}
.tab_wrap #tab1 ul li a {
	display: block;
	background-image: url(../images/share/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.5em;
	font-size: 11px;
	padding-left: 8px;
}
.tab_wrap #tab2 ul li {
	display: inline;
	float: left;
	width: 118px;
	height: 30px;
	text-align: center;
	vertical-align: bottom;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}
.tab_wrap #tab2 ul li a {
	display: block;
	font-size: 11px;
}
.tab_wrap #tab3 dl {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.tab_wrap #tab3 dl dt {
	font-weight: bold;
	color: #0066CC;
	float: left;
	margin-right: 7px;
}
.tab_wrap #tab3 dl dd {
	float: left;
	margin-right: 7px;
}
.tab_wrap #tab3 dl dd input[type=text] {
	height: 16px;
	border: 1px solid #CCCCCC;
	width: 280px;
	float: left;
}
.tab_wrap #tab3 dl dd.clear {
	clear: both;
	color: #666666;
	font-size: 10px;
	padding-top: 7px;
	padding-left: 7px;
}
/* 検索ツール
------------------------------------------------------------*/
#searchbox_wrap {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	width: 810px;
	padding: 9px;
	margin-bottom: 15px;
}
#searchbox {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	width: 790px;
}
#searchbox2 {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	width: 280px;
	float: left;
}
/*検索-左*/
dl#srch_left {
	width: 250px;
	float: left;
}
dl#srch_left dt {
	font-weight: bold;
	float: left;
	width: 70px;
	display: inline;
	overflow: hidden;
	clear: both;
	margin-bottom: 7px;
}
dl#srch_left dd {
	margin-bottom: 7px;
	margin-left: 75px;
}
dl#srch_left dd select {
	width: 140px;
	border: 1px solid #CCCCCC;
	height: 19px;
}
dl#srch_left dd input {
	width: 138px;
	border: 1px solid #CCCCCC;
	height: 17px;
}
/*検索-中*/
dl#srch_center {
	float: left;
	padding-left: 19px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	width: 300px;
}
dl#srch_center dt {
	font-weight: bold;
	float: left;
	width: 70px;
}
dl#srch_center dd {
	margin-left: 70px;
	margin-bottom: 7px;
}
dl#srch_center dd select {
	width: 100px;
	border: 1px solid #CCCCCC;
	height: 19px;
}
dl#srch_center dd input {
	width: 178px;
	border: 1px solid #CCCCCC;
	height: 17px;
}
/*検索-右*/
dl#srch_right {
	float: right;
	width: 170px;
	padding-left: 19px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
dl#srch_right dt {
	font-weight: bold;
	float: left;
	width: 60px;
	clear: both;
	margin-bottom: 7px;
}
dl#srch_right dd {
	margin-left: 70px;
	margin-bottom: 7px;
}
dl#srch_right dd select {
	width: 90px;
	border: 1px solid #CCCCCC;
	height: 19px;
}
dl#srch_right dd input {
	width: 178px;
	border: 1px solid #CCCCCC;
	height: 17px;
}
#more_search {
	clear: both;
	padding-top: 10px;
	width: 810px;
}
#more_search a.more {
	display: block;
	background-image: url(../images/car/btn_moresrch_off.gif);
	background-repeat: no-repeat;
	background-position: 0px 0.6em;
	padding-left: 17px;
	font-weight: bold;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 19px;
}
#more_search a.down {
	background-image: url(../images/car/btn_moresrch_over.gif);
}
#more_search a.more span {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
#more_search #searchbtn {
	float: right;
	width: 260px;
	text-align: right;
}
#more_search #searchbtn .condclear {
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}
#more_search #searchbtn .search {
	display: block;
	float: right;
}
#moresearch_area {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 790px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #F3F3F3;
	clear: both;
}
dl#moredl {
	width: 770px;
}
dl#moredl dt {
	float: left;
	margin-bottom: 10px;
	font-weight: bold;
	clear: both;
}
dl#moredl dd {
	margin-left: 75px;
	margin-bottom: 10px;
}
dl#moredl dd.clear {
	clear: both;
}
dl#conddl {
}
dl#conddl dt {
	float: left;
	margin-bottom: 7px;
	font-weight: bold;
	padding-right: 5px;
	color: #993300;
	clear: none;
}
dl#conddl dd {
	margin-bottom: 7px;
	float: left;
	margin-left: 0px;
	padding-right: 11px;
}
dl#conddl dd select {
	width: 73px;
	border: 1px solid #CCCCCC;
	height: 19px;
}
ul.condul {
}
ul.condul li {
	display: inline;
	margin-right: 10px;
	width: 150px;
	float: left;
}
ul.condul li input[type=checkbox] {
	margin-right: 5px;
}
.checksel {
}
/* おすすめ特選車
------------------------------------------------------------*/
#main h3 {
	margin-bottom: 10px;
}
.rcmd_txt {
	font-size: 12px;
	color: #666;
	margin-bottom: 10px;
}
ul#rcmd_car {
	margin-bottom: 10px;
	width: 646px;
	clear: both;
	margin-right: -11px;
}
ul#rcmd_car li {
	display: inline;
	width: 120px;
	float: left;
	margin-right: 11px;
	background-color: #FFF;
	border: 1px solid #E3E4E5;
	background-image: url(../images/index/newcar_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 5px;
	padding-left: 14px;
}
ul#rcmd_car li .pt {
	margin-bottom: 7px;
	text-align: center;
}
ul#rcmd_car li .title a {
	margin-bottom: 5px;
	display: block;
	font-size: 11px;
}
ul#rcmd_car li .price {
	font-size: 11px;
	text-align: right;
	margin-bottom: 5px;
}
ul#rcmd_car li .price span {
	font-size: 14px;
	font-weight: bold;
	color: #900;
	margin-right: 3px;
	margin-left: 3px;
}
ul#rcmd_car li .comment {
	font-size: 11px;
	color: #666666;
}
/*詳細〜YouTube*/
#mid_area {
	clear: both;
}
/*左*/
#mid_area .left {
	float: left;
	width: 520px;
	background-color: #AEA99D;
}
#mid_area .left h4 {

}
#mid_area .siyo_tbl {
	clear: both;
	width: 560px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-bottom: 7px;
}
#mid_area .siyo_tbl th {
	background-color: #F2F2F2;
	text-align: center;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#mid_area .siyo_tbl td {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-align: center;
}
#mid_area .sobi_tbl {
	clear: both;
	width: 560px;
	font-size: x-small;
}
#mid_area .sobi_tbl th {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#mid_area .sobi_tbl td {
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-align: center;
}
/*右*/
#mid_area .right {
	float: right;
	width: 300px;
}
#mid_area .right h4 {
	margin-bottom: 5px;
}
#mid_area .youtube {
	width: 240px;
	background-color: #EDEDED;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 15px;
}
#mid_area ul#news {
	width: 290px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 15px;
}
#mid_area ul#news li {
	margin-bottom: 7px;
}
#mid_area ul#news li a {
	display: block;
}
#mid_area ul#news li span {
	color: #666666;
	margin-right: 7px;
}
#blog {
	margin-bottom: 15px;
}
#blog .pt {
	float: left;
	width: 80px;
	padding-left: 5px;
}
#blog .right {
	float: right;
	width: 210px;
	padding-right: 5px;
}
#blog .title {
	background-color: #F5F5F5;
	font-weight: bold;
}
#blog .date {
	font-size: 10px;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A6908F;
}
#blog .cap {
	font-size: 10px;
	padding-top: 5px;
	margin-bottom: 7px;
}
.pu_ttl {
	margin-bottom: 1px;
	clear: both;
}
ul.pickup li {
	margin-bottom: 1px;
	padding: 0px;
	margin-top: 0px;
}


/** Twit **/
.twit {
	background-color: #cbf2ff;
	padding: 7px;
}
.twitHeader {
	background-color: #fff;
	margin: 0;
	padding: 7px 7px 0 7px;
}
.twitLabel {
	font-weight: bold;
	font-size: 22px;
	color: #33ccff;
}
.twitTitle {
	font-weight: bold;
}
.twitUser {
	background-color: #fff;
	border-bottom: none;
	font-size:160%;
	padding: 7px;
}
.twitUser a{
	color:#222;
	font-weight:bold;
	text-decoration: none;
}
.twitBody {
	background-color: #ffffff;
	padding: 0 7px 7px 7px;
	margin: 0;
	list-style: none;
}
.twitEntry {
	padding: 6px 8px;
	margin: 0;
	border-bottom: dashed 1px #ccc;
	height: auto !important;
}
.twitNavi {
	clear: both;
	text-align: center;
	margin-top: 0;
	padding: 5px;
	background-color: #ffffff;
}
