@charset "utf-8";
@import  "./import/format.css";
@import  "./import/in_style.css";
@import  "./import/link_style.css";
@import  "./import/main.css";

/*****************************************
コンテンツ
*****************************************/
#Left_container h2 {
	width: 620px;
	height: auto;
	margin: 0 auto 30px;
	clear: both;
}

	#Left_container h3 {
		width: 610px;
		height: auto;
		margin: 30px auto;
		text-align: left;
		font-style: normal;
		font-weight: bold;
		font-size: 1em;
		line-height: 1.2;
		clear: both;
	}
	
	#Left_container h4 {
			width: 600px;
			height: auto;
			margin: 40px auto 10px;
			font-style: normal;
			font-weight: bold;
			font-size: 1em;
			line-height: 1.2;
			clear: both;
	}
	
	#Left_container p {
		width: 600px;
		height: auto;
		margin: 30px auto;
		text-align: justify;
		text-justify: inter-ideograph;
		font-style: normal;
		font-weight: normal;
		font-size: 0.9em;
		line-height: 1.5;
		clear: both;
	}

	#Left_container p.categorybox {
		width: 600px;
		height: auto;
		margin: 10px auto 40px;
		text-align: justify;
		text-justify: inter-ideograph;
		font-style: normal;
		font-weight: normal;
		font-size: 0.9em;
		line-height: 1.5;
		clear: both;
	}

#Left_container ul {
	width: 600px;
	height: auto;
	margin: 20px auto;
	list-style: none;
	font-style: normal;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.3;
	clear: both;
}
	
	#Left_container ul li {
		width: 600px;
		height: auto;
		margin: 0 auto 2px;
		padding-left: 20px;
		padding-bottom: 3px;
		background-image: url(../image/common/list.gif);
		background-repeat: no-repeat;
		border: none;
	}

#Left_container table.cars {
	width: 600px;
	height: auto;
	text-align: left;
	margin: 15px auto;
	border: 1px solid #cccccc;
	color: #000000;
}

	table.cars th {
		padding: 5px;
		font-style: normal;
		font-weight: bold;
		font-size: 0.9em;
		line-height: 1.5;
		border: 1px solid #cccccc;
		background-color: #99ccff;
	}
	
	table.cars td.photo {
		padding: 5px;
		border: 1px solid #cccccc;
		vertical-align: top;
	}

	table.cars td {
		padding: 5px;
		border: 1px solid #cccccc;
		font-style: normal;
		font-weight: normal;
		font-size: 0.9em;
		line-height: 1.5;
	}

#Left_container dl {
	width: 590px;
	height: auto;
	margin: 20px auto 40px;
	list-style: none;
	font-style: normal;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.5;
	border-bottom: 1px dashed #666666;
	clear: both;
}
	
	#Left_container dl dt {
		width: 590px;
		height: auto;
		margin: 10px auto 5px;
		padding-left: 25px;
		padding-bottom: 3px;
		background-image: url(../image/buy/faq/f.gif);
		background-repeat: no-repeat;
		border: none;
	}
	
	#Left_container dl dd {
		width: 590px;
		height: auto;
		margin: 5px auto 10px;
		padding-left: 25px;
		padding-bottom: 3px;
		background-image: url(../image/buy/faq/a.gif);
		background-repeat: no-repeat;
		color: #ff0000;
		font-weight: bold;
		border: none;
	}