@charset "shift_jis"; 

/* Basic Structure
------------------------------------- */

body {
	text-align: center;
	margin: 0;
	color: #333333;
	font-size: 12px;
	background-color:#292929;
	background:url(../img/shared/y_g_b.jpg) repeat-x #000000;
/*	background-repeat:repeat-x;*/
	font-family: "ＭＳ Ｐゴシック", Osaka,;
}



/* Sentence, Character
------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}

em,
address {
	font-style: normal;
}

p{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	line-height:120%
}
/* List
------------------------------------- */

ul,
ol,
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.type01{
	margin:0 0 0 10px;
	line-height:130%}

/* Form
------------------------------------- */

form {
	margin: 0;
	padding: 0;
	border: 0;
}

/* Table
------------------------------------- */

table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0; /* For NN6.0 higher or Opera*/
}

th,
td {
	padding: 0;
	font-weight: normal;
	font-size:12px
}

/* clearboth
------------------------------------- */
.clearboth{
	line-height:0px;
	margin: 0;
	display: block;
	clear: both;
}

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* Margin & padding
------------------------------------- */

/* Margin */
.m0 {
	margin: 0!important;
}

.m5 {
	margin: 5px!important;
}

.m10 {
	margin: 10px!important;
}

.m20 {
	margin: 20px!important;
}

.mt0 {
	margin-top: 0!important;
}

.mt5 {
	margin-top: 5px!important;
}

.mt10 {
	margin-top: 10px!important;
}

.mt15 {
	margin-top: 10px!important;
}

.mt20 {
	margin-top: 20px!important;
}

.mt25 {
	margin-top: 25px!important;
}

.mt30 {
	margin-top: 30px!important;
}

.mt35 {
	margin-top: 35px!important;
}

.mt40 {
	margin-top: 40px!important;
}

.mt45 {
	margin-top: 45px!important;
}

.mt50 {
	margin-top: 50px!important;
}

.mr5 {
	margin-Right: 5px!important;
}

.mr10 {
	margin-Right: 10px!important;
}

.mr20 {
	margin-Right: 20px!important;
}

.mb0 {
	margin-bottom: 0!important;
}

.mb2 {
	margin-bottom: 2px!important;
}

.mb5 {
	margin-bottom: 5px!important;
}

.mb10 {
	margin-bottom: 10px!important;
}

.mb15 {
	margin-bottom: 15px!important;
}

.mb20 {
	margin-bottom: 20px!important;
}

.mb25 {
	margin-bottom: 25px!important;
}

.mb30 {
	margin-bottom: 30px!important;
}

.mb180 {
	margin-bottom: 180px!important;
}


.ml5 {
	margin-left: 5px!important;
}

.ml10 {
	margin-left: 10px!important;
}

.ml15 {
	margin-left: 15px!important;
}

.ml20 {
	margin-left: 20px!important;
}

/* Padding */
.p0 {
	padding: 0px!important;
}

.p5 {
	padding: 5px!important;
}

.p10 {
	padding: 10px!important;
}

.p15 {
	padding: 15px!important;
}

.p20 {
	padding: 20px!important;
}

.pt0 {
	padding-top: 0px!important;
}

.pt5 {
	padding-top: 5px!important;
}

.pt10 {
	padding-top: 10px!important;
}

.pt15 {
	padding-top: 15px!important;
}

.pt20 {
	padding-top: 20px!important;
}

.pt25 {
	padding-top: 25px!important;
}

.pt30 {
	padding-top: 20px!important;
}

.pr0 {
	padding-right: 0px!important;
}

.pr5 {
	padding-right: 5px!important;
}

.pr10 {
	padding-right: 10px!important;
}

.pr20 {
	padding-right: 20px!important;
}

.pb0 {
	padding-bottom: 0px!important;
}

.pb5 {
	padding-bottom: 5px!important;
}

.pb10 {
	padding-bottom: 10px!important;
}

.pb15 {
	padding-bottom: 15px!important;
}

.pb20 {
	padding-bottom: 20px!important;
}

.pb25 {
	padding-bottom: 25px!important;
}

.pb30 {
	padding-bottom: 30px!important;
}

.pl0 {
	padding-left: 0px!important;
}

.pl5 {
	padding-left: 5px!important;
}

.pl10 {
	padding-left: 10px!important;
}

.pl20 {
	padding-left: 20px!important;
}

.pl25 {
	padding-left: 20px!important;
}

/*text-align
------------------------------------- */
.center{
	text-align:center}
	
.right{
	text-align:right}
	
.left{
	text-align:left}
	
