@charset "UTF-8";

/* topSWF
---------------------------------------------------- */
.cnt_topSWF {
}
.cnt_topSWF h1 {
	background:url(../imgs/common/logo-elp.jpg) no-repeat;
	width:185px;
	height:180px;
	float:left;
}

/* thumbNavi
---------------------------------------------------- */
.cnt_thumbNavi {
	margin-bottom:17px;
	clear:both;
}
.cnt_thumbNavi h2 {
	background:url(../imgs/top/h2_01.gif) no-repeat;
	height:30px;
	margin-bottom:1px;
}
.cnt_thumbNavi li {
	background:#e4e3da;
	padding:3px;
	margin:0 1px 1px 0;
	float:left;
}

/* topics
---------------------------------------------------- */
.cnt_topics {
	clear:both;
	float:left;
	width:723px;
	background:#e4e3da;
	padding-bottom:6px;
}
.cnt_topics h2 {
	background:url(../imgs/top/h2_02.gif) no-repeat;
	height:30px;
	border-bottom:1px solid #fff;
}
.cnt_topics dl {
	overflow:auto;
	height:78px;
	background:#fff;
	margin:6px 6px 0;
	padding:12px 12px 12px;
	line-height:1.2;
}
.cnt_topics dt {
	float:left;
	color:#560b2b;
	font-weight:bold;
	padding:6px 0;
	margin-right:12px;
}
.cnt_topics dd a {
	display:block;
	padding:6px 0;
}
.cnt_topics dd strong {
	padding-right:12px;
}

/* text-indent
---------------------------------------------------- */
h1,h2 {
	text-indent:-9999px;
}


/* clearfix
---------------------------------------------------- */
* html body .cnt_topSWF,
* html body .cnt_thumbNavi {
/* for IE6↓ */
	height:1%;
}
*+html body .cnt_topSWF,
*+html body .cnt_thumbNavi {
/* for IE7,Opera8↑ */
	height:1%;
}
.cnt_topSWF:after,
.cnt_thumbNavi:after {
/* for modern browser */
	content: "";
	display: block;
	clear: both;
	height:0;
}