@charset "UTF-8";






/* 大きな画像
---------------------------------------------------- */
.top_image {
	width: 100%;
	height: 336px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.top_image2000 {
	width: 2000px;
	height: 336px;
	left: 50%;
	margin-left: -1000px;
	position: absolute;
	z-index: 1;
}


.viewer {
	margin: 0 auto;
	width: 2000px;
	height: 336px;
	text-align: left;
	overflow: hidden;
}

.viewer ul {
	width: 2000px;
	height: 336px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

.viewer ul li {
	top: 0;
	left: 0;
	width: 2000px;
	height: 336px;
	display: none;
	position: absolute;
}





/* NEWS&TOPICS
---------------------------------------------------- */

.news_space{
	float: left;
	width: 960px;
	margin-top: 25px;
}


.news_box{
	float: left;
	width: 460px;
}


.news_box_title{
	margin-bottom: 20px;
	font-size: 1.2em;
	padding-left: 10px;
	border-left-width: 12px;
	border-left-style: solid;
	border-left-color: #67CA3B;
	padding-top: 2px;
}





/* 出版物・資料
---------------------------------------------------- */
.publications_area{
	float: left;
	width: 960px;
	padding-top: 15px;
	padding-bottom: 8px;
}

.publications_area img{
	float: left;
}