/* Anchor
------------------------------------- */
a {
	font-family: none;/* for mac */
	text-decoration: underline;
}

a:link {
	color: #1E4391;
	text-decoration: underline;
}

a:visited {
	color: #1E4391;
	text-decoration: underline;
}

a:active,a:hover {
	color: #3366FF;
	text-decoration: underline;
}

/*pagetop*/

a.ptop:link,a.ptop:visited {
	color: #999999;
	text-decoration:underline
}

a.ptop:active,a.ptop:hover {
	color: #CCCCCC;
	text-decoration:none
}

/*no_undeline*/

a.line:link,a.line:visited {
	color: #333;
	text-decoration:none;
	font-size:14px;
}

a.line:active,a.line:hover {
	color: #06C;
	text-decoration:underline
}



/* Other
------------------------------------- */

img {
	display: inline;
	vertical-align:top;
}


a img,
.nobdr {
	border: 0 !important;
}

hr {
	display: none;
	margin: 0;
}

.line13{line-height:130%}
.line14{line-height:140%}

.font10{font-size:10px}
.font14{font-size:10px}
	
.fontBlue{
	color:#003399;
	font-weight:bold;
	font-size:14px}

.fontRed{
	color:#CC0000;
	font-size:10px}
	
.fontOrange{
	color: #ff6600;
	font-size:12px;
	font-weight:bold}
	
.fontWhite{
	color:#FFF}
		

/* ==============================================================================
Basic Layout
================================================================================ */

#wrapper {
	margin:0 auto;
	width: 920px;
	text-align: center;
}

#header{
	margin:0 0 0 0;
	width:920px;}

#contents {
	width:920px;
	margin:10px 0 0 0;
	text-align:left}
	
#contentsL {
	width:165px;
	margin:0 0 0 0;
	float:left;}

#contentsR {
	width:730px;
	margin:0 0 10px 0;
	float:right;}

/*for top*/	

#contentsTC {
	width:410px;
	margin:0 0 0 0px;
	float:left;
	}
		
#contentsTR {
	width:304px;
	margin:0 0 0 0px;
	float:right;
	}
		


/* == main menu ============================================================*/

#menuBox {
    width:920px;
	padding:5px 0 0 0;}

#menuHome a{
    background-image: url(../img/shared/mainmenu_home.gif);
	width:115px}
	
#menuNewcar a{
    background-image: url(../img/shared/mainmenu_newcar.gif);
	width:115px}
	
#menuUsed a{
    background-image: url(../img/shared/mainmenu_used.gif);
	width:115px}
	
#menuBuy a{
    background-image: url(../img/shared/mainmenu_buy.gif);
	width:115px}
	
#menuService a{
    background-image: url(../img/shared/mainmenu_service.gif);
	width:115px}
	
#menuShop a{
    background-image: url(../img/shared/mainmenu_shop.gif);
	width:115px}
	
#menuHanbai a{
    background-image: url(../img/shared/mainmenu_hanbai.gif);
	width:115px}
	
#menuContact a{
    background-image: url(../img/shared/mainmenu_contact.gif);
	width:115px}

#menuHome a:hover,
#menuNewcar a:hover,
#menuUsed a:hover,
#menuBuy a:hover,
#menuService a:hover,
#menuShop a:hover,
#menuHanbai a:hover,
#menuContact a:hover,
 {
    background-position: 0px -33px;
	text-decoration:none;}

#menuBox ul li{
    list-style:none;
    float:left;
    text-indent:-9999px;}

#menuBox ul a{
    display:block;
    height:33px;
	text-decoration:none;
	font-size:0;}


/* == h ============================================================*/


h2{
	font-size:14px;
	font-weight:bold;
	padding:6px 0 8px 18px;
	background: url(../img/shared/h2.gif) no-repeat;
	margin:10px 0 10px 0}

