/*==============================
   XHTML 1.0 Transitional
==============================*/
.clearAll {clear: both;}
.clearLeft {clear: left;}
.clearRight {clear: right;}
.clFloatLeft {float: left;margin: 5px;}
.clFloatRight {float: right;margin: 5px;}

* {
	padding: 0px;
	margin: 0px;
}
img {
	border: none;
	padding: 0px;
	margin: 0px;
}

/* CSSハック
------------------------------------------------------------ */
.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 */

/*-- Menu Block ----------------------------------------------*/

div#idDivMainNavi {
	text-align: center;
	float: right;
	margin-bottom: 2px;
}
ul#idUlmenu {
	list-style: none;
	font-size: 9pt;
}
#idUlmenu li {
	float: left;	display: block;
	width: 150px;
	height: 35px;
	margin-right: 1px;
	vertical-align: bottom;
	position: relative;
}
#idUlmenu a:link,#idUlmenu a:active,#idUlmenu a:visited {
	display: block;
	height: 18px;
	_height: 30px;
	font-size: 10pt;
	color: #FFFFFF;
	background: url(../img/tab-main.jpg) no-repeat top left;
	padding-top: 12px;
	margin-top: 5px;
	text-align: center;
}

#idUlmenu a:hover {
	display: block;
	text-decoration: none;
	height: 25px;
	_height: 35px;
	color: #FFFFFF;
	padding-top: 10px;
	margin-top: 0px;
	font-size: 12pt;
}
/* 1---------- OUTLINE
*/
body{
  background-color:#fff;
  margin:0px;
  padding:0px;
  text-align:left;
}

/* --- main contents All box --- */
div#temporarybox {
  width: 750px;
	margin-left: 6px;
	margin-top: 10px;
}
div#main {
  float: right;
  width: 520px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 8px 0px;
}
div#leftside {
  float: left;
  width: 204px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 6px;

}
div#idDivfoot {
	background: url(../img/footer-back.gif) no-repeat top left;
	width: 750px;
	height: 100px;
	margin-left: 10px;
	margin-top: 6px;
	margin-bottom: 6px;
}
#idDivfoot p {
	color: #000000;
	font-size: 12px;
	text-align: center;
	padding-top: 26px;
	line-height: 2em;
}

/* -- TABLE  A ------------------------------------ */
table.clTableA {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 580px;
	border: solid #c75338 1px;
	margin-left: 3px;
}
table.clTableA caption {
	text-align: left;
	color: #BA4000;
	font-weight: bold;
	font-size: 22px;
	background: url(../img/title-mark.jpg) no-repeat top left;
	padding-left: 38px;
	padding-top: 3px;
	padding-bottom: 8px;
	line-height: 32px;
}
table.clTableA th {
	text-align: center;
	background: #fcd8ce;
	color: #000000;
	font-size: 120%;
	border: solid #c75338 1px;
	padding: 4px 4px 4px 4px;
}

