﻿@charset "utf-8";

/* default settings */

body{
	margin: 0;
	padding: 0;
	height: 100%;
	line-height: 1.4;
	color: #333;
	background-color: #999;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: small;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

p{
	margin: 0 0 6px 0;
	padding: 0;
	line-height: 1.4;
}

form{
	margin: 0;
	padding: 0;
}

ul{
	margin: 0;
	padding: 0;
}

ol{
	margin: 0;
	padding: 0;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

img{
	border: 0;
}

hr{
	display: none;
}

a:link{
	color: #00c;
}

a:visited{
	color: #666;
}

a:hover{
	color: #fc3;
}

/* basic layout */

#wrap {
	margin: 0 auto;
	width: 760px;
	height: 100%;
	border-left: solid 1px #eee;
	border-right: solid 1px #eee;
	background-color: #282828;
}

#header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 760px;
	height: 72px;
	background-color: #fff;
}

#view {
	width: 760px;
	height: 100px;
}


#contents {
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #fff;
	width: 760px;
	height: auto;
	background-image: url(../images/bgCnt.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

#main {
	padding: 75px 14px 15px 15px;
	position: relative;
	float: left;
	width: 520px;
	height: auto;
	background-color: #f2f2f2;
}

#pickup {
	padding: 15px;
	position: relative;
	float: right;
	width: 180px;
	height: auto;
	background-color: #e5e5e5;
}

#footer {
	padding: 10px;
	width: 740px;
	height: 100px;
	color: #eee;
}

/* common elements */

#header h1 {
	position: absolute;
	top: 16px;
	left: 0;
}

img#emblem {
	position: absolute;
	top: 21px;
	right: 5px;
}

img.banner {
	display: block;
	margin-bottom: 5px;
}

#title {
	margin: 0;
	padding: 10px 0 0 15px;
	border-bottom: solid 1px #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 534px;
	height: 50px;
	background-color: #e7eaf4;
}

#main h3 {
	margin-bottom: 8px;
}

#footer ul {
	margin-bottom: 5px;
	list-style: none;
}

#footer li {
	margin-right: 15px;
	padding-left: 22px;
	float: left;
	background-image: url(../images/arrowGY.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#footer a {
	color: #eee;
	text-decoration: none;
}

#addInfo {
	float: left;
	width: 400px;
}

#footer p#poc {
	float: right;
	width: 200px;
	text-align: right;
}

/* index */

#index #view {
	position: relative;
	width: 760px;
	height: 300px;
}

.cf_element {
	width: 760px;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
}

#cf1 {
	background-image: url(../images/main01.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#cf2 {
	background-image: url(../images/main02.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#cf3 {
	background-image: url(../images/main03.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#topics {
	padding: 15px;
	float: left;
	width: 519px;
	height: 350px;
	background-color: #f2f2f2;
}

#topics dl {
	margin-top: 14px;
}

#topics dt {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 22px;
	border-top: solid 1px #999;
	float: left;
	clear: left;
	width: 88px;
	background-image: url(../images/arrowRD.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#topics dd {
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: solid 1px #999;
	float: left;
	width: 408px;
}

#index #pickup {
	padding: 15px;
	position: relative;
	float: right;
	width: 180px;
	height: 230px;
	background-color: #e5e5e5;
}

/* hotnews */

#hotnews #view {
	background-image: url(../images/viewPalette.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#chirashi {
	margin-bottom: 10px;
}

#dlflash {
	margin-top: 5px;
}

#dlflash img {
	float: left;
}

#dlflash p {
	float: right;
}

/* lineup */

#lineup #view {
	background-image: url(../images/viewSX4.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#lineup #main {
	padding: 75px 10px 15px 15px;
	position: relative;
	float: left;
	width: 524px;
	height: auto;
	background-color: #f2f2f2;
}

h4.linupHl {
	margin-bottom: 1px;
	margin-right: 1px;
	float: left;
}

img.thumbLineup {
	margin-bottom: 1px;
	margin-right: 1px;
	float: left;
}

/* used cars */

