/* ------- ■全体設定------- */
* {
	margin: 0;
	padding: 0;
}

HTML {
	scrollbar-3dlight-color:#F0F0E0;
	scrollbar-arrow-color:#666666;
	scrollbar-darkshadow-color:#F0F0E0;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#555555;
	scrollbar-shadow-color:#555555;
	scrollbar-track-color:#fff;
}

body {
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 12px;
	color: #cccccc;
	font-weight: normal;
	margin: 0;
}

h2 {
	color: #fff5f5;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

h3 {
	font: bold 100% Arial,sans-serif;
	color: #ffffff;
}

h4 {
	font: bold 100% Arial,sans-serif;
	color: #224422;
	margin: 0px;
	padding: 0px;
}

/* ------- ■リンクの色 ------- */
a:link     {color: #008080; text-decoration: underline;}
a:visited   {color: #006060; text-decoration: underline;}
a:hover   {color: #00BBBB; text-decoration: underline;}

/* ------- ■全体の指定------- */
#inbox {
	MARGIN-LEFT: auto;
	MARGIN-RIGHT: auto;
	width: 720px;
}

/* ------- ■タイトル部分 ------- */
#subTitle {
	width: 720px;
	text-align: left;
	padding: 5px 0px 0px 8px;
}

#title {
	width: 720px;
	height: 42px;
	border-bottom: 1px #224422 solid;
}

.titleLeft {
	float: left;
	width: 480px;
	background-color: #ffffff;
	text-align: left;
	padding: 2px;
}

.titleRight {
	float: right;
	margin: 1px 0px 0px 0px;
}

/* ------- ■トップ部分 ------- */
#top {
	border-bottom: 1px #224422 solid;
	height: 150px;
}

#siteMap{
	float: left;
	width: 140px;
	padding: 0px;
	background-color: #ffffff;
	font-size: 15px;
}

#topLinks{
	margin: 0px;
	padding: 0px;
}

#topLinks a:link, #topLinks a:visited {
	display: block;
	background-image: url("./img/map.gif");
	font-family: Arial,sans-serif;
	font-weight: bold;
	padding: 3px 0px 4px 0px;
	color: #ffffff;
	text-decoration: none;
}

#topLinks a:hover{
	background-color: #008080;
	background-image: url("./img/map2.gif");
	font-weight: bold;
	text-decoration: none;
}

#topImg {
	float: right;
	background-image: url("./img/top.jpg");
	width: 580px;
	height: 150px;
}

.topText {
	text-align: left;
	padding: 0px 0px 0px 180px;
}

/* ------- ■メイン部分 ------- */
#mainLeft{
	float: left;
	width: 220px;
	padding: 0px;
	border-top: 4px #FFBB33 solid;
}

.whatNew{
	text-align: left;
	margin: 0px;
	padding: 0px 0px 10px 5px;
	border-bottom: 4px solid #FFBB33;
}

.whatNewText{
	margin: 0px;
	padding: 0px;
}

.whatNew h4{
	padding: 10px 0px 2px 0px;
	font-size: 16px;
}

.whatNew a{
	display: block;
}

.company{
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}

.companyText{
	margin: 5px 0px 0px 0px;
}

.company h4{
	padding: 10px 0px 2px 0px;
	font-size: 16px;
}

.company img{
	display: block;
}

.shopPhoto{
	margin: 8px 0px 2px 0px;
	padding: 0px 0px;
	border-top: 4px #FFBB33 solid;
	border-bottom: 4px #FFBB33 solid;
}

#mainRight{
	float: right;
	width: 500px;
	padding: 0px;
}

#mainRightTop{
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	background-color: #999999;
}


#mainRightTop h3{
	padding: 0px 0px 5px 0px;
}

#osusumeLeft{
	float: left;
	width: 235px;
	height: 150px;
	padding: 5px;
	margin: 5px;
	background-color: #FFBB33;
}

#osusumeRight{
	float: right;
	width: 235px;
	height: 150px;
	padding: 5px;
	margin: 5px;
	background-color: #FFBB33;
}

#osusumeNext{
	width: 480px;
	height: 50px;
	padding: 0px;
	margin: 0px;
}

.osusume{
	color: #008080;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

.osusumeText{
	text-align: right;
	padding: 5px;
}

#transport{
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	width: 480px;
	height: 30px;
	padding: 5px;
	margin: 10px 0px 1px 0px;
	text-align: left;
	background-color: #696969;
}

#transportImg{
	padding: 0px;
	margin: 0px;
}

.transportPhoto{
	padding: 0px;
	margin: 0px;
}

#newTop{
	width: 480;
	margin: 5px;
}

.newTitle{
	color: #ffff99;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	background-color: #696969;
}

.new{
	height: 40px;
	padding: 5px;
	text-align: left;
	color: #ff0000;
	font-weight: bold;
	background-color: #ffffff;
	border-left: 1px solid #696969;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
}

#supportTop{
	float: left;
	width: 235px;
	margin: 5px;
}

.supportTitle{
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	background-color: #696969;
}

