body {
	background-color: #fff;
	scrollbar-base-color: #aaf;
}



/* -クラス- */

.top {
	background-image: url(img/top.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	text-decoration: none;
	color: #69f;
	margin: 0px;
	padding: 0px;
}

.o_flow {
	overflow: auto;
	width: 100%;
	height: 500;
}

.o_flow_s {
	overflow: auto;
	width: 100%;
	height: 464;
}

.main {
	background-image: url(img/back01.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 10px;
	padding-left: 10px;
}

.main_2 {
	background-image: url(img/back01.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 10px;
}

.under {
	background-image: url(img/under17.gif);
	background-repeat: repeat-x;
	height: 32px;
}

.box {
	text-decoration: none;
}

.i_box{
	border-style: dotted;
	border-color: #00f;
	background-color: #6cf;
	color: #00f;
	text-align: center;
	padding: 3px;
	margin-right: 10px;
}
/* -項目別- */

.inline {
	border: 3px #00f;
	border-style: solid;
	color: #69f;
	overflow: auto;
	width: 200px;
	height: 150px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-bottom:0px
}

.setsumei {
	border-style: dotted;
	border-color: #00f;
	background-color: #fff;
	color: #69f;
	width: 200px;
	padding: 5px;
	margin-top: 15px;
	margin-bottom:0px
}

.bana {
	border-style: dotted;
	border-color: #00f;
	background-color: #69f;
	color: #00f;
	text-align: center;
	width: 200px;
	height: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
	margin-bottom:0px
}

/* 非表示 */
.none {
	display: none;
	z-index: 0;
}

/* メニュー BG */
.menu {
	background-image: url(img/bg_space.gif);
	background-repeat: repeat-y;
	width: 100px;
	z-index: 1;
}

/* メニュー */
.home {
	background-image: url(img/bt-home.gif);
	width: 100px;
	height: 32px;
	z-index: 2;

}

.profile {
	background-image: url(img/bt-plofile.gif);
	width: 100px;
	height: 32px;
	z-index: 2;

}
.news {
	background-image: url(img/bt-news.gif);
	width: 100px;
	height: 32px;
	z-index: 2;

}
.museum {
	background-image: url(img/bt-museum.gif);
	width: 100px;
	height: 32px;
	z-index: 2;

}
.live {
	background-image: url(img/bt-live.gif);
	width: 100px;
	height: 32px;
	z-index: 2;

}
.special {
	background-image: url(img/bt-special.gif);
	width: 100px;
	height: 32px;
	z-index: 2;

}
.blog {
	background-image: url(img/bt-blog.gif);
	width: 100px;
	height: 32px;
	z-index: 2;

}
.link {
	background-image: url(img/bt-link.gif);
	width: 100px;
	height: 32px;
	z-index: 2;
}

.s_map {
	border-style: none;
	background-color: #cff;
	color: #00f;
	text-align: center;
	width: 100px;
	height: 32px;
	padding-top: 7px;
}

/* --- 擬似クラス --- */

:link {
	text-decoration: none;
	color: #00f;
}

:visited {
	text-decoration: none;
	color: #3cf;
}
