@charset "UTF-8";

/* -----------------------------------------------
 *           catalog library
 * ----------------------------------------------- */

/* =========== content-title =========== */

#content-title {
	position: relative;
	min-height: 199px;
	_height: 199px;
	margin-bottom: 20px;
}

#content-title h1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#content-title div.lead {
	position: relative;
	margin: 0;
	padding: 23px 360px 0 0;
	z-index: 100;
	line-height: 1.5;
}

#content-title div.lead p,
#content-title div.lead ul {
	margin-top: 9px;
}

#content-title div.lead ul {
	*zoom: 1;
}


/* =========== plugin-bnr =========== */

dl.plugin-bnr {
	position: relative;
	min-height: 33px;
	_height: 33px;
}

dl.plugin-bnr dt {
	padding-left: 123px;
	font-weight: normal;
	font-size: 83%;
}

dl.plugin-bnr dd {
	position: absolute;
	top: 0;
	left: 0;
}

dl.plugin-bnr ul {
	margin: 0;
	padding: 0;
}

dl.plugin-bnr ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}