table.clTableA td {
	text-align: left;
	padding: 8px;
	line-height: 2em;
	border: solid #c75338 1px;
}
table.clTableA thead {background: #F0FFF0;}
table.clTableA tbody {}
table.clTableA tfoot {background: #FFFFE0;}
table.clTableA strong {
	color: #C00000;
}


/* -- TABLE  Pro ------------------------------------ */
table.clTablePro {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 580px;
	border: solid #c75338 1px;
	margin-top: 10px;
	margin-left: 3px;
	margin-bottom: 30px;
	font-size: 10pt;
}
table.clTablePro caption {
	text-align: center;
	background: #fcd8ce;
	color: #404040;
	font-weight: bold;
	font-size: 120%;
	padding-top: 5px;
	padding-bottom: 5px;
	border: solid #c75338 1px;
}
table.clTablePro th {
	text-align: center;
	background: #fcd8ce;
	color: #202020;
	border: solid #c75338 1px;
	padding: 5px;
}

table.clTablePro td {
	text-align: center;
	padding: 5px;
	line-height: 1.2em;
	border: solid #c75338 1px;
}
table.clTablePro strong {
	font-size: 14pt;
	color: #C00000;
}
table.clTablePro img {
	float: left;
	margin-left: 20px;
}
td.clTdPrice {
	background: #FFFFF0;
	color: #C00000;
	font-size: 20pt;
}



/*-- Web Mail ----------------------------------------------*/
div.clDivWid580pxNoborder {
	width: 570px;
	margin: 2px 2px 2px 10px;
}
div.WebMailCommentBox {
	background: #FFF5F5;
	border-top: solid #FF8040 1px;
	border-right: solid #C04000 2px;
	border-bottom: solid #C04000 2px;
	border-left: solid #FF8040 1px;
	width: 540px;
	_width: 550px;
	padding: 5px 5px 5px 5px;
	margin: 10px 5px 10px 10px;
}
.WebMailCommentBox h4 {
	width: 240px;
	text-align: center;
	background: #FAF5F5;
	border-top: solid #666666 2px;
	border-right: solid #CCCCCC 1px;
	border-bottom: solid #CCCCCC 1px;
	border-left: solid #666666 2px;
	font-weight: bold;
	font-size: 12pt;
	padding: 5px 5px 5px 5px;
	margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.WebMailCommentBox strong {color: #C00000;}
.WebMailCommentBox span {font-weight: bold;}
.WebMailCommentBox p {
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	font-size: 10pt;
	line-height: 1.2em;
}
.WebMailCommentBox ul {padding-left: 20px;}
.WebMailCommentBox li {
	font-size: 10pt;
	padding-bottom: 5px;
}
table#formTable {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 496px;
	margin: 5px 5px 10px 10px;
}

table#formTable th {
	text-align: center;
	background: #FFF5F5;
	color: #000000;
	border: solid #667966 1px;
	font-size: 10pt;
	padding: 4px 4px 4px 4px;
}

table#formTable td {
	border: solid #667966 1px;
	font-size: 10pt;
	padding: 3px 3px 3px 10px;
}
table#formTable thead {
	background: #E0FFD4;
	text-align: center;
	height: 2em;
}
table#formTable tbody {background: #ffffff;text-align: left;}
table#formTable tfoot {background: #fffff0;text-align: center;height: 2em;}
table#formTable span {color: #E00000;}

