@charset=utf-8;
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
}

#wrapper {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
/*　画像切り替え　*/
ul.slide {
	overflow: hidden;
	width: 1000px;
	height: 534px;
	margin-left: 60px;
	margin-top: -5px;
}
ul.slide li {
  position: absolute;
  list-style: none;
}
/*　ここまで　*/

/*　リンク文字設定　*/
a{/*リンクされた文字*/
    color:black;
    font-style:normal;
    text-decoration:underline;
}
a:link {/*未訪問のリンク*/
    color:black;
    font-style:normal;
    text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
    color:black;
    text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
    color:black;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}
/*　ここまで　*/

/*　メニューを常に表示　*/
#header2 {
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
}
/*　ここまで　*/

#top {
	width: 1000px;
	height: 534px;
	margin-left: 100px;
}

/*　index　*/
#info1 {
	float: left;
	width: 1000px;
	height: 210px;
	text-align: left;
	font-size: 13px;
	margin-left: 100px;
}
#info1 dt {
	width: 1000px;
	height: 110px;
	overflow-y: auto;
	margin-top: -15px;
	padding-left: 40px;
}
#info3 {
	width: 300px;
	height: 610px;
	float: left;
}
iframe.live {
	float: left;
}
/*　ここまで　*/

span {
	color: #FF0000;
}
.small {
	font-size: 12px;
	width: 1000px;
	margin-left: ;
	margin-right: auto;
	text-align: left;
	margin-left: auto;
}

.black {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
	width: 1000px;
	margin-left: 100px;
}

.text8 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 14px;
  font-weight: 600;
}