body{
	background:url(../img/common/body_bg.jpg) repeat-x;
}

/*  ヘッダー---------------------------------*/
#header{
	width:980px;
	height:150px;/*
	background:url(../img/common/header_bg.jpg) no-repeat;*/
	color:#5a0a00;
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, sans-serif;
}
#header #h1{
	height:22px;
	overflow:hidden;
}
#header h1{
	font-size:13px;
	color:#c9caca;
	color:#a7a7a7;
}
#header #logo{
	width:500px;
	float:left;
}
#header #submenu{
	width:450px;
	float:right;
	text-align:right;
	padding-top:12px;
	padding-right:4px;
	font-size:72%;
}
#header #submenu a.link_blank{
padding-right: 20px;
background: url(/img/common/link_blank_icon.png) no-repeat;
background-position: right center;
}

#submenu a,
#submenu a:visited{
	color:#5a0a00;
	text-decoration:none;
}
#submenu a:hover{
	color:#ffffff;
	text-decoration:none;
}
#globalmenu{
	width:1100px;
	clear:both;
}



/*  ページ構成---------------------------------*/

#contents_wrap{
	width:980px;
	padding-bottom:50px;
}
#contents_left{
	width:717px;
	float:left;
}
#contents_right{
	width:250px;
	float:right;
}
.breadlink{
	font-size:70%;
	padding-bottom:10px;
}
p.totop{
	font-size:12px;
}
p.totop a,.breadlink a, .detail_pagenavi a{color:#0064ff;}
p.totop a:hover,.breadlink a:hover, .detail_pagenavi a:hover{color:#0064ff;}



/*  愛車自慢　ヘッド　---------------------------------*/

#aisya_head{
	width:716px;
	height:149px;
	position:relative;
}
#aisya_head #entry{
	position:absolute;
	width:183px;
	top:19px;
	left:21px;
}
#aisya_head #campaign{
	position:absolute;
	width:183px;
	top:19px;
	right:21px;
}


/*  愛車自慢　ページ下部注意書　---------------------------------*/

#aisya_note{
	margin:20px auto;
	width:500px;
	padding:10px;
	font-size:11px;
	color:#999;
	border:#66CCFF solid 1px;
}
#aisya_note a{
	color:#54b7ef;
	text-decoration:none;
}
#aisya_note a:hover{
	text-decoration:underline;
}

/*  愛車　詳細ページ　---------------------------------*/

#aisya_wrap{
	width:676px;
	background:#FF0000;
	background:url(../img/aisya/aisya_plate_bg.jpg) repeat-y;
	padding:0 20px 20px;
}
.aisya_pagenavi{
	width:676px;
	padding:10px 0;
	text-align:center;
}
.aisya_pagenavi img{
	margin-right:5px;
}


/*  愛車　詳細ページ　写真部分　---------------------------------*/

#aisya_frame_hr{
	width:640px;
	margin:0 auto;
	padding:15px;
	background:#ffffff;/*
	border:solid 1px #fff;*/
}
.aisya_photo_hr{
	width:640px;
}

#aisya_frame_vt{
	width:480px;
	margin:0 auto;
	padding:15px;
	background:#ffffff;/*
	border:solid 1px #fff;*/
}
.aisya_photo_vt{
	width:480px;
}


/*　愛車　詳細ページ　テキスト　-------------------------------*/

#aisya_text_wrap{
	margin:0 auto;
	width:480px;
	padding:16px 20px;
	background:url(../img/aisya/paper.gif);
	font-size:85%;	
	color:#4c4c4c;
}
#aisya_text_head{
	padding-bottom:20px;
	line-height:2.0em;
}

#aisya_text_wrap p.name{
	font-weight:bold;
	background:#FFFF99;
	padding:2px 15px;
	display:inline-block;
	margin-bottom:4px;
}
#aisya_text_wrap p.carmodel{
	font-weight:bold;
	background:#FFFF99;
	padding:2px 15px;
	display:inline-block;
}
#aisya_text_wrap p.carmodel .carmodel_sml{
	font-size:80%;
}
#aisya_text_wrap p.comment{/*
	border-bottom:#66CCCC  2px dashed;
	line-height:1.7em;*/
	font-size:13px;
	background:url(../img/aisya/txt_line.png);
	line-height:28px;
	padding-bottom:12px;
}
#aisya_text_wrap p.date{
	color:#008dce;
	font-size:80%;
}


