@charset "utf-8";
/*----------------------------------------

	text design (タグでのスタイルは指定しない)

----------------------------------------*/
#mainContents .titleL {
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #333;
	background-image: url(/common/img/titleL_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	padding-bottom: 12px;
	margin-top: 60px;
	font-size: 2em;
	line-height: 1.3em;
	clear: both;
}
#mainContents .titleL.spaceM {
	margin-top: 40px;
}
#mainContents .titleM {
	margin-top: 40px;
	background-image: url(/commons/img/titleM_icon.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 20px;
	clear: both;
	font-size: 1.5em;
	line-height: 1.3em;
}
#mainContents .titleM.spaceM {
	margin-top: 20px;
}
#mainContents .titleM img {
	margin-right: 5px;
	vertical-align: middle;
	margin-bottom: 3px;
}
#mainContents .titleM .sizeS {
	font-size: 0.78em;
}
#mainContents .titleS {
	font-weight: bold;
	padding-top: 20px;
}
#mainContents .titleS .sizeS {
	font-size: 0.75em;
}
#mainContents .titleS.spaceP {
	padding-top: 40px;
}
#mainContents .titleS.spaceM {
	padding-top: 10px;
}
#mainContents p {
	padding-top: 10px;
}
#mainContents p .sizeS {
}
#mainContents p.spaceP {
	padding-top: 20px;
}
#mainContents ul {
	padding-top: 10px;
}
#mainContents .flat {
	clear: both;
	padding-top: 30px;
}
#mainContents .annotation {
	padding-top: 10px;
	font-size: 0.8em;
	line-height: 1.3em;
}
#mainContents .annotationSymbol {
	padding-left: 1em;
	text-indent: -1em;
	padding-top: 10px;
}
#mainContents .annotationKome {
	padding-left: 2em;
	text-indent: -2em;
	padding-top: 10px;
}
#mainContents .attention {
	color: #F00;
}
#mainContents .green {
	color: #096;
}
.boxTable table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	width: 100%;
	margin-top: 10px;
}
.boxTable th, .boxTable td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	padding: 5px;
	font-size: 1em;
	vertical-align: middle;
}
.boxTable th {
	background-color: #E0DFDC;
}
.boxTable em {
	font-size: 1.3em;
}
/*----------------------------------------

	

----------------------------------------*/
.designBg {
	background-image: url(/car/commons/img/design_bg.gif);
	background-repeat: repeat;
	background-position: left top;
	padding: 6px;
}
.designBox {
	background-color: #FFF;
}
.aside {
	background-image: url(/car/commons/img/catalog/aside_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 60px;
	padding-top: 20px;
	padding-bottom: 60px;
}
/*----------------------------------------

	footer conversion menu

----------------------------------------*/
#conversionMenu {
	padding-top: 40px;
	height: 100px;
	clear: both;
}
#conversionMenu li {
	display: inline;
}
#conversionMenu a {
	background-image: url(/car/commons/img/lineup/conversion_bg.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	border-left-color: #5194D5;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #021D7D;
	border-right-width: 1px;
	border-right-style: solid;
	text-align: center;
	display: inline;
	float: left;
}
#conversionMenu a:hover {
	background-image: url(/car/commons/img/lineup/conversion_bg_on.jpg);
}