/* -- Thanks --------------------------------------- */
div.clDivThanksCon {
	width: 520px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.clDivThanksCon h3 {
	font-size: 16pt;
	font-weight: normal;
	line-height: 1.5em;
}
.clDivThanksCon img {
	float: right;
	margin: 10px 30px 10px 10px;
}
strong.clStrongBold {font-weight: bold;}

div.clDivThanksList {
	width: 520px;
	margin-left: 20px;
	margin-bottom: 10px;
}
div.clDivThanksList p {
	background: #fcd8ce;
	padding-left: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 14pt;
	border-left: solid #fb805f 6px;
}
ul.clUlThanks {
	width: 520px;
	padding-left: 20px;
	list-style: disc outside;
}
.clUlThanks li {
	line-height: 1.5em;
	padding-bottom: 8px;
}
ul.clUlService {
	width: 520px;
	list-style: disc outside;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.clUlService li {
	line-height: 1.2em;
	font-size: 10pt;
	padding-bottom: 4px;
}
/*
-------------------------------------------------
	Top Page
-------------------------------------------------
*/
div.clDivNews {
	width: 520px;
	height: 30px;
	background: url(../img/con-top.gif) no-repeat top left;
}
.clDivNews h3 {
	font-size: 16px;
	padding-left: 16px;
	padding-top: 7px;
}

div.clDivNewsCon {
	width: 520px;
	background: url(../img/con-mid.gif) repeat-y left;
	margin-bottom: 12px;
}
div.clDivNewsConfoot {
	width: 520px;
	background: url(../img/con-foot.gif) no-repeat bottom left;
}
.clDivNewsConfoot:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clDivNewsConfoot { display: inline-block; }

/* Hides from IE-mac \*/
* html .clDivNewsConfoot { height: 1%; }
.clDivNewsConfoot { display: block; }
/* End hide from IE-mac */

div.clDivinBox {
	font-size: 14px;
	line-height: 1.5em;
	padding: 10px 16px 20px 20px;
}
.clDivNewsConfoot h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5em;
	padding: 10px 16px 10px 16px;
}
.clDivNewsConfoot p {
	font-size: 14px;
	line-height: 1.4em;
	padding: 10px 16px 10px 16px;
}

div.clDivContent {
	width: 520px;
	height: 30px;
	background: url(../img/gcon-top.gif) no-repeat top left;
	margin-bottom: 0px;
}
.clDivContent h3 {
	font-size: 16px;
	padding-left: 16px;
	padding-top: 7px;
}

div.clDivContentin {
	width: 520px;
	background: url(../img/gcon-mid.gif) repeat-y left;
	margin-top: 0px;
	margin-bottom: 12px;
}
.clDivContentin:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clDivContentin { display: inline-block; }

/* Hides from IE-mac \*/
* html .clDivContentin { height: 1%; }
.clDivContentin { display: block; }
/* End hide from IE-mac */


div.clDivContentfoot {
	width: 520px;
	background: url(../img/gcon-foot.gif) no-repeat bottom left;
}
.clDivContentfoot:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clDivContentfoot { display: inline-block; }

/* Hides from IE-mac \*/
* html .clDivContentfoot { height: 1%; }
.clDivContentfoot { display: block; }
/* End hide from IE-mac */


div.clDivContentfoot p {
	font-size: 14px;
	line-height: 1.5em;
	padding: 6px 10px 15px 15px;
}
div.clDivContentfoot ul {
	padding: 6px;
	margin-left: 20px;
	margin-right: 10px;
}
div.clDivContentfoot li {
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 10px;
}
div.clDivContentfoot small {
	color: #00008F;
}

div.clDivLeftCon {
	width: 200px;
	height: 15px;
	background: url(../img/leftcon-top.gif) no-repeat top left;
	padding-bottom: 0px;
	margin-left: 2px;
	margin-top: 12px;
	margin-bottom: 0px;
}
div.clDivLeftConin {
	width: 200px;
	background: url(../img/leftcon-mid.gif) repeat-y top left;
	_margin-top: -4px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 2px;
	margin-bottom: 12px;
}
.clDivLeftConfoot h3 {
	font-size: 14px;
	padding-left: 12px;
	padding-bottom: 3px;
	margin-top: 0px;
}
div.clDivLeftConfoot {
	width: 200px;
	background: url(../img/leftcon-foot.gif) no-repeat bottom left;
	margin-top: 0px;
	padding-top: 0px;
}
div.clDivLeftConfoot p {
	font-size: 12px;
	padding: 6px 14px 15px 14px;
	line-height: 1.5em;
}
div.clDivLeftConfoot span {
	color: #C00000;
}

div.clDivBanner {
	text-align: center;
	width: 520px;
	margin-top: 24px;
	margin-bottom: 24px;
}


ul.clUlLeftMenu {
	list-style: none;
	margin: 5px 0px 10px 2px;
}

.clUlLeftMenu li {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}
.clUlLeftMenu a,.clUlLeftMenu a:link,.clUlLeftMenu a:active,.clUlLeftMenu a:visited {
	display: block;
	width: 173px;
	height: 26px;
	_height: 40px;
	text-decoration: none;
	color: #000000;
	background-image: url(../img/submenu-img.gif);
	background-repeat: no-repeat;
  background-position: 0px 0px;
	padding-top: 14px;
}

.clUlLeftMenu a:hover {
	color: #ffffff;
	text-decoration: none;
	background-image: url(../img/submenu-img.gif);
	background-repeat: no-repeat;
  background-position: 0px -40px;
}
/*
----------------------------------------------
	MENU LINK
----------------------------------------------
*/
ul.clUlRCLink {
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}
.clUlRCLink li {
	display: inline; /* for IE */
	width: 200px;
	height: 50px;
	margin: 0px;
}
.clUlRCLink span {
	display: none;
}

a.rcl00,a.rcl00:link,a.rcl00:active,a.rcl00:visited {
	display: block;
	width: 200px;
	height: 50px;
	text-decoration: none;
	background-image: url(../img/link0.jpg);
	background-repeat: no-repeat;
  background-position: 0px 0px;
}

a.rcl00:hover {
	text-decoration: none;
	background-image: url(../img/link0.jpg);
	background-repeat: no-repeat;
  background-position: 0px -50px;
}

a.rcl01,a.rcl01:link,a.rcl01:active,a.rcl01:visited {
	display: block;
	width: 200px;
	height: 50px;
	text-decoration: none;
	background-image: url(../img/link1.jpg);
	background-repeat: no-repeat;
  background-position: 0px 0px;
}

a.rcl01:hover {
	text-decoration: none;
	background-image: url(../img/link1.jpg);
	background-repeat: no-repeat;
  background-position: 0px -50px;
}

a.rcl02,a.rcl02:link,a.rcl02:active,a.rcl02:visited {
	display: block;
	width: 200px;
	height: 50px;
	text-decoration: none;
	background-image: url(../img/link2.jpg);
	background-repeat: no-repeat;
  background-position: 0px 0px;
}

a.rcl02:hover {
	text-decoration: none;
	background-image: url(../img/link2.jpg);
	background-repeat: no-repeat;
  background-position: 0px -50px;
}
a.rcl03,a.rcl03:link,a.rcl03:active,a.rcl03:visited {
	display: block;
	width: 200px;
	height: 50px;
	text-decoration: none;
	background-image: url(../img/link3.jpg);
	background-repeat: no-repeat;
  background-position: 0px 0px;
}

a.rcl03:hover {
	text-decoration: none;
	background-image: url(../img/link3.jpg);
	background-repeat: no-repeat;
  background-position: 0px -50px;
}
a.rcl04,a.rcl04:link,a.rcl04:active,a.rcl04:visited {
	display: block;
	width: 200px;
	height: 50px;
	text-decoration: none;
	background-image: url(../img/link4.jpg);
	background-repeat: no-repeat;
  background-position: 0px 0px;
}

a.rcl04:hover {
	text-decoration: none;
	background-image: url(../img/link4.jpg);
	background-repeat: no-repeat;
  background-position: 0px -50px;
}
a.rcl05,a.rcl05:link,a.rcl05:active,a.rcl05:visited {
	display: block;
	width: 200px;
	height: 50px;
	text-decoration: none;
	background-image: url(../img/link5.jpg);
	background-repeat: no-repeat;
  background-position: 0px 0px;
}

a.rcl05:hover {
	text-decoration: none;
	background-image: url(../img/link5.jpg);
	background-repeat: no-repeat;
  background-position: 0px -50px;
}
a.rcl06,a.rcl06:link,a.rcl06:active,a.rcl06:visited {
	display: block;
	width: 200px;
	height: 50px;
	text-decoration: none;
	background-image: url(../img/link6.jpg);
	background-repeat: no-repeat;
  background-position: 0px 0px;
}

a.rcl06:hover {
	text-decoration: none;
	background-image: url(../img/link6.jpg);
	background-repeat: no-repeat;
  background-position: 0px -50px;
}
p.nolink01 {
	display: block;
	width: 200px;
	height: 50px;
	background-image: url(../img/link1.jpg);
	background-repeat: no-repeat;
  background-position: 0px -50px;
}
p.nolink02 {
	display: block;
	width: 200px;
	height: 50px;
	background-image: url(../img/link2.jpg);
	background-repeat: no-repeat;
  background-position: 0px -50px;
}
p.nolink03 {
	display: block;
	width: 200px;
	height: 50px;
	background-image: url(../img/link3.jpg);
	background-repeat: no-repeat;
  background-position: 0px -50px;
}
p.nolink04 {
	display: block;
	width: 200px;
	height: 50px;
	background-image: url(../img/link4.jpg);
	background-repeat: no-repeat;
  background-position: 0px -50px;
}
p.nolink05 {
	display: block;
	width: 200px;
	height: 50px;
	background-image: url(../img/link5.jpg);
	background-repeat: no-repeat;
  background-position: 0px -50px;
}
p.nolink06 {
	display: block;
	width: 200px;
	height: 50px;
	background-image: url(../img/link6.jpg);
	background-repeat: no-repeat;
  background-position: 0px -50px;
}

/*
---------------------------------------------------------------
   Used Car
---------------------------------------------------------------
*/

div.clDivUD {
	float: left;
	width: 252px;
	margin: 10px 2px 16px 2px;
}
.clDivUD:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clDivUD { display: inline-block; }

/* Hides from IE-mac \*/
* html .clDivUD { height: 1%; }
.clDivUD { display: block; }
/* End hide from IE-mac */

table.clUCTable {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 250px;
	border: solid #c75338 1px;
	margin: 0px;
	font-size: 13px;
}
table.clUCTable th {
	text-align: center;
	background: #fcd8ce;
	color: #202020;
	border: solid #c75338 1px;
	padding: 5px;
}
table.clUCTable td {
	text-align: center;
	padding: 3px;
	line-height: 2em;
	border: solid #c75338 1px;
}
table.clUCTable em {
	font-size: 20px;
	color: #C00000;
	font-weight: bold;
	font-style: normal;
}
table.clUCTable strong {
	font-size: 16px;
	color: #800000;
	font-weight: bold;
}

table.clUCTable2 {
	float: left;
	border-collapse: collapse;
	border-spacing: 0;
	width: 508px;
	empty-cells: show;
	margin-left: 10px;
	margin-top: 30px;
	margin-bottom: 20px;
}

table.clUCTable2 th {
	text-align: center;
	font-size: 14px;
	background: #FFE6E6;
	color: #000000;
	vertical-align: middle;
	width: 8em;
	border: solid #000000 1px;
	padding: 8px 8px 8px 8px;

}

table.clUCTable2 td {
	text-align: left;
	font-size: 16px;
	border: solid #000000 1px;
	color: #000000;
	padding: 8px;
}
table.clUCTable2 em {
	font-size: 22px;
	color: #C00000;
	font-weight: bold;
	font-style: normal;
}
table.clUCTable2 img {
	margin-right: 20px;
}

div.clDivPageing {
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 10px;
}

.clDivPageing a,.clDivPageing a:link,.clDivPageing a:active,.clDivPageing a:visited {
	color: #000080;
	text-decoration: none;
	font-weight: bold;
	float: left;
	display: block;
	width: 1em;
	height: 1.2em;
	background: #E0FFFF;
	font-size: 16px;
	border: solid #000080 1px;
	padding: 3px 3px 3px 3px;
	margin-right: 3px;
	margin-bottom: 5px;
}
.clDivPageing a:hover {
	color: #A00000;
	text-decoration: none;
	background: #FFE0FF;
	border: solid #800080 1px;
}
.clDivPageing strong {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	float: left;
	display: block;
	width: 1em;
	height: 1.2em;
	background: #FFFFFF;
	font-size: 16px;
	border: solid #000000 1px;
	padding: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
}

div.clDivPageing2 {
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 10px;
	float: right;
}

.clDivPageing2 a,.clDivPageing2 a:link,.clDivPageing2 a:active,.clDivPageing2 a:visited {
	color: #000080;
	text-decoration: none;
	font-weight: bold;
	float: left;
	display: block;
	width: 1em;
	height: 1.2em;
	background: #E0FFFF;
	font-size: 16px;
	border: solid #000080 1px;
	padding: 3px 3px 3px 3px;
	margin-right: 3px;
	margin-bottom: 5px;
}
.clDivPageing2 a:hover {
	color: #A00000;
	text-decoration: none;
	background: #FFE0FF;
	border: solid #800080 1px;
}
.clDivPageing2 strong {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	float: left;
	display: block;
	width: 1em;
	height: 1.2em;
	background: #FFFFFF;
	font-size: 16px;
	border: solid #000000 1px;
	padding: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
}

div.clDivProductArea {
  width: 520px;
	margin-left: 4px;
}
.clDivProductArea:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clDivProductArea { display: inline-block; }

/* Hides from IE-mac \*/
* html .clDivProductArea { height: 1%; }
.clDivProductArea { display: block; }
/* End hide from IE-mac */

/*
-------------------------------------------------
	Example
-------------------------------------------------
*/
div.clDivGDA {
	width: 130px;
	text-align: center;
	margin: 4px;
}
table.clGDTable {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 520px;
	border: solid #999999 1px;
	margin: 16px 0px 20px 5px;
}

table.clGDTable th {
	width: 170px;
	text-align: center;
	font-size: 14px;
	color: #000000;
	border: solid #808000 1px;
	padding: 10px;
}

table.clGDTable td {
	text-align: left;
	font-size: 14px;
	padding: 10px;
	border: solid #808000 1px;
	color: #000000;
}

div.clDivExam {
	padding: 3px 3px 3px 3px;
}
.clDivExam:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clDivExam { display: inline-block; }

/* Hides from IE-mac \*/
* html .clDivExam { height: 1%; }
.clDivExam { display: block; }
/* End hide from IE-mac */

.clDivExam img {
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
}
.clDivExam p {
	font-size: 14px;
	line-height: 1.5em;
}