/*  愛車　詳細ページ　SNS　---------------------------------*/
.aisya_socialBottons{
	width:676px;
	text-align:right;
	padding-bottom:15px;
}



/* 愛車　一覧ページ　---------------------------------*/

#aisya_list_wrap{
	width:684px;
	background:url(../img/aisya/aisya_plate_bg.jpg) repeat-y;
	padding:0 0 1px 32px;
}

.aisya_list{
    float: left;
    margin-right:10px;
	margin-bottom:10px;
	height:450px;
	overflow:hidden;
}
.aisya_list_frame{
	width:190px;
	padding:10px;
	background:#FFFFFF;
	margin-bottom:5px;
}
.aisya_list_photo{
	width:190px;
	/* height:143px; */
	overflow:hidden;
}
.aisya_list_photo:hover{
	opacity:0.8;
}
.aisya_list_text{
	width:190px;
	padding:5px 10px 7px;
	background:#FFFFFF;
	background:url(../img/aisya/paper.gif);
	font-size:70%;
	color:#4c4c4c;
	line-height:1.8em;
}
.aisya_list_text li{
	border-bottom:#66CCCC  1px dashed;
	font-weight:bold;
}
.aisya_list_text li.date{
	color:#008dce;
	font-weight:normal;
}



/* 愛車　一覧ページ　ページナビゲーション---------------------------------*/
#aisya_list_wrap .pagenavi_wrap{
	padding-top:20px;
}
#aisya_list_wrap .pagenavi{
	width:640px;
	font-size:12px;
	line-height:1.8em;
	padding:5px;
	background:#fff;
	background:url(../img/aisya/paper.gif);
	text-align:center;
	margin-bottom:20px;
	color:#008dce;
}
#aisya_list_wrap  .pagenavi .current{
	font-size:12px;
	font-weight:bold;
	border:solid 1px #000000;
	background:#9e0000;
	color:#FFFFFF;
	padding:4px 5px 2px;
	margin-right:3px;
}
#aisya_list_wrap .pagenavi a.square{
	font-size:12px;
	background:#FFFFFF;
	border:solid 1px #bdbdbd;
	color:#676767;
	padding:4px 5px 2px;
	margin-right:3px;
}
#aisya_list_wrap .pagenavi a.square2{
	font-size:12px;
	background:#FFFFFF;
	border:solid 1px #bdbdbd;
	color:#676767;
	padding:5px 3px 3px;
	margin-right:3px;
}
#aisya_list_wrap .pagenavi a,
#aisya_list_wrap .pagenavi a:visited{
	text-decoration:none;
}
#aisya_list_wrap .pagenavi a:hover{
	color:#9e0000;
	text-decoration:none;
}
#aisya_list_wrap .pagenavi a.square:hover,
#aisya_list_wrap .pagenavi a.square2:hover{
	border:solid 1px #9e0000;
	background:#9e0000;
	color:#FFFFFF;
}




/*  右サイド　店舗情報（共通）　---------------------------------*/

.sidebar_wrap{
	width:228px;
	background:#ffffff;
	border:#aa9569 solid 1px;
	padding:10px;
	margin-bottom:18px;
	font-size:75%;
}
.sidebar_wrap_point{
	width:248px;
	background:#ffffff;
	background:url(../img/sidebar/sidebar_point_bg.jpg) no-repeat;
	border:#aa9569 solid 1px;
	padding:0px;
	margin-bottom:18px;
	font-size:75%;
}
.sidebar_wrap a,
.sidebar_wrap_point a{
	color:#0064ff;
}
h3.sidebar_title{
	background:url(../img/sidebar/tab_shop_bg.gif) no-repeat;
	width:240px;
	height:25px;
	padding:5px 0 0 10px;
	margin:0;
	font-size:14px;
	color:#ffe682;
}
.sidebar_wrap p.shop_pic{
	width:180px;
	margin:0 auto;
	padding:10px;
}
.sidebar_wrap p.shop_link{
	text-align:right;
	padding-top:4px;
}
.tbl_shop {
	font-size:90%;
    border-top: 1px solid  #e5e5e5;
    background: none repeat scroll 0% 0% #ffffff;
	border-spacing: 0px;
	border-collapse: separate;
}
.tbl_shop th {
    background: none repeat scroll 0% 0% #f2f2f2;
	font-weight:normal;
}
.tbl_shop th, .tbl_shop td {
    padding: 3px 5px;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle;
	text-align:left;
    word-break: break-all;
}
.tbl_shop td.last {
    border-right: 1px solid #e5e5e5;
}

