@charset "utf-8";

/* -----------------------------------------------------------
  Toppage Layout Style Sheet
------------------------------------------------------------ */

/* Index page
 ================================================== */
/* main layout
 -------------------------------------------------- */
.pageHome #content #main {
	float: left;
	width: 601px;
	margin: 0 0 0 55px;
}
.pageHome #content #localNav {
	float: right;
	margin: 0 55px 0 0;
}
.pageHome #header h1 { border-top: 3px solid #B1000B;}
.pageHome #topicPath,
.pageHome #content .contentInnerB {
	height: 55px;
	padding: 0;
}

/* Panel
 -------------------------------------------------- */
.pageHome #topPanel {
	overflow: hidden;
	height: 450px;
}
.pageHome #subPanel {
	position: relative;
	margin-top: 20px;
}
.pageHome #subPanel li {
	float: left; display: inline;
	margin-left: 15px;
}
.pageHome #subPanel li.first { margin-left: 0;}

/* info
 -------------------------------------------------- */
.pageHome .info {
	position: relative;
	_zoom: 1;
	overflow: hidden;
	margin-top: 40px;
}
.pageHome .info h2 {
	float: left; display: inline;
	width: 190px;
}
.pageHome .info dl {
	margin-top: -8px;
	float: left; display: inline;
	width: 390px;
	padding-left: 20px;
	background: url(../images/parts_linedot_v.gif) repeat-y left top;
}
.pageHome .info dl dt {
	width: 5em;
	margin-top: 8px;
	font-size: 92%; line-height: 1.4;
	font-weight: bold;
}
.pageHome .info dl dd {
	margin: -1.4em 0 0 5.5em;
	line-height: 1.4;
}
.pageHome .info dl dd em {
	width: 6em;
	color: #A00007;
	line-height: 1.4;
}
.pageHome .info dl dd p {
	margin: -1.4em 0 0 6em;
	line-height: 1.4;
}

/* clear
 -------------------------------------------------- */
.pageHome #subPanel:after, .info:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE 7 and MacIE */
.pageHome #subPanel, .info {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .pageHome #subPanel, * html .info {
	height: 1%;
}
.pageHome #subPanel, .info {
	display: block;
}
/* End hide from IE-mac */