@charset "Shift_JIS";

/* ################################################################################ */
/*        　                                                                        */
/*        ●Ducati 中古車両 トップページ                                            */
/*       　 1. コンテンツ部                                                         */
/*        　                                                                        */
/* ################################################################################ */




/* ================================================================================ */
/*      1.コンテンツ部                                                              */
/* ================================================================================ */

/* リード文 */
div.mainColumn div.contents ul {
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 25px;
	padding-right: 170px;
	background-image: url(../images/top_copy_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

div.mainColumn div.contents ul li {
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	color: #003399;
	background-color: inherit;
	border-bottom: solid 2px #FFCC00;
	line-height: 1.3;
	font-size: 80%;
}


/* バイク一覧 */
div.mainColumn div.contents p.thumb {
	margin: 10px 12px 5px 25px;
	display: inline;
	float: left;
	border: solid 1px #000000;
	width: 200px;
}

div.mainColumn div.contents table {
	margin-top: 10px;
	margin-bottom: 5px;
	float: left;
	width: 280px;
	font-size: 80%;
}

div.mainColumn div.contents table th,
div.mainColumn div.contents table td {
	border: solid 1px #999999;
}

div.mainColumn div.contents table th.name {
	padding: 7px 5px 7px 5px;
	color: #F2F2F2;
	width: 280px;
	background-color: #CC3333;
	font-size: 14px;
	font-weight: bold;
}

div.mainColumn div.contents table th {
	padding: 3px;
	width: 7em;
	color: #FFFFFF;
	background-color: #666666;
}

div.mainColumn div.contents table td {
	padding: 3px;
}

div.mainColumn div.contents table td.price {
	color: #CC3333;
	background-color: inherit;
	font-weight: bold;
}

div.mainColumn div.contents p.detailButton {
	margin-left: 20px;
	padding-right: 5px;
	padding-bottom: 10px;
	border-bottom: dashed 1px #666666;
	clear: left;
	width: 500px;
	text-align: right;
}