.sidebar_wrap ul.recommend li{
	border-bottom: 1px solid #d0d0d0;
	padding-bottom:8px;
	margin-bottom:8px;
}
.sidebar_wrap div.reco_txt{
	float:left;
	width:110px;
	padding-left:10px;
	line-height:1.4em;
	font-size:95%;
}
.sidebar_wrap p.reco_image{
	width:100px;
	overflow:hidden;
	float:left;
}
.sidebar_point{
	padding:0 10px 10px;
	font-size:90%;
	line-height:1.4em;
}
.sidebar_wrap_point h4{
	font-weight:bold;
	color:#3e280d;/*
	background:#fff6bb;*/
	padding:5px 10px;
	line-height:1.4em;
}
.sidebar_point p{
	padding-bottom:5px;
}
.sidebar_point p.point_photo{
	text-align:center;
	margin:5px 0;
}
.sidebar_point p.point_btn{
	text-align:center;
	padding:5px 0;
	background:url(../img/sidebar/point_btn_bg.jpg) no-repeat;
	border-top:#fff1c2 solid 1px;
	border-left:#fff1c2 solid 1px;
	border-right:#703d14 solid 1px;
	border-bottom:#703d14 solid 1px;
}
.sidebar_point p.point_btn2{
	text-align:center;
	padding:3px 0;
	background:url(../img/sidebar/point_btn2_bg.jpg) no-repeat;
	border-top:#c9f0ff solid 1px;
	border-left:#96b9dd solid 1px;
	border-right:#436281 solid 1px;
	border-bottom:#436281 solid 1px;
}
.sidebar_point p.point_btn a,
.sidebar_point p.point_btn2 a{
	color:#0050cd;
	text-decoration:none;
	font-weight:bold;
}
.sidebar_point p.point_btn a:hover,
.sidebar_point p.point_btn2 a:hover{
	text-decoration:underline;
}




/*  右サイド（サイト内共通）　---------------------------------*/

#contents_right h2.shoptab{
	background:url(../img/sidebar/tab_shop_bg.gif) no-repeat;
	width:240px;
	height:25px;
	padding:5px 0 0 10px;
	margin:0;
	font-size:14px;
	color:#ffe682;
}
#contents_right h3.shoptab{
	background:#ff8000;
	background:url(../img/sidebar/side_shop_bg.gif) no-repeat;
	padding:2px 5px;
	display:block;
	color:#7f3900;
	font-size:12px;
	font-weight:bold;
	margin-bottom:8px;
	line-height:1.4em;
}
#contents_right h3.shoptab a{
	color:#7f3900;
}
.sidebar_wrap{
	width:228px;
	background:#ffffff;
	border:#aa9569 solid 1px;
	padding:10px;
	margin-bottom:18px;
	font-size:75%;
}
.sidebar_wrap a{
	color:#0064ff;
}
.sidebar_wrap p.carbanner{
	padding-bottom:5px;
}
.sidebar_wrap dd,
.sidebar_wrap dt{
	font-size:95%;
	line-height:1.4em;
}
dt.news_date{
	font-weight:bold;
	color:#4e4a4a;
}
dd.news_title{
	padding-bottom:4px;
	margin-bottom:4px;
	border-bottom: 1px solid #d0d0d0;
}
dt.blog_date{
	font-weight:bold;
	color:#4e4a4a;
}
dd.blog_title{
	padding-bottom:4px;
	margin-bottom:4px;
	border-bottom: 1px solid #d0d0d0;
}