h2.item{
	font-size:20px;
	font-weight:bold;
	padding:8px 0 8px 14px;
	background: #666;
	margin:8px 0 10px 0;
	color:#FFFFFF}

h3{
	font-size:14px;
	font-weight:bold;
	border-bottom: 1px solid #B2A397;
	padding:12px 0 7px 12px;
	color:#7C471F;
	margin:0px 0 10px 0}
	
/* == table ============================================================*/

table.ver01 {
	width:620px;
	border-collapse: collapse;
	margin: 0 0 12px 0;
}

table.ver01 th {
	padding: 6px;
	white-space: nowrap;
	border: 1px solid #999999;
	line-height:130%;
	text-align:center;
	background-color:#666666;
	color:#FFFFFF
}

table.ver01 td {
	padding: 6px;
	border: 1px solid #B2B2B2;
	line-height:130%;
	text-align:left;
	background-color:#FFFFFF
}

table.ver02 {
	width:360px;
	border-collapse: collapse;
	margin: 0 0 12px 0;
}

table.ver02 th {
	padding: 4px;
	white-space: nowrap;
	border: 1px solid #999999;
	line-height:120%;
	text-align:center;
	background-color:#666666;
	color:#FFFFFF
}

table.ver02 td {
	padding: 6px;
	border: 1px solid #B2B2B2;
	line-height:130%;
	text-align:left;
	background-color:#FFFFFF
}

table.ver03 {
	border-collapse: collapse;
	margin:0 0 5px 0
}

table.ver03 td {
	padding: 4px;
	text-align:left;
}

table.ver04 {
	width:305px;
	border-collapse: collapse;
	margin: 0px 0 10px 0;
}

table.ver04 th {
	width:90px;
	padding: 4px;
	white-space: nowrap;
	border: 1px solid #000000;
	line-height:120%;
	text-align:center;
	background-color:#333333;
	color:#FFFFFF
}

table.ver04 td {
	padding: 6px;
	border: 1px solid #000000;
	line-height:130%;
	text-align:center;
	background-color:#FFFFFF
}

/* == top contents ============================================================*/

/*QR*/
#qr{
	background-color:#FFF;
	text-align:center;
	font-size:10px;
	padding:5px 0;
	margin:10px 0 0 0}

/*whatsnew*/
#whats{
	width:390px;
	height:120px;
	background:#E6E6E6;
	margin-bottom:15px
	}

*#whatsSc{
	width: 390px;
	height: 120px;
	overflow: auto;}

#whats .whatsL{
	width:65px;
	float:left;
}

#whats .whatsR{
	width:290px;
	float:right;
}

.whatsTxt{
	font-weight:bold;
	color:#666666;
	line-height:120%}

/*newcar*/

.newcarL{
	width:140px;
	float:left;
	border: #3CF 6px ridge;
	background-color:#FFFFFF;
	}
	
.newcarR{
	width:140px;
	float:right;
	border:#3CF 6px ridge;
	background-color:#FFFFFF}
	
.newcarPH{
	margin:7px 0 2px 0;
	text-align:center}

.newcarFrame{
	padding:0 7px 6px 7px;
	height:90px}

.newcarName{
	font-size:14px;
	font-weight:bold;
	line-height:110%}

.newcarGrade{
	font-size:10px;
	line-height:130%;
	font-weight:bold}

.newcarYear{
	float:left;
	width:50px}

.newcarDistance{
	float:right;
	width:60px;
	text-align:right}

.newcarShop{
	font-size:10px}

.newcarTtl{
	float:left;
	font-size:10px;
	width:40px}
	
.newcarPrice{
	float:right;
	font-size:16px;
	font-weight:bold;
	width:80px;
	color: #C00;
	text-align:right;
	margin:3px 0 0 0}


/*oldcar*/

.oldcarFrame{
	width:730px}

#oldcar{
	height:165px;
	background:url(../img/top/oldcar_bg.gif) repeat-x;
	border-left:#B3B3B3 solid 1px;
	border-bottom:#B3B3B3 solid 1px;
	border-right:#B3B3B3 solid 1px;}

#oldcar .oldcarL{
	width:125px;
	float:left;
	padding:15px 0 15px 17px;}

.oldcarFont{
	font-size:14px;
	font-weight:bold;
	padding-top:3px;}
	
.oldcarPrice{
	font-size:14px;
	font-weight:bold;
	color:#FF3300;}
	
/*selectcar*/

#selectCar{
	float:left;
	width:462px;}

#selectShop{
	float:right;
	width:253px}

/*info*/

#infoFrame{
	width:730px;
	padding:15px 0 0 0;}
	
.info{
	border:#999999 1px solid;
	padding:10px;}
	
.info .photo{
	width:210px;
	float:left}
	
.info .textarea{
	width:490px;
	float:right}

/*event*/

#event{
	width:410px;
	float:right;
	padding:0 0 15px 0}
	
#event #eventBody{
	height:160px;
	background-color:#FFFFFF;
	padding:15px;}
	
*#eventSc{
	width: 380px;
	height: 160px;
	overflow: auto;}
	  
#event .eventL{
	width:85px;
	height:70px;
	float:left}

#event .eventR{
	width:270px;
	height:70px;
	float:right;
}
	
