@charset "utf-8";

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	Last Updated: Oct 14, 2009
	Edited by Kazuya Ono/COLONY+iNTERACTIVE INC.

	01: INDEX

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/


/* ============================================================
01: INDEX
============================================================ */
/* ---------- layout ---------- */
p.lead {
	font-size: 93%;
	margin-bottom: 40px;
}
h3 {
	margin-bottom: 20px;
}
div.listWrap {
	width: 100%;
	overflow: hidden;
}
div.listWrap div.left,
div.listWrap div.right {
	width: 355px;
}
div.listWrap div.left {
	float: left;
}
div.listWrap div.right {
	float: right;
}
/* ---------- div.listWrap dl ---------- */
div.listWrap dl {
	padding-top: 20px;
	margin-bottom: 1px;
	border-top: #e6e6e6 5px solid;
}
div.listWrap dl dt {
	line-height: 1;
	padding-bottom: 10px;
	margin-bottom: 8px;
	border-bottom: #e6e6e6 1px solid;
}
div.listWrap dl dd {
	font-size: 93%;
	font-weight: bold;
	line-height: 1.3;
	padding: 0 50px 8px 10px;
	margin-bottom: 10px;
	border-bottom: #e6e6e6 1px solid;
	background: url(../images/list_arrow.gif) no-repeat scroll 0 0.42em;
}
div.listWrap dl dd.link {
	background: url(../../select/images/bg_li_link.gif) no-repeat scroll 0 0.42em;
}
div.listWrap dl dd.last {
	margin-bottom: 0;
}