.sidebar_wrap p.shop_pic{
	width:180px;
	margin:0 auto;
	padding:10px;
}
.sidebar_wrap ul.recommend li{
	border-bottom: 1px solid #d0d0d0;
	padding-bottom:8px;
	margin-bottom:8px;
}
p.carlist{
	text-align:center;
}

.sidebar_wrap .store_anchor{
}
.sidebar_wrap .store_anchor a{
	text-decoration:none;
}
.sidebar_wrap .store_anchor .store_name{
	display:block;
	margin-bottom:12px;
}
.sidebar_wrap .store_anchor .category{
	color:#ffffff;
	background:#ffa800;
	padding:0 0 0 5px;
	display:block;
	margin-bottom:2px;
}
.sidebar_wrap .store_anchor:hover .store_name{
	text-decoration:underline;
}
.sidebar_wrap .store_anchor:hover .category{
	background:#ffa800;
	color:#fcff00;
}

.sidebar_wrap div.reco_txt{
	float:left;
	width:110px;
	padding-left:10px;
	line-height:1.4em;
	font-size:95%;
}
.sidebar_wrap p.reco_image{
	width:100px;
	overflow:hidden;
	float:left;
}
.sidebar_point{
	font-size:90%;
	line-height:1.4em;
}
.sidebar_point h4{
	font-weight:bold;
	color:#5b3200;
	background:#fff6bb;
	padding:3px 5px;
	margin-bottom:5px;
}
.sidebar_point p{
	padding-bottom:5px;
}
.sidebar_point p.point_photo{
	text-align:center;
}


/*  右サイド　車種バナー設定（サイト全体で共通）　---------------------------------*/

ul.side_carmodel li{
	width:230px;
	height:45px;
	font-size:12px;
	margin-bottom:5px;
	text-decoration:none;
	overflow:hidden;
	cursor:pointer;
}
ul.side_carmodel li a,
ul.side_carmodel li a:visited{
	color:#a81a13;
	font-weight:bold;
	text-decoration:none;
	display:block;
}
ul.side_carmodel li a:hover{
	color:#da1b11;
	text-decoration:none;
}
ul.side_carmodel li a{
	padding:19px 8px;
}
ul.side_carmodel li.fj a,
ul.side_carmodel li.fj2 a,
ul.side_carmodel li.wrangler a{
	padding:19px 12px;
}
ul.side_carmodel li.hilux a{
        padding:23px 8px;
}
ul.side_carmodel li.surf a{
	padding:23px 8px;
}
ul.side_carmodel li.jeep a{
	padding:22px 12px;
}

/* レクサス ---------------------------------*/
ul.side_carmodel li.lexus{
	background:url(/img/sidebar/ban_side_lexus_bg.jpg) no-repeat 0 0;
}
ul.side_carmodel li.lexus:hover {
	background:url(/img/sidebar/ban_side_lexus_bg.jpg) no-repeat 0 -45px;
}

/* ランクル300 ---------------------------------*/
ul.side_carmodel li.lc300{
	background:url(/img/sidebar/ban_side_300_bg.jpg) no-repeat 0 0;
}
ul.side_carmodel li.lc300:hover {
	background:url(/img/sidebar/ban_side_300_bg.jpg) no-repeat 0 -45px;
}

/* ランクル250 ---------------------------------*/
ul.side_carmodel li.lc250{
	background:url(/img/sidebar/ban_side_250_bg.jpg) no-repeat 0 0;
}
ul.side_carmodel li.lc250:hover {
	background:url(/img/sidebar/ban_side_250_bg.jpg) no-repeat 0 -45px;
}

/* ランクル200 ---------------------------------*/
ul.side_carmodel li.lc200{
	background:url(../img/sidebar/ban_side_200_bg.jpg) no-repeat 0 0;
}
ul.side_carmodel li.lc200:hover {
	background:url(../img/sidebar/ban_side_200_bg.jpg) no-repeat 0 -45px;
}

/* ランクル100 ---------------------------------*/
ul.side_carmodel li.lc100{
	background:url(../img/sidebar/ban_side_100_bg.jpg) no-repeat 0 0;
}
ul.side_carmodel li.lc100:hover {
	background:url(../img/sidebar/ban_side_100_bg.jpg) no-repeat 0 -45px;
}

