@charset "utf-8";
/* CSS Document */

/*==========汎用スタイルここから==========*/
* {
	color: #402A00;
	text-decoration: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	outline:none;
	border-style: none;
	font: normal 100%/2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	text-align: left;
}
html {
	height: 100%;
	width: 100%;
	background-image: url(img/repeatHtml.jpg);
	background-repeat: repeat;
}
body {
	position: relative;
	min-height: 100%;
	width: 100%;
	text-align: center;
	background-image: url(img/repeatBody.jpg);
	background-repeat: repeat-x;
	background-position: 50% 0%;
}
* html body {
	height: 100%;
}
img {
	vertical-align: bottom;
}
.hissu{
	color: #900;
}
.veryStrong {
	color: #004EA2;
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.marginOff {
	margin: 0px;
}
.borderOff {
	border-style: none;
}
.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}
.clearfix {
  _height: 1px;
  min-height: 1px;
  /*￥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*==========汎用スタイルここまで==========*/


/*==========フォントここから==========*/
p,q,blockquote,li,dt,dd {
}
h1,h2,h3,h4,h5 {
	font-size: 80%;
	color: #004EA2;
	font-weight: bold;
}
a {
}
a:hover {
}
/*==========フォントここまで==========*/


/*==========大枠レイアウトここから==========*/
#wrapper {
	height: auto;
	width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
}
#header {
	display: none;
}
hr {
	background-image: url(img/backContent.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 10px;
}
#content {
	position: relative;
	background-color: #F4F4F3;
}
#footer {
	display: none;
}
/*==========大枠レイアウトここまで==========*/


/*==========ヘッダー内レイアウトここから==========*/
.description {
	font-size: 70%;
	color: #2C4159;
	position: absolute;
	top: 10px;
	font-weight: normal;
}
.logo {
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	height: 82px;
	width: 370px;
	position: absolute;
	bottom: 20px;
}
.logo a {
	text-indent: -9999px;
	display: block;
	height: 45px;
	width: 170px;
}

#navMain {
	width: 600px;
	position: absolute;
	right: 0px;
	bottom: 15px;
	text-align: right;
}
#navMain li {
	display: inline;
	margin-left: 15px;
}
#navMain li a {
	font-weight: bold;
	font-size: 80%;
	line-height: 2.5;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
#navMain li a:hover {
	color: #BFA673;
	border-bottom-color: #BFA673;
}

#navSub {
	position: absolute;
	right: 0px;
	background-image: url(img/navSub.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 280px;
	overflow: hidden;
	top: 0px;
	text-align: center;
	padding-top: 5px;
}
#navSub li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#navSub li a {
	font-weight: bold;
	font-size: 80%;
	color: #BFA673;
	line-height: 1.2;
}
#navSub li a:hover {
	color: #FFF;
}

/*==========ヘッダー内レイアウトここまで==========*/


/*==========コンテント内レイアウトここから==========*/
.article {
	position: relative;
}
.article h1 {
	height: 32px;
}
.section{
	position: relative;
}
.aside {
	display: none;
}
#sidebar {
	display: none;
}

/*==========コンテント内レイアウトここまで==========*/

/*==========ここから各個別ページのスタイル=================================================*/
#newCar {
	position: relative;
	margin-bottom: 15px;
}
#newCar .inner {
	float: left;
	width: 304px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-image: url(img/dropshadowCar.png);
	background-repeat: no-repeat;
	height: 228px;
	padding-left: 2px;
	padding-top: 2px;
	background-position: 100%;
	position: relative;
}
#newCar .inner>h2 {
	background-color: #402A00;
	position: absolute;
	z-index: 10;
	width: 300px;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
#newCar .inner>h2 a {
	padding-left: 10px;
	color: #eee;
	font-size: 110%;
	line-height: 1.5;
	font-weight: bold;
	display: block;
}
#newCar .inner>h2 a:hover {
	background-color: #EEE;
	color: #402A00;
}
#newCar .inner>h3 {
	position: absolute;
	z-index: 10;
	bottom: 3px;
	width: 300px;
	background-color: #333;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
#newCar .inner>h3 a {
	display: block;
	color: #FFF;
	text-align: right;
	padding-right: 10px;
	line-height: 1.3;
	font-weight: bold;
}
#newCar .inner>h3 a:hover {
	color: #333;
	background-color: #FFF;
}
#newCar .inner p>a:hover>img {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

#topArticle h2 {
	background-image: url(img/heading1.png);
	background-repeat: no-repeat;
	background-position: 100%;
	height: 32px;
	padding-left: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}
#whatNew {
	min-height: 0px;
}
#whatNew>#inner>h3 {

}

#whatNew>#inner>p {
	margin-bottom: 10px;
	font-size: 80%;
	font-weight: bold;
	background-color: #FFF;
	text-align: center;
	padding: 3px;
}
#whatNew #inner p strong {
	font-size: 130%;
	display: block;
	font-weight: bold;
	text-align: center;
	background-color: #F5A500;
	color: #FFF;
}

#whatNew>#inner>table {
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #fff;
	font-size: 80%;
}
#whatNew>#inner>table th {
	text-align: center;
	width: 180px;
	line-height: 1.3;
	font-weight: bold;
	background-color: #7DB3AE;
	color: #333;
	padding: 3px;
}
#whatNew>#inner>table td {
	line-height: 1.3;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #eee;
}
#whatNew>#inner>table .camHead {
	background-color: #B3D7FF;
	font-size: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#information {
	min-height:100px;
}
#information ul {
	position: relative;
}
#information ul li {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	position: relative;
	padding-top: 10px;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}

#information ul li span {
	display: block;
	width: 100px;
	font-size: 80%;
	font-weight: bold;
	color: #FFF;
	background-color: #402A00;
	line-height: 1.2;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 20px;
	position: absolute;
	left: 10px;
	top: 10px;
}
#information ul li>a {
	font-size: 80%;
	line-height: 1.6;
	text-align: justify;
	display: block;
	padding-left: 130px;
}
#information ul li>a:hover {
	text-decoration: underline;
	color: #004EA2;
}
/*==========トップページここまで==========*/

/*==========車詳細ページここから==========*/
#carArticle {
	width: 640px;
}
#carArticle h1 {
	height: 32px;
}
#carArticle .section {
	background-image: none;
}

#carArticle>.section>p {
	width: 500px;
}
.gallery {
	width: 500px;
	overflow: hidden;
	height: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.gallery tr td {
	height: 94px;
	width: 125px;
	overflow: hidden;
}
#carArticle #jaccs {
	display: none;
}

#carArticle .section ul {
	width: 130px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#carArticle .section ul li {
	font-size: 75%;
	line-height: 2;
	color: #BFA673;
	text-align: left;
	display: block;
	height: auto;
	width: 120px;
	margin-bottom: 5px;
	border: 1px solid #999;
	padding-left: 10px;
}
#carArticle .section ul .printImg {
	display: none;
}
.shiyo   {
	height: auto;
	width: 498px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #402A00;
	border-left-color: #402A00;
	background-color: #ccc;
}
.shiyo tr th {
	font-size: 80%;
	font-weight: bold;
	color: #004EA2;
	background-color: #FFF;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #402A00;
	border-bottom-color: #402A00;
}
.shiyo tr td {
	font-size: 80%;
	font-weight: bold;
	color: #000;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #402A00;
	border-bottom-color: #402A00;
}
/*==========車詳細ページここまで==========*/

