@charset "Shift_JIS";

/* ################################################################################ */
/*        　                                                                        */
/*        ●Ducati トップページ                                                     */
/*       　 1. メインカラム                                                         */
/*       　 2. コンテンツ部                                                         */
/*        　                                                                        */
/* ################################################################################ */


/* ================================================================================ */
/*      1.メインカラム                                                              */
/* ================================================================================ */
div.mainColumn {
	padding-bottom: 0;
	background-image: none;
}

div.mainColumn div.contents {
	padding-bottom: 0;
}




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

/* 見出し */
div.mainColumn h2 {
	margin-bottom: 6px;
}

div.mainColumn h3 {
	clear: left;
	width: 552px;
	text-align: center;
}

/* サムネイル画像 */
div.mainColumn ul.thumb li {
	margin-left: 20px;
	display: inline;
	clear: left;
	float: left;
	width: 110px;
}

/* ニュース */
div.mainColumn dl {
	margin-left: 10px;
	margin-bottom: 15px;
	padding-left: 10px;
	border-left: dashed 1px #666666;
	display: inline;
	float: left;
	width: 350px;
	height: 63px;
	overflow: hidden;
}

/* 日付 */
div.mainColumn dl dt {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 70%;
}

/* リンクテキスト */
div.mainColumn dl dd {
	padding-left: 17px;
	background-color: #F5F5F5;
	background-image: url(../images/shared/ducati_marker.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	font-size: 12px;
	line-height: 1.3;
}

div.mainColumn dl dd img {
	vertical-align: top;
}

div.mainColumn dl dd a {
	color: #CB1010;
	background-color: inherit;
	line-height: 1.2;
}

div.mainColumn dl dd em {
	color: #CB1010;
	background-color: inherit;
	font-weight: bold;
}

/* ボタン */
div p.buttonParts,
div p.buttonBike {
	clear: left;
	width: 532px;
}

div.mainColumn p.buttonBike {
	margin-bottom: 20px;
	padding-right: 20px;
	text-align: right;
}

div.mainColumn p.buttonParts {
	padding-right: 20px;
	padding-bottom: 35px;
	text-align: right;
	background-image: url(../images/shared/contents_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}



/* ================================================================================ */
/*      トップページ お知らせ                                                       */
/* ================================================================================ */
div.mainColumn div.topix {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border: solid 5px #0E4F30;
	width: 542px;
	color: #333333;
	background-color: #F5F5F5;
	/*background-image: url(../../images/top/top_news_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;*/
}

div.mainColumn div.topix dl {
	margin: -4px 10px 0 0;
	border: none;
	display: block;
	float: none;
	line-height: 1.5;
	width: auto;
	height: auto;
}

div.mainColumn div.topix dl dt {
	margin-bottom: 2px;
	padding-top: 2px;
	padding-left: 10px;
/*	background-image: url(../../images/top/top_news_marker.gif);
	background-repeat: no-repeat;
	background-position: left center; */
	font-weight: bold;
	font-size: 80%;
}

div.mainColumn div.topix dl dd {
	margin-bottom: 15px;
	margin-left: 0px;
	padding-left: 12px;
	line-height: 1.5;
	background-image: none;
	font-size: 80%;
}

div.mainColumn div.topix dl dd em {
	color: #C51F1F;
	background-color: inherit;
	/* font-weight: bold; */
	line-height: 1.5;
}

div.mainColumn div.topix dl dd p {
	margin-bottom: 12px;
	line-height: 1.4;
}

div.mainColumn div.topix dl a {
	color: #003399;
	background-color: inherit;
}

div.topix dl a:hover {
	color: #CC3300;
	background-color: inherit;
}