/* ランクルシグナス ---------------------------------*/
ul.side_carmodel li.lcsignus{
	background:url(../img/sidebar/ban_side_cygnus_bg.jpg) no-repeat 0 0;
}
ul.side_carmodel li.lcsignus:hover {
	background:url(../img/sidebar/ban_side_cygnus_bg.jpg) no-repeat 0 -45px;
}

/* ランクル80 ---------------------------------*/
ul.side_carmodel li.lc80{
	background:url(../img/sidebar/ban_side_80_bg.jpg) no-repeat 0 0;
}
ul.side_carmodel li.lc80:hover {
	background:url(../img/sidebar/ban_side_80_bg.jpg) no-repeat 0 -45px;
}

/* ランクル70 ---------------------------------*/
ul.side_carmodel li.lc70{
	background:url(../img/sidebar/ban_side_70_bg.jpg) no-repeat 0 0;
}
ul.side_carmodel li.lc70:hover {
	background:url(../img/sidebar/ban_side_70_bg.jpg) no-repeat 0 -45px;
}

/* ランクル60 ---------------------------------*/
ul.side_carmodel li.lc60{
	background:url(../img/sidebar/ban_side_60_bg.jpg) no-repeat 0 0;
}
ul.side_carmodel li.lc60:hover {
	background:url(../img/sidebar/ban_side_60_bg.jpg) no-repeat 0 -45px;
}

/* ランクル55 ---------------------------------*/
ul.side_carmodel li.lc55{
	background:url(../img/sidebar/ban_side_55_bg.jpg) no-repeat 0 0;
}
ul.side_carmodel li.lc55:hover {
	background:url(../img/sidebar/ban_side_55_bg.jpg) no-repeat 0 -45px;
}

/* ランクル40 ---------------------------------*/
ul.side_carmodel li.lc40{
	background:url(../img/sidebar/ban_side_40_bg.jpg) no-repeat 0 0;
}
ul.side_carmodel li.lc40:hover {
	background:url(../img/sidebar/ban_side_40_bg.jpg) no-repeat 0 -45px;
}

/* ランクル95 ---------------------------------*/
ul.side_carmodel li.lc95{
	background:url(../img/sidebar/ban_side_95_bg.jpg) no-repeat 0 0;
}
ul.side_carmodel li.lc95:hover {
	background:url(../img/sidebar/ban_side_95_bg.jpg) no-repeat 0 -45px;
}

/* ランクル78 ---------------------------------*/
ul.side_carmodel li.lc78{
	background:url(../img/sidebar/ban_side_78_bg.jpg) no-repeat 0 0;
}
ul.side_carmodel li.lc78:hover {
	background:url(../img/sidebar/ban_side_78_bg.jpg) no-repeat 0 -45px;
}

ul.side_carmodel li.prado{
        background:url(/img/sidebar/ban_side_prado_bg.jpg) no-repeat 0 0;
}
ul.side_carmodel li.prado:hover {
        background:url(/img/sidebar/ban_side_prado_bg.jpg) no-repeat 0 -45px;
}

/* FJクルーザー ---------------------------------*/
ul.side_carmodel li.fj{
	background:url(../img/sidebar/ban_side_fj_bg.jpg) no-repeat 0 0;
}
ul.side_carmodel li.fj:hover {
	background:url(../img/sidebar/ban_side_fj_bg.jpg) no-repeat 0 -45px;
}

/* ハイラックス ---------------------------------*/
ul.side_carmodel li.hilux{
        background:url(../img/sidebar/ban_side_hilux.jpg) no-repeat 0 0;
}
ul.side_carmodel li.hilux:hover {
        background:url(../img/sidebar/ban_side_hilux.jpg) no-repeat 0 -45px;
}

/* サーフ ---------------------------------*/
ul.side_carmodel li.surf{
	background:url(../img/sidebar/ban_side_surf_bg.jpg) no-repeat 0 0;
}
ul.side_carmodel li.surf:hover {
	background:url(../img/sidebar/ban_side_surf_bg.jpg) no-repeat 0 -45px;
}

