@charset "Shift-JIS";

/*
	ハイブリッドトップ
	最終更新： 2006-08-31
*/

/*--------------------------------------------------レイアウト要素*/
/*基本の箱。コンテンツ内の要素を格納*/
div.box {
	clear: both;
	width: 938px;
	margin-bottom: 20px;
}

div#keyVisual p {
	height: 240px;
	border-bottom: 1px solid #CCC;
}

/*--------------------------------------------------カラム要素*/
/*2カラム（左）*/
div.colAl {
	float: left;
	margin: 0px 30px 0 30px;
	_margin: 0px 30px 0 15px;/* IE対応 */
	width: 280px;
}
	
/*2カラム（右）*/
div.colAr {
	float: left;
	width: 568px;
}

/*2カラム（左）左398px*/
div.colBl {
	float: left;
	width: 398px;
	margin-right: 30px;
}

h2.hybridDrive {
	margin-left: 30px;
	margin-bottom: 3px;
}

ul.hybridDrive {
	width: 938px;
	height: 120px;
	/*margin-bottom: 30px;*/
	border-top: 1px solid #CCC;
	/*border-bottom: 1px solid #CCC;*/
}

ul.hybridDrive li {
	float: left;
	width: auto;
}

p.shortcut {
	text-align: right;
	background-image: none;
}

p.shortcut a {
	color: #C8661B;
	padding-left: 10px;
	background-image: url(/models/common/images/icon-arrow-brown.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
/*バナー*/
ul.hybridBnr {
	width: 938px;
	float: left;
	margin: 0;
	padding: 0;
}
ul.hybridBnr li {
	float: left;
	padding: 10px 0 10px 10px;
}

.hClearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.hClearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .hClearfix { height: 1%; }
.hClearfix { display: block; }
/* End hide from IE-mac */


/*EOF*/