#event .eventTtl{
	font-weight:bold;
	color:#2D4A9E;
}


/*pagetop*/

.pagetop{
	font-size:10px;
	text-align:right;
	padding:10px 0 0 0}

	
/* == inside ============================================================*/

#inside{
	padding:10px 15px;
	background-color:#ffffff;}
	
p.insideText{
	line-height:150%;}	

/*div design*/	
.frame01{
	background-color: #000066;
	color:#FFFFFF;
	font-weight:bold;
	padding:7px}
	
/*company*/

p.comText{
	color:#006699;
	font-size:14px;
	line-height:130%}

.dotline{
	border-bottom:#999999 dotted 1px;
	margin:10px 0;}

/*shop*/

.shopFrameL{
	float:left;
	width:320px}	

.shopFrameR{
	float:right;
	width:360px}	

.shopFrameL2{
	float:left;
	width:250px}	

.shopFrameR2{
	float:right;
	width:430px}	
	
/*prototype*/

table.proto {
	border-collapse: collapse;
	margin:0 0 5px 0;
	color:#FFFFFF;}

table.proto td {
	padding: 4px;
	text-align:left;}

.protoWaku{
	border:#999 solid 1px;
	width:910px;
	padding:5px;
	background-color:#333333}
	
/* == parts hanbai ============================================================*/

.PHframeL{
	width:600px;
	float:left;}
	
.PHframeR{
	width:305px;
	float:right}

.PHframeR .PriceBox{
	background:url(../parts/img/bg_price.gif) no-repeat #333;
	color:#FF0;
	font-size:36px;
	font-weight:bold;
	margin:0 0 8px 0;
	padding:40px 10px 10px 0;
	text-align:right}
	
.carType{
	font-size:12px;
	font-weight:bold;
	padding:8px 0 8px 14px;
	background: #666;
	margin:8px 0 0 0;
	color:#FFFFFF;}
	
.BtnContact a{
	display:block;
	background-image:url(../parts/img/btn_contact.gif);
	width:224px;
	height:61px}

.BtnContact a:hover {
    background-position: 0px -61px;
	text-decoration:none;}
	
.otherInfo{
	padding:10px;
	line-height:140%;
	background-color:#FFF}
	
.otherInfo .InfoL{
	width:600px;
	float:left;}
	
.otherInfo .InfoLs{
	width:250px;
	float:left;}
	
.otherInfo .InfoR{
	width:230px;
	float:right;}
	
#shopName{
	font-size:18px;
	font-weight:bold;
	line-height:140%;
	padding:0 0 5px 0}
	
/*QA*/

.QAL{
	width:10px;
	padding: 3px;
	float:left;
	background-color: #A2CADD;
	font-weight:bold}
	
.QAR{
	width:670px;
	float:right;
	padding: 3px;}

.QAL02{
	width:10px;
	padding: 3px;
	float:left;
	background-color:#CCCCCC;
	font-weight:bold}
	
	
<!--ブログ用-->


/*コンテナ*/
div#container {
	width:920px;
	margin:auto;
	text-align:left
}

/*header*/
div#header{
	background-color:#CCCCCC}

div#header h1{
	font-size:18px;
	margin:20 10px;}
	
div#header h1 a{
	text-decoration:none;
	color:#0066CC}
	
div#header p{
	font-size:12px;
	margin:5px}	
	
/*記事*/
div.post{
	border:solid 1px #999999;
	padding:5px;
	margin:10px auto;
	background-color:#FFFFFF;
}
	
h4.blogttl{
	font-size:16px;
	border-bottom:solid 1px #CCCCCC;
	margin:3px 0 3px 3px;
	padding:3px;
	font-weight:bold}
	
h4.blogttl a{
	text-decoration:none;
	color:#36C;}

div.honbun{
	font-size:12px;
	line-height:140%;
	margin:5px}

div.honbun p{
	margin-top:10px}
	
p.postinfo{
	font-size:12px;
	color:#999999;
	text-align:right;
	margin:10px 5px;
	clear:both}
	
p.postinfo a {
	color: #333333}

/*記事中の画像*/

div.honbun img{
	border:none}

/*ページリンク*/

p.pagelink a{
	font-size:10px;
	color:#666;}
	
span.pageprev{
	float:left}
	
span.pagenext{
	float:right}
	
/*201004追加*/
.topHide{
	font-size:0px;
	color:#000}
	
#placeholder{
	width:920px;
	height:400px;
	margin:18px 0 0 0;
	/*20pxにすると隙間があく*/
	/*margin:18px 0 0 0;*/
}