/* トライトン ---------------------------------*/
ul.side_carmodel li.triton{
    background:url(/img/sidebar/ban_side_triton_bg.jpg) no-repeat 0 0;
}
ul.side_carmodel li.triton:hover {
    background:url(/img/sidebar/ban_side_triton_bg.jpg) no-repeat 0 -45px;
}

/* FJクルーザー輸入 ---------------------------------*/
ul.side_carmodel li.fj2{
	background:url(../img/sidebar/ban_side_fj2_bg.jpg) no-repeat 0 0;
}
ul.side_carmodel li.fj2:hover {
	background:url(../img/sidebar/ban_side_fj2_bg.jpg) no-repeat 0 -45px;
}

/* タンドラ ---------------------------------*/
ul.side_carmodel li.tundra{
	background:url(../img/sidebar/ban_side_tundra_bg.jpg) no-repeat 0 0;
}
ul.side_carmodel li.tundra:hover {
	background:url(../img/sidebar/ban_side_tundra_bg.jpg) no-repeat 0 -45px;
}

/* タコマ ---------------------------------*/
ul.side_carmodel li.tacoma{
	background:url(../img/sidebar/ban_side_tacoma_bg.jpg) no-repeat 0 0;
}
ul.side_carmodel li.tacoma:hover {
	background:url(../img/sidebar/ban_side_tacoma_bg.jpg) no-repeat 0 -45px;
}

/* セコイア ---------------------------------*/
ul.side_carmodel li.sequoia{
	background:url(../img/sidebar/ban_side_sequoia_bg.jpg) no-repeat 0 0;
}
ul.side_carmodel li.sequoia:hover {
	background:url(../img/sidebar/ban_side_sequoia_bg.jpg) no-repeat 0 -45px;
}

/* シエナ ---------------------------------*/
ul.side_carmodel li.sienna{
	background:url(../img/sidebar/ban_side_sienna_bg.jpg) no-repeat 0 0;
}
ul.side_carmodel li.sienna:hover {
	background:url(../img/sidebar/ban_side_sienna_bg.jpg) no-repeat 0 -45px;
}

/* ジープ ---------------------------------*/
ul.side_carmodel li.jeep{
	background:url(../img/sidebar/ban_side_jeep_bg.jpg) no-repeat 0 0;
}
ul.side_carmodel li.jeep:hover {
	background:url(../img/sidebar/ban_side_jeep_bg.jpg) no-repeat 0 -45px;
}

/* ラングラー ---------------------------------*/
ul.side_carmodel li.wrangler{
	background:url(../img/sidebar/ban_side_wrangler_bg.jpg) no-repeat 0 0;
}
ul.side_carmodel li.wrangler:hover {
	background:url(../img/sidebar/ban_side_wrangler_bg.jpg) no-repeat 0 -45px;
}


/* ハイエース ---------------------------------*/
ul.side_carmodel li.hiace{
	background:url(../img/sidebar/ban_side_hiace_bg.jpg) no-repeat 0 0;
}
ul.side_carmodel li.hiace:hover {
	background:url(../img/sidebar/ban_side_hiace_bg.jpg) no-repeat 0 -45px;
}


/* キャラバン ---------------------------------*/
ul.side_carmodel li.caravan{
	background:url(../img/sidebar/ban_side_caravan_bg.jpg) no-repeat 0 0;
}
ul.side_carmodel li.caravan:hover {
	background:url(../img/sidebar/ban_side_caravan_bg.jpg) no-repeat 0 -45px;
}

/* デリカD5 ---------------------------------*/
ul.side_carmodel li.d5{
    background:url(../img/sidebar/ban_side_delica_bg.jpg) no-repeat 0 0;
}
ul.side_carmodel li.d5:hover {
    background:url(../img/sidebar/ban_side_delica_bg.jpg) no-repeat 0 -45px;
}

/* タウンエース ---------------------------------*/
ul.side_carmodel li.townace{
    background:url(../img/sidebar/ban_side_townace_bg.jpg) no-repeat 0 0;
}
ul.side_carmodel li.townace:hover {
    background:url(../img/sidebar/ban_side_townace_bg.jpg) no-repeat 0 -45px;
}
