/* ============== リセット ============== */
@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-family: 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	text-align: left;
}

tml, body, div, span, applet, object, iframe, h1, h2, h3,  
h4, h5, h6, p, blockquote, pre, a, abbr, acronym,  
address, big, cite, code, del, dfn, em, font, img, ins,  
kbd, q, s, samp, small, strike, strong, sub, sup, tt,  
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,  
table, caption, tbody, tfoot, thead, tr, th, td{
	padding:0; margin:0;
	text-align:left;
}

.clearfix{
	zoom:100%;
}
.clearfix:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
    

/* ===============================================
　　■　HTML基本
　=============================================== */

body {
height:100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 13px;
	color: #666666;
	background: url(../img/site_bg.jpg) repeat-x ;
}
html>body {
height:100%;


}
/* IE6以下でpadding指定 */
*html body {
padding-left: 1px;

}

/* 半透明化(onmouse時) */
a.alpha_filter:hover img{
filter:alpha(opacity=65); /*IE*/
-moz-opacity:0.65; /*FF*/
opacity:0.65;
}

/* マージン左15px */
.marg_l15{
	margin-left:15px;
}

/* ============== 基本イメージ ============== */
img, img a {
	margin: 0px;
	border:none;
}
dl dd img {
	margin: 0px 0px 1px 3px;
	border: 0px;
	vertical-align: bottom;
}
object {
	margin-left: 10px;
}
/* ============== 基本テキスト ============== */
h1 { font-size: 148%; font-weight: bolder; }
h2 { font-size: 120%; font-weight: bolder; }
h3 { font-size: 111%; font-weight: bolder; }
h4 { font-size: 110%; font-weight: bold; }
h5 { font-size: 110%; font-weight: bold; }
h6 { font-size: 107%; font-weight: bold; }
small {
	font-size: 86%;
}
em {
	font-weight: bold;
}
strong {
	font-weight: bolder;
}
del {
	text-decoration:line-through;
}
ins {
	border-bottom:1px dotted #aaa;
	text-decoration:none;
}
code, var, kbd {
	font-family: 'ＭＳ ゴシック', "Osaka－等幅", monospace;
	line-height: 1.4;
}
/* ============== 基本の色指定 ============== */
a:link, a:visited {
	color: #189BC5;
	text-decoration: none;
}
a:hover, a:active {
	color: #006666;
	text-decoration: underline;
}
pre {
	color: #333;
	background-color: #f5f5f5;
}
blockquote {
	border: 1px;
	border-color: #33995c;
	border-style: dotted;
	background-color: #d9f2e3;
	font-size: 95%;
	color: #888;
}

/* ===============================================
　　■　ページの全体構造
　=============================================== */

#container {
	width: 840px;
	margin: 0px auto;
	text-align: center;
	float:inherit;
	background-color:#FFFFFF;
}


#header {
	float: none;
	clear: both;
	width: 840px;
}

#mainbox {
width: 840px;
background-color:#FFFFFF;
margin-top:1px;
zoom:100%;

}

#mainbox:after{
content:" ";
clear:both;
height:0;
display:block;
visibility:hidden;

}


#leftbox{
width:590px;
float:left;
padding-left:10px;
}

#rightbox{
width:240px;
float:left;
padding-top:10px;

}
*html #rightbox {
padding-top:0px;
padding-left:10px;
}
#footer {
	width:100%;
	height:100px;
	float:left;
	margin: 0px auto;
	text-align: center;
	background:url(../img/foot_bg.jpg) repeat-x #E3E3E3;
	margin-top:20px;
}
#footer2 {
	width:100%;
	height:130px;
	float:left;
	margin: 0px auto;
	text-align: center;
	background:url(../img/foot_bg.jpg) repeat-x #E3E3E3;
	margin-top:20px;
}
#footer_box {
	width: 840px;
	margin: 0px auto;
	text-align:center ;
}

/* ===============================================
　　■ヘッダーTOP
　=============================================== */
.logo {
width:230px;
display:block;
float:left;
}
.h1_text h1 {
margin-top:10px;
margin-bottom:0;
width:840px;
text-align:right;
font-size:12px;
font-weight:normal;
}


