﻿@charset "utf-8";

/* レイアウト
--------------------------------------------------*/
#index_left {
	width: 310px;
	float: left;
	display: block;
}

#index_right {
	width: 585px;
	float: left;
	display: block;
}



/* 説明文
--------------------------------------------------*/
.explanation {
	width: 100%;
	margin-bottom: 10px;
	font-size: 100%;
	line-height: 1.5;
	padding-top: 20px;
}

.explanation02 {
	width: 300px;
	margin-bottom: 10px;
	font-size: 100%;
	line-height: 1.5;
	padding-top: 20px;
}


/* フラッシュ
--------------------------------------------------*/
.topimage {
	width: 900px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

/* トピックス
--------------------------------------------------*/
.topics_wrop {
	width: 581px;
	font-size: 100%;
	background-color: #EFEFEF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 20px;
}

.topics_title {
	width: 581px;
	background-color: #EFEFEF;
	margin: 0px;
	padding: 0px;
}

.topics_title a{
display:block;
width:581px;
background:url(../index_img/news.jpg) no-repeat;
height:30px;
text-decoration:none;
text-align:center;
    text-indent:-9999px;
}

.topics_title a:hover{
background:url(../index_img/news_on.jpg) no-repeat;
}

.topics {
	padding: 0px;
	width: 580px;
	font-size: 100%;
	line-height: 1.4px;
	background-color: #EFEFEF;
}

.icon20 {
	margin: 10px;
	font-size: 100%;
	line-height: 1.4;
	background-image: url(../news/img/topics.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 65px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.icon10 {
	margin: 10px;
	font-size: 100%;
	line-height: 1.4;
	background-image: url(../news/img/event.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 65px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.icon40 {
	margin: 10px;
	font-size: 100%;
	line-height: 1.4;
	background-image: url(../news/img/artist.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 65px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.icon30 {
	margin: 10px;
	font-size: 100%;
	line-height: 1.4;
	background-image: url(../news/img/museum.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 65px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

.topicsleft {
	float: left;
	margin-right: 10px;
}

/* バナー
--------------------------------------------------*/
#bunner {
	width: 315px;
	font-size: 100%;
	padding: 0px;
	text-align: left;
	margin: 0px;
	padding-top: 20px;
}

#bunner ul{
    list-style:none;
    width:100%;
}
#bunner li{
	list-style:none;
	width:256px;
	margin-bottom: 5px;
}
#bunner a{
    display:block;
    width:256px;
    text-indent:-9999px;
    overflow:hidden;
}


#bunner01 a{
display:block;
width:256px;
background:url(../index_img/bunner01_off.jpg) no-repeat left;
height:88px;
text-decoration:none;
}

#bunner01 a:hover{
background:url(../index_img/bunner01_on.jpg) no-repeat left;
}

#bunner02 a{
display:block;
width:256px;
background:url(../index_img/bunner02_off.jpg) no-repeat left;
height:88px;
text-decoration:none;
}

#bunner02
 a:hover{
background:url(../index_img/bunner02_on.jpg) no-repeat left;
}

#bunner03 a{
display:block;
width:256px;
background:url(../index_img/bunner03_off.jpg) no-repeat left;
height:88px;
text-decoration:none;
}

#bunner03 a:hover{
background:url(../index_img/bunner03_on.jpg) no-repeat left;
}

.text_box p {
	font-size: 100%;
	line-height: 1.5;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.center {
	font-size: 100%;
	line-height: 1.4;
	padding-top: 5px;
	text-align: center;
}
