﻿
.areaLinkBox {
	position: relative;
	width: 600px;
	height: 460px;
	text-align: left;
}

.rakuhoku {
	position: absolute;
	top: 79px;
	left: 226px;
	z-index: 1;
}

.rakuchu {
	position: absolute;
	top: 180px;
	left: 223px;
	z-index: 2;
}

.rakutou {
	position: absolute;
	top: 168px;
	left: 336px;
	z-index: 3;
}

.rakunan {
	position: absolute;
	top: 266px;
	left: 182px;
	z-index: 4;
}

.rakusai {
	position: absolute;
	top: 176px;
	left: 87px;
	z-index: 5;
}

.rakuother {
	position: absolute;
	top: 339px;
	left: 255px;
	z-index: 6;
}



.newsBox {
	float: left;
	width: 600px;
	padding-left: 10px;
}

.museumNewsBox {
	background-color: #f4edf0;
	float: left;
	width: 290px;
}

.museumNewsHidden {
	height: 275px;
	overflow: auto;
}

.museumNews {
	padding: 10px 0 15px 0;
	font-size: 0.8em;
}

.museumNews li {
	background-image: url(../images/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.museumNews li.end {
	background-image: none;
}

.eventNewsBox {
	background-color: #eef3f2;
	float: right;
	width: 290px;
}

.eventNewsHidden {
	height: 275px;
	overflow: auto;
}

.eventNews {
	padding: 10px 0 15px 0;
	font-size: 0.8em;
}

.eventNews li {
	background-image: url(../images/dotline.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.eventNews li.end {
	background-image: none;
}

.newsDate {
	padding: 5px 20px 0 40px;
}

.newsArticle {
	padding: 0 20px 5px 40px;
}

.new {
	background-image: url(../images/new.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
}

/***** ADD 2009/12/03  *****/

.topicsBox {
	position: absolute;
	top: 380px;
	left: 10px;
	z-index: 10;
	/*background-color: #fff;*/
	background-image: url(../images/topics_bg.gif);
	background-repeat: repeat-y;
	width: 600px;
	border-top: solid 2px #6f011e;
	border-bottom: solid 2px #6f011e;
}

.topicsTable {
	width: 600px;
}

.topicsDesc {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	font-size: 0.8em;
}

.topicsBnr {
	width: 200px;
	padding: 5px 7px 4px 5px;
	text-align: right;
	vertical-align: middle;
}


.topicsDesc strong {
	font-size: 1.2em;
}

.topBanner {
	font-size: 0.8em;
	margin-left:50px;
	margin-bottom:20px;
}
.topBanner p {
	margin-bottom:7px;
}
.topBanner p strong {
	line-height:1.5em;
	color:#6f011e;
}
.topBanner img {
	border:none;
}