#ucar #view {
	background-image: url(../images/viewSwift.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

/* service */

#service #view {
	background-image: url(../images/viewWagonr.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

/* shop information */

#shopinfo #view {
	background-image: url(../images/viewEscudo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

img#shopImg {
	margin-bottom: 1px;
}

dl#shopDetail {
	margin-bottom: 24px;
	float: left;
}

#shopDetail dt {
	padding-left: 20px;
	border-bottom: solid 1px #ccc;
	float: left;
	clear: left;
	width: 64px;
	height: 27px;
	line-height: 27px;
	background-image: url(../images/arrowGY.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#shopDetail dd {
	border-bottom: solid 1px #ccc;
	float: left;
	width: 244px;
	height: 27px;
	line-height: 27px;
}

#boxStaff {
	float: right;
	width: 190px;
	text-align: center;
}

#boxStaff img {
	margin-bottom: 6px;
}

/* odekake */

#odekake #view {
	background-image: url(../images/viewLandy.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#odekake #title {
	padding: 0;
}

.spot {
	margin-bottom: 12px;
	float: left;
	width: 164px;
}

.spot h4 {
	margin-bottom: 8px;
	padding-left: 36px;
	background-image: url(../../odekake/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: small;
}

.spot p {
	padding-right: 5px;
	padding-left: 5px;
}

.spot img {
	margin-bottom: 12px;
}

.floatleft {
	margin-right: 13px;
}

#sakurasaku {
	height: 60px;
}

#sakurasaku img {
	margin-right: 10px;
	float: left;
}

#sakurasaku p {
	float: left;
}

/* company profile */

#company #contents #main dt {
	padding: 5px 10px;
	border-top: solid 1px #ccc;
	float: left;
	clear: left;
	width: 90px;
}

#company #contents #main dd {
	padding: 5px 10px;
	border-top: solid 1px #ccc;
	float: left;
	width: 380px;
}

#company #contents #main dt.last,
#company #contents #main dd.last {
	border-bottom: solid 1px #ccc;
}

/* contact */

table#form {
	margin-top: 12px;
	margin-bottom: 12px;
	border-bottom: solid 1px #ccc;
}

#form th {
	padding: 5px;
	border-top: solid 1px #ccc;
	width: 120px;
	text-align: left;
}

#form td {
	padding: 5px 0;
	border-top: solid 1px #ccc;
	width: 400px;
}

p#formButton {
	padding: 5px 0;
	background-color: #ccc;
	text-align: center;
}

.rq {
	color: #c00;
}

/* privacy policy */

#privacy #contents #main li {
	margin-bottom: 12px;
	margin-left: 20px;
}

#privacy #contents #main ol.assumption {
	margin-top: 12px;
}

#privacy #contents #main .assumption li {
	margin-bottom: 0;
}

p#established {
	text-align: right;
}

/* navigation */

ul#navi {
	padding-top: 1px;
	padding-bottom: 1px;
	width: 760px;
	height: 36px;
	color: #666;
	background-color: #fff;
	list-style: none;
}

#navi li {
	margin-left: 1px;
	float: left;
	width: 189px;
	height: 36px;
	background-image: url(../images/navi.gif);
	background-repeat: no-repeat;
}

#navi li#naviHN {
	margin-left: 0;
	width: 190px;
}

#navi a {
	display: block;
	width: 189px;
	height: 36px;
	background-image: url(../images/navi.gif);
	background-repeat: no-repeat;
	line-height: 36px;
	text-indent: -999px;
}

#naviHN a {
	width: 190px;
}

#naviHN a:hover {
	background-position: 0 -36px;
}

#navi li#naviHN {
	margin-left: 0px;
	width: 122px;
}
#navi li#naviLU {
	width: 121px;
}
#navi li#naviUC, #navi li#naviMA {
	width: 133px;
}
#navi li#naviIN  {
	width: 127px;
}
#navi li#naviSH  {
	width: 119px;
}
#navi a {
	display: block;
	width: 122px;
	height: 36px;
	background-image: url(../images/navi.gif);
	background-repeat: no-repeat;
	line-height: 36px;
	text-indent: -999px;
}

#naviHN a {
	width: 122px;
}

#naviHN a:hover {
	background-position: 0 -36px;
}