#header .s_menu {
float:right;
margin-top:24px;
}
.s_menu ul {
list-style:none;

}
.s_menu li {
float:left;
background-repeat:no-repeat;
background-image:url(../img/s_navi_img.jpg) ;
padding-left:18px;
margin-right:10px;
}


/* ===============================================
　　■グローバルメニュー
　=============================================== */
.g_navi {
background-image:url(../img/g_navi.jpg) no-repeat 0px 0px;
height: 41px;
width:840px;
display:block;
margin-top:8px;
float:left;
}
/* IE6 */
*html .g_navi {
margin-top:11px;
}
/* Firefox */
.g_navi, x:-moz-any-link{
margin-top:10px;
}

.g_navi li {
	list-style-type:none;
	margin:0px;
	float:left;
}
.g_navi li a {
	height:41px;
	display:block;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}

/*off*/
.g_navi .g_navi01 a {
	background:url(../img/g_navi.jpg) no-repeat 0px 0px;
	width:168px;
}
/*hover*/
.g_navi .g_navi01 a:hover {
	background:url(../img/g_navi.jpg) no-repeat 0px -41px;
}
/*on*/
.g_navi .g_navi01_on a {
	background:url(../img/g_navi.jpg) no-repeat 0px -41px;
	width:168px;
}

/*off*/
.g_navi .g_navi02 a {
	background:url(../img/g_navi.jpg) no-repeat -168px 0px;
	width:168px;
}
/*hover*/
.g_navi .g_navi02 a:hover {
	background:url(../img/g_navi.jpg) no-repeat -168px -41px;
}
/*on*/
.g_navi .g_navi02_on a {
	background:url(../img/g_navi.jpg) no-repeat -168px -41px;
	width:168px;
}

/*off*/
.g_navi .g_navi03 a {
	background:url(../img/g_navi.jpg) no-repeat -336px 0px;
	width:168px;
}
/*hover*/
.g_navi .g_navi03 a:hover {
	background:url(../img/g_navi.jpg) no-repeat -336px -41px;
}
/*on*/
.g_navi .g_navi03_on a {
	background:url(../img/g_navi.jpg) no-repeat -336px -41px;
	width:168px;
}

/*off*/
.g_navi .g_navi04 a {
	background:url(../img/g_navi.jpg) no-repeat -504px 0px;
	width:168px;
}
/*hover*/
.g_navi .g_navi04 a:hover {
	background:url(../img/g_navi.jpg) no-repeat -504px -41px;
}
/*on*/
.g_navi .g_navi04_on a {
	background:url(../img/g_navi.jpg) no-repeat -504px -41px;
	width:168px;
}

/*off*/
.g_navi .g_navi05 a {
	background:url(../img/g_navi.jpg) no-repeat -672px 0px;
	width:168px;
}
/*hover*/
.g_navi .g_navi05 a:hover {
	background:url(../img/g_navi.jpg) no-repeat -672px -41px;
}
/*on*/
.g_navi .g_navi05_on a {
	background:url(../img/g_navi.jpg) no-repeat -672px -41px;
	width:168px;
}


/* ===============================================
　　■TOPメインコンテンツ
　=============================================== */

#leftbox .main_photo {
margin-top:10px;

}
*html #leftbox .main_photo {
margin-top:0px;
}

.contact_banner a:hover img {
opacity: 0.7; 
filter: Alpha(opacity=70); 
}
.contact_banner{
margin-top:10px;
margin-bottom:10px;
}


.used_contents {
width:285px;
height:240px;
background-image:url(../img/contents_box_bg285x240.jpg);
background-position:bottom;
float:left;
}
.used_contents a:hover img {
opacity: 0.7; 
filter: Alpha(opacity=70); 
}

.list_box {
width:260px;
height:134px;
padding:14px 10px 10px 10px;
overflow:auto;
}
*html .list_box {
width:280px;
height:150px;

}
.used_contents dt{
background:url(../img/used_img.jpg) no-repeat;
padding-left:22px;
height:20px;
margin-bottom:3px;
}
.used_contents dd {
line-height:1.4em;
border-bottom:#CCCCCC dotted 1px;
padding-left:22px;
padding-bottom:6px;
margin-bottom:7px;
}


