

#top-container {
	background-image:  url(../images/bg_top.gif);
	background-color: #FFFFFF;
	background-repeat:repeat-x;
	text-align: center;
	padding: 0px auto;
	height: 425px;
}

.tlclogo-top {
	margin: 20px 0 10px 10px;
	border: 0px;
	float: left;
}

#top-active {
	clear:both;
}

#top-nonactive {
	clear:both;
	width: 720px;
	line-height: 0px;
}

#area-info {
	width: 720px;
	margin: 0 auto;
	margin-top: 14px;
	margin-bottom: 10px;
	text-align: left;
}

#area-news,
#area-event {
	width: 352px;
}

#area-news {
	float: left;
}

#area-event {
	float: right;
}

.infotitle {
	width: 352px;
	height: 13px;
	display: block;
	background-repeat: no-repeat;
}

#area-news .infotitle {
	background-image: url(../images/title_news.gif);
}

#area-event .infotitle {
	background-image: url(../images/title_event.gif);
}

.info-frame {
	width: 332px;
	border-left: 1px solid #9b9b9b;
	padding: 10px;
}

.info-frame table {
}

.infodate {
	width: 74px;
	color: #ffffff;
	vertical-align:text-top;
}

.infobody {
	color: #ffffff;
	vertical-align:text-top;
}

.top-foot {
	margin-top: 14px;
	border-top: 1px solid #9b9b9b;
}


/* 個人情報の取り扱いページ */

ol.privacylist {
	margin-left: 10px;
}
ol.privacylist li {
	margin-bottom: 10px;
}
ol.privacylist li ul {
	margin-left: 10px;
	padding-left: 10px;
	list-style-type: square;
}

/*サイトマップ*/
.sitemap-block {
	width: 48%;
	float: left;
	border-left: 1px solid #999999;
	margin-bottom: 20px;
}
.sitemap-title {
	padding-left: 10px;
}
.sitemap-link {
	padding-left: 28px;
	padding-bottom: 4px;
	padding-top: 4px;
}
.sitemap-link ul {
	margin: 0 10px;
	padding: 0 10px;
	list-style-image:url(../images/icon_sitemap_list.gif);
}