#naviLU a {
	width: 121px;
	background-position: -122px 0;
}

#naviLU a:hover {
	width: 121px;
	background-position: -122px -36px;
}

#naviUC a {
	background-position: -243px 0;
	width: 133px;
}

#naviUC a:hover {
	background-position: -243px -36px;
	width: 133px;
}

#naviMA a {
	background-position: -377px 0;
	width: 133px;
}

#naviMA a:hover {
	background-position: -377px -36px;
	width: 133px;
}
#naviIN a {
	background-position: -511px 0;
	width: 127px;
}

#naviIN a:hover {
	background-position: -511px -36px;
	width: 127px;
}
#naviSH a {
	background-position: -638px 0;
	width: 119px;
}

#naviSH a:hover {
	background-position: -638px -36px;
	width: 119px;
}

#hotnews li#naviHN {
	background-position: 0 -72px;
	text-indent: -999px;
}

#lineup li#naviLU {
	background-position: -152px -72px;
	text-indent: -999px;
}

#ucar li#naviUC {
    width: 133px;
	background-position: -304px -72px;
	text-indent: -999px;
}

#service li#naviMA {
	background-position: -377px -72px;
	text-indent: -999px;
}

#shopinfo li#naviSH {
	background-position: -638px -72px;
	text-indent: -999px;
}
#mainte li#naviMA {
	background-position: -377px -72px;
	text-indent: -999px;
}
#inspection li#naviIN {
	background-position: -511px -72px;
	text-indent: -999px;
}
/* MAINTENANCE */
#mainte #view {
	background-image: url(../images/viewWagonr.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#contents .textBoxS {
	width: 180px;
	float: left;
	margin-left: 10px;
	font-size: small;
	line-height: 15px;
	letter-spacing: 1px;
}
#contents .mainImg {
	float: left;
}
#contents .Feature {
	background-color: #FFFFFF;
	border: #999999 solid 1px;
	padding: 7px 4px 7px 7px;
	width: 167px;
	margin-top: 7px;
	color: #0C3682;
	font-size: small;
	line-height: 15px;
	letter-spacing: 1%;
}
#mainte #shopDetail {
	width: 520px;
	margin-bottom: 24px;
	overflow: hidden;
	height: auto;
}
#mainte #shopDetail ul {
	width: 330px;
	margin-bottom: 10px;
	margin-top: 15px;
}
#mainte #shopDetail li {
	padding-left: 20px;
	width: 310px;
	height: 27px;
	line-height: 27px;
	border-bottom: dashed 1px #ccc;
	background: url(../../mainte/images/arrowGR.gif) no-repeat left center;
}
#mainte .mantePoint {
    width: 330px;
	float: left;
}
#mainte dl {
	width: 175px;
	float: right;
}
#mainte dt {
	width: 155px;
	background-color: #666666;
	color: #fff;
	height: 18px;
	line-height: 19px;
}
#mainte dd {
	width: 173px;
	border-bottom: none;
	margin-bottom: 10px;
	height: auto;
	border: solid 1px #999999
}
#mainte p.mainteTxt {
	width: 90px;
	float: right;
	font-size: 9px;
	padding: 5px 5px 0 5px;
	line-height: 12px;
}
#mainte img.sabImgR {
	border: #FFFFFF 2px solid;
}
#mainte .goPrice {
	width: 300px;
	height: 22px;
	margin-bottom: 18px;
}
#mainte .goPrice p {
	padding-left: 10px;
	float: left;
	line-height: 1.6;
	font-size: x-small;
	padding-top: 3px;
}
#maintePrice #main {
	width: 730px;
	position: relative;
	height: auto;
}
#maintePrice #title {
	width: 745px;
}
#maintePrice .shopDetail {
    height: auto;
	overflow: hidden;
}
#maintePrice #pricelist {
	height: 750px;
	overflow: hidden;
	border: 1px #CCCCCC solid;
	width: 100%;
}
#maintePrice .subtitle, #inspection .subtitle {
	background-color:#E6E9F3;
	font-weight:bold;
}
#maintePrice table {
	background-color: #FFFFFF;
	width: 730px;
	margin-bottom: 15px;
}
#maintePrice .odd, #inspection .odd {
    background-color: #CCCCCC;
}
#maintePrice td.subtitle {
    border-bottom: #FFFFFF solid 1px;
}
#maintePrice .title {
    font-weight: bold;
}
#maintePrice .ct{
	text-align: center;
	font-size: 12px;
}
#maintePrice .rt{
	font-weight: bold;
	font-size: 14px;
}
#maintePrice ul{
	width: 730px;
	list-style: none;
}
#maintePrice li{
	float: left;
	width: 155px;
	padding: 7px 0 5px 10px;
	height: 15px;
}
#maintePrice li img{
    padding-right: 5px;
}
#maintePrice #pricelistTab li a{
    color: #0E3384;
	text-decoration: none;
}
#maintePrice #pricelistTab li.open {
    background: url(../../mainte/images/tab01.gif);
    background-position:left top;
    background-repeat:no-repeat;
	margin-bottom: -1px;
}
#maintePrice #pricelistTab li.close {
    background: url(../../mainte/images/tab02.gif);
    background-position:left top;
    background-repeat:no-repeat;
}
#maintePrice #closebox {
	width: 730px;
	text-align: center;
	margin-top: 20px;
}
#maintePrice .printbox {
	position: absolute;
	top: 100px;
	right: 13px;
	width: 97px;
	height: 24px;
}
#maintePrice #list1 {
	height: 750px;
	overflow: hidden;
}