.blog_contents {
width:285px;
height:240px;
background-image:url(../img/contents_box_bg285x240.jpg);
background-position:bottom;
float:left;
margin-left:10px;
}
.blog_contents  a:hover img {
opacity: 0.7; 
filter: Alpha(opacity=70); 
}

.list_box {
width:260px;
height:185px;
padding:14px 10px 10px 10px;
margin-top:5px;
overflow:auto;
}
*html .list_box {
width:280px;
height:205px;
}
.blog_contents  dt{
background:url(../img/blog_img.jpg) no-repeat;
padding-left:22px;
height:20px;
margin-bottom:3px;
}
.blog_contents  dd {
line-height:1.4em;
border-bottom:#CCCCCC dotted 1px;
padding-left:22px;
padding-bottom:6px;
margin-bottom:7px;
}

.group {
width:230px;
height:330px;
background-image:url(../img/group_bg.jpg);
background-position:bottom;
background-repeat:no-repeat;
}
.group_title {
margin-bottom:8px;
}
.group_link  {
padding-top:8px;
text-align:center;
}
.group_link a:hover img {
opacity: 0.7; 
filter: Alpha(opacity=70); 
}

.model_list {
width:230px;
height:260px;
background-image:url(../img/model_list_bg.jpg);
background-position:bottom;
background-repeat:no-repeat;
margin-bottom:10px;
}
.model_list  ul{
	list-style-type:none;
}
/*off*/
.model_list .mode_navi01 a {
	background:url(../img/model_list_menu.jpg) no-repeat 0px 0px;
	width:230px;
	height:64px;
	display:block;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;	
}
/*hover*/
.model_list .mode_navi01 a:hover{
	background:url(../img/model_list_menu.jpg) no-repeat -230px 0px;
}


/*off*/
.model_list .mode_navi02 a {
	background:url(../img/model_list_menu.jpg) no-repeat 0px -64px;
	width:230px;
	height:56px;
	display:block;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;	
}
/*hover*/
.model_list .mode_navi02 a:hover{
	background:url(../img/model_list_menu.jpg) no-repeat -230px -64px;
}


/*off*/
.model_list .mode_navi03 a {
	background:url(../img/model_list_menu.jpg) no-repeat 0px -120px;
	width:230px;
	height:55px;
	display:block;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;	
}
/*hover*/
.model_list .mode_navi03 a:hover{
	background:url(../img/model_list_menu.jpg) no-repeat -230px -120px;
}

/*off*/
.model_list .mode_navi04 a {
	background:url(../img/model_list_menu.jpg) no-repeat 0px -175px;
	width:230px;
	height:63px;
	display:block;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;	
}
/*hover*/
.model_list .mode_navi04 a:hover{
	background:url(../img/model_list_menu.jpg) no-repeat -230px -175px;
}


/* ===============================================
　　■セカンドページ共通
　=============================================== */
#leftbox .pankuzu {
margin:5px 0px 15px 5px;
font-size:10px
}

/* ===============================================
　　■製品ラインナップ
　=============================================== */
#leftbox .h2model_title {
display:block;
width:580px;
height:35px;
background:url(../model/img/h2_contents_title.jpg) no-repeat;
text-indent:-9988;
margin-bottom:10px;
}
#leftbox .h2model1_title {
display:block;
width:580px;
height:35px;
background:url(../model/model1/img/h2_contents_title.jpg) no-repeat;
text-indent:-9988;
margin-bottom:10px;
}
#leftbox .h2model2_title {
display:block;
width:580px;
height:35px;
background:url(../model/model2/img/h2_contents_title.jpg) no-repeat;
text-indent:-9988;
margin-bottom:10px;
}
#leftbox .h2model3_title {
display:block;
width:580px;
height:35px;
background:url(../model/model3/img/h2_contents_title.jpg) no-repeat;
text-indent:-9988;
margin-bottom:10px;
}
#leftbox .h2model4_title {
display:block;
width:580px;
height:35px;
background:url(../model/model4/img/h2_contents_title.jpg) no-repeat;
text-indent:-9988;
margin-bottom:10px;
}

