﻿@charset 'UTF-8';


p{
	margin:8px 20px 0 20px;
	color:#555;
}




h3{
	margin:32px 0 16px;
	width:930px;
	padding:5px 10px;
	background:#e5e5e5;
	border-left:solid 10px #ccc;
	/*font-weight:normal;*/
	clear:both;
}
* html body h3{width:960px;}


h3.h3Half{width:430px;}
* html body h3.h3Half{width:460px;}


h4{
	margin:16px 0 8px 0;
	width:100%px;
	clear:both;
	padding:10px 0 0;
	border-top:dashed 1px #ccc;
}




ul{
	margin:0 20px 0 36px;
	color:#555;
}
ul li{
	margin-top:8px;
	list-style-position:outside;
	list-style-type:disc;
}
li.noMarkLi{list-style-type:none;}


table{
	margin:8px 20px 0 20px;
	border-collapse:collapse;
	border:1px solid #ddd;
	color:#555;
}
th,td{
	padding:5px 10px;
	border:1px solid #ddd;
}
th{
	font-weight:normal;
	text-align:left;
	background:#eee;
}
td{width:30em;}


/*点線をひく*/
.topLineDashed		{border-top:dashed 1px #ccc;padding-top:20px;}
.bottomLineDashed	{border-bottom:dashed 1px #ccc;padding-bottom:20px;}



/*--------------------------------------------------
個人情報の取り扱いについて
--------------------------------------------------*/
.privacyToyota{
	margin:8px 20px 0 20px;
	padding:10px 0 16px;
	border:1px solid #ccc;
	
}
h4.privacy{
	margin-left:20px;
}
.privacyToyotaFooter{
	text-align:right;
	
}




/*--------------------------------------------------
サイトマップ
--------------------------------------------------*/
.sitemapBox{
	width:960px;;
	clear:both;
}
.sitemapBox:after{content:""; display:block; clear:both;}

.sitemapBoxL,.sitemapBoxR{
	width:460px;
}

.sitemapBoxL{float:left;}
.sitemapBoxR{float:right;}


ul.sitemapUlW{list-style:none;margin:0 0 0 20px;}
ul.sitemapUlG{list-style:none;margin:0 0 0 10px;}
li.sitemapLiW{list-style:none;background:url(../image/mark_arrow_w.gif) no-repeat left center;padding:0 0 2px 18px;}
li.sitemapLiG{list-style:none;background:url(../image/mark_arrow_g.gif) no-repeat 8px center;padding:0 0 2px 44px;}

* html body li.sitemapLiW	{background:url(../image/mark_arrow_w.gif) no-repeat left 0.2em;}
* + html body li.sitemapLiW	{background:url(../image/mark_arrow_w.gif) no-repeat left 0.2em;}

*html body ul.sitemapUlG	{margin:0 0 0 -5px;}
* + html body ul.sitemapUlG	{margin:0 0 0 -5px;}