/* INSPECTION */
#inspection #view {
	background-image: url(../images/viewSPLASH.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#inspection	img.mainImg {
    padding-bottom: 20px;
	float: none;
}
#inspection table.printbox {
	width: 520px;
	border: 1px #CCCCCC solid;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}
#inspection .title {
    font-weight: bold;
	background-color: #474747;
	color: #FFFFFF;
}
#inspection .ct {
    font-size:12px;
    text-align:center;
}
/* STAFF */
#staff #view {
	background-image: url(../images/viewLapin.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#staff #title {
	position: absolute;
	padding: 0;
	height: 60px;
}
#staff #staffImg {
    float: left;
	width: 258px;
	height: 334px;
}
#staff #staffImg {
	float: right;
	width: 198px;
	height: 200px;
}
#staff #staffImg ul {
	width: 200px;
	height: auto;
	list-style: none;
	padding-bottom: 3px;
	overflow: hidden;
}
#staff #staffImg li {
	width: 64px;
	height: 64px;
	float: left;
}
#staff #staffImg li a {
    background-repeat:no-repeat;
	display: block;
	height:64px;
	width: 64px;
	text-indent: -999px;
}

#staffImg li#tab001 a#link001 {
    background: url(../../staff/images/staff001.jpg);
}
#staffImg li#tab002 a  {
    background: url(../../staff/images/staff002.jpg);
}
#staffImg li#tab003 a  {
    background: url(../../staff/images/staff003.jpg);
}
#staffImg li#tab004 a  {
    background: url(../../staff/images/staff004.jpg);
}
#staffImg li#tab005 a  {
    background: url(../../staff/images/staff005.jpg);
}
#staffImg li#tab006 a  {
    background: url(../../staff/images/staff006.jpg);
}
#staffImg li#tab007 a  {
    background: url(../../staff/images/staff007.jpg);
}
#staffImg li#tab008 a  {
    background: url(../../staff/images/staff008.jpg);
}
#staff #shopDetail #staffImg li.close a  {
	background-position: -64px 0;
}
#staff #shopDetail #staffImg li.open a, 
#staff #shopDetail #staffImg li a:hover  {
	background-position: 0 0;
}

#staff #shopDetail {
	width: 520px;
	margin-bottom: 15px;
	height: 336px;
	overflow: hidden;
	position: relative;
}
#staff #shopDetail p {
	background: url(../../staff/images/pointTop.gif) no-repeat left center;
	width: 178px;
	float: left;
	padding-left: 10px;
	font-size: x-small;
}
#staff .shopImg {
	right: 8px;
	bottom: 0px;
	position: absolute;
}
#staff #staffBox {
    height: auto;
	overflow: hidden;
}

/* CLEAR FIX */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}