.model_index a:hover img {
opacity: 0.7; 
filter: Alpha(opacity=70); 
}
.model_index{
margin-top:10px;
margin-bottom:10px;
}
/* ===============================================
　　■中古車情報
　=============================================== */
#leftbox .h2used_title {
display:block;
width:580px;
height:35px;
background:url(../used/img/h2_contents_title.jpg) no-repeat;
text-indent:-9988;
margin-bottom:10px;
}


/* ===============================================
　　■拠点一覧
　=============================================== */
#leftbox .h2company_title {
display:block;
width:580px;
height:35px;
background:url(../company/img/h2_contents_title.jpg) no-repeat;
text-indent:-9988;
margin-bottom:10px;
}

#leftbox .h2asahikawa_title {
display:block;
width:580px;
height:35px;
background:url(../company/img/h2_asahikawa_title.jpg) no-repeat;
text-indent:-9988;
margin-bottom:10px;
}
#leftbox .h2kitami_title {
display:block;
width:580px;
height:35px;
background:url(../company/img/h2_kitami_title.jpg) no-repeat;
text-indent:-9988;
margin-bottom:10px;
}
#leftbox .h2obihiro_title {
display:block;
width:580px;
height:35px;
background:url(../company/img/h2_obihiro_title.jpg) no-repeat;
text-indent:-9988;
margin-bottom:10px;
}
#leftbox .h2kutchan_title {
display:block;
width:580px;
height:35px;
background:url(../company/img/h2_kutchan_title.jpg) no-repeat;
text-indent:-9988;
margin-bottom:10px;
}

.company_contents {
width:285px;
height:150px;
float:left;
margin-bottom:10px;

}
.company_contents  a:hover img {
opacity: 0.7; 
filter: Alpha(opacity=70); 
}
.company_contents2 {
width:285px;
height:150px;
float:left;
margin-left:10px;
margin-bottom:10px;


}
.company_contents2 a:hover img {
opacity: 0.7; 
filter: Alpha(opacity=70); 
}

.company_map {
margin:10px;

}
.company_contents3 {

}

#leftbox .company_prof{
margin: 0pc 10px 10px 10px;
font-size:12px;
width:560px;
}
#leftbox table.company_prof td {
background-color:#DDE6E3;
padding:10px;
}

#leftbox .company_prof .title {
background-color:#C7D6D0;
text-align:center;
font-weight:bold;
}

.company_img {
margin:0px 10px 10px 10px;
}
.mane_name {
width:auto;
text-align:right;
margin-top:5px;
}
/* ===============================================
　　■お問い合わせ
　=============================================== */
#leftbox .h2contact_title {
display:block;
width:580px;
height:35px;
background:url(../contact/img/h2_contents_title.jpg) no-repeat;
text-indent:-9988;
margin-bottom:10px;
}

/* ===============================================
　　■サイトポリシー
　=============================================== */
#leftbox .h2privacy_title {
display:block;
width:580px;
height:35px;
background:url(../img/sub/h2_privacy_title.jpg) no-repeat;
text-indent:-9988;
margin-bottom:10px;
}
/* ===============================================
　　■リンク
　=============================================== */
#leftbox .h2link_title {
display:block;
width:580px;
height:35px;
background:url(../img/sub/h2_link_title.jpg) no-repeat;
text-indent:-9988;
margin-bottom:10px;
}
/* ===============================================
　　■サイトマップ
　=============================================== */
#leftbox .h2sitemap_title {
display:block;
width:580px;
height:35px;
background:url(../img/sub/h2_sitemap_title.jpg) no-repeat;
text-indent:-9988;
margin-bottom:10px;
}

/* ===============================================
　　■フッター
　=============================================== */
#footer_box .footer_menu {
font-size:12px;
text-align:right;
margin-top:5px;
line-height:1.5em;
}

#footer_box .copyright {
float:left;
text-align:center;
margin-top:20px;
font-size:11px;
}

/*===== 09/08/05 追記文 =====*/

/*右カラムの別ボックスバナー*/
p.side_bana{
	margin:10px 0;
	text-align:left;
}

/*ページの先頭へ*/
.goto_top{
	text-align:right;
	padding:15px 10px;
}

.goto_company_index{
	text-align:center; line-height:16px;
	background:url(../company/img/icon_back_arrow.jpg) no-repeat center;
	background-position:210px;
}