.support{
	height: 140px;
	padding: 5px;
	text-align: left;
	background-color: #ffffff;
	border-left: 1px solid #696969;
	border-right: 1px solid #696969;
	border-bottom: 1px solid #696969;
}

#assessmentTop{
	float: right;
	width: 235px;
	margin: 5px;
}

.assessmentTitle{
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	background-color: #696969;
}

.assessment{
	height: 140px;
	text-align: left;
	padding: 5px;
	background-color: #e6e6e6;
}

#siteInfo{
	color: #cccccc;
	padding: 2px 0px 0px 0px;
	margin-top: 0px;
}

#links{
	width: 720px;
	text-align: left;
	padding: 5px;
	margin: 10px 0px 2px 0px;
	border-top: 1px #008080 solid;
	border-bottom: 1px #008080 solid;
}

.linksText{
	font-weight: normal;
	font-family: Arial,sans-serif;
	line-height: 120%;	
	margin: 0px 5px 5px 10px;
}

/* ------- ■会社概要 ------- */
.gaiyou {
	width: 450px;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
	margin: 20px 0px 20px 30px;
}

.gaiyou2 {
	width: 320px;
	font-size: 12px;
	text-align: left;
	line-height: 150%;
	margin: 0px;
}

.staff {
	width: 450px;
	font-size: 12px;
	text-align: center;
	line-height: 130%;
	margin: 20px 0px 20px 0px;
}

.shop {
	width: 450px;
	font-size: 12px;
	text-align: left;
	line-height: 120%;
	margin: 20px 0px 20px 30px;
}

/* ------- ■お問い合わせ ------- */
.contact {
	width: 450px;
	font-size: 12px;
	text-align: left;
	line-height: 120%;
	margin: 20px 0px 0px 30px;
}

.contactTd {
	font-size: 12px;
	padding: 2px 0px 2px 5px;
}

/* ------- ■サービス案内 ------- */
.service {
	width: 450px;
	font-size: 12px;
	text-align: left;
	line-height: 135%;
	margin: 20px 0px 20px 30px;
}

/* ------- ■在庫情報 ------- */
.stock {
	width: 480px;
	margin: 10px 0px 0px 0px;
}
.stock2 {
	width: 480px;
	margin: 0px 0px 10px 0px;
}
.stockTd {
	border: 1px #696969 solid;
	background-color: #eeeeee;
}

.stockText {
	font-size: 11px;
	text-align: left;
	line-height: 120%;
	margin: 2px 0px 0px 5px;
}

.stockPrice {
	color: #ff0000;
	font-size: 22px;
	font-weight: bold;
	font-family: Arial,sans-serif;
	text-align: left;
	background-color: #ffffff;
	background-image: url("./img/kabe.gif");
	margin: 0px;
	padding: 2px 0px 2px 10px;
}

.stockPrice2 {
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial,sans-serif;
	text-align: left;
	background-color: #ffffff;
	background-image: url("./img/kabe.gif");
	margin: 0px;
	padding: 2px 0px 1px 10px;
}

.stockNext {
	font-size: 16px;
	text-align: center;
	margin: 0px;
}

/* ------- ■車両詳細部分 ------- */
#carTop {
	width: 720px;
}

#carTopTitle {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	background-color: #999999;
	border-bottom: 1px #ffffff solid;
}

#carImg {
	width: 720px;
	background-color: #eeeeee;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}

#carImg2 {
	width: 640px;
	height: 80px;
	margin: 20px 0px;
	padding: 20px 0px;
	background-color: #ffffff;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}

.carText {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

.carText1 {
	color: #ffffff;
	font-size: 16px;
	margin: 0px;
	padding: 10px;
}

.carText2 {
	font-size: 14px;
	margin: 0px;
	padding: 10px;
}

.carText3 {
	color: #ffffff;
	font-size: 12px;
	margin: 0px;
	padding: 5px 10px;
}

.carText4 {
	font-size: 12px;
	margin: 0px;
	padding: 5px 10px;
}

.carText5 {
	color: #ffffff;
	font-size: 12px;
	margin: 0px;
	padding: 10px 8px;
}

.carText6 {
	font-size: 12px;
	padding: 10px;
}


.carText7 {
	font-size: 10px;
	padding: 2px 5px;
}

.carText8 {
	font-size: 10px;
	text-align: center;
	padding: 2px;
}

#form {
	font-size: 12px;
	text-align: left;
	line-height: 120%;
}

.formTd {
	font-size: 12px;
	padding: 2px 0px 2px 5px;
}

#carLinks {
	margin: 0px;
	padding: 0px;
}

#carLinks a:link, #carLinks a:visited {
	display: block;
	background-color: #224422;
	background-image: none;
	font-family: Arial,sans-serif;
	font-weight: bold;
	padding: 6px 0px 6px 0px;
	color: #ffffff;
	text-decoration: none;
}

#carLinks a:hover{
	background-color: #008080;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/* ------- ■フッター部分 ------- */
#footer {
	width: 720px;
	padding: 2px;
}

.copyright  {
	color: #cccccc;
	text-align:center;
}
