@charset "utf-8";

/*======================================================================
	Date: 2008-2-14
	Copyright (c) 2007 HEIWA AUTO Co., Ltd. All rights reserved. 
======================================================================*/

/*----------------------------------------------------------
contents
----------------------------------------------------------*/
div#contents div.contmain dl {
	margin: 0 0 15px 0;
	color: #333;
}

div#contents div.contmain dl dt {
	padding: 0 0 0 20px;
	background: url('../images/sitemap/mark1.gif') left 8px no-repeat;
	font-size: 14px;
	font-weight: bold;
}

div#contents div.contmain dl dt a {
	color: #666;
}

div#contents div.contmain dl dd {
	padding: 0 0 0 20px;
	font-size: 12px;
	line-height: 100%;
}

div#contents div.contmain div.column {
	float: left;
	width: 200px;
	margin: 0 0 5px 0;
}

div#contents div.contmain div.column dl {
	margin: 0 0 5px 0;
}

div#contents div.contmain div.column ul {
	margin: 0 0 0 13px;
	font-size: 12px;
}

div#contents div.contmain div.column ul li {
	padding: 0 0 0 13px;
	background: url('../images/sitemap/mark2.gif') left 8px no-repeat;
}

div#contents div.contmain div.column ul li a {
	color: #666;
}

.clear {
	clear: both;
}

