@charset "utf-8";
/* CSS Document */

/* Layout */
html {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

body {
	background-color: #ccc;
	color: #a0a0a0;
	font-size: 12px;
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	line-height: 20px;
	height: 100%;
	width: 910px;
	margin: 20px auto;
	padding: 0;
}

/*--Reset-----------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
a {
	color: #ccc;
	text-decoration: none;
}
img {
	border: none;
	vertical-align: middle;
}
ul,ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* 見出し */
h1 {
	color: #ddd;
	width: 200px;
	background-color:#080808;
	font-size: 24px;
	font-weight: bold;
	padding: 15px 0;
	border:solid 2px #ddd;
	margin: 0px auto 40px;
}

h2 {
	font-size: 18px;
	width:680px;
	color:#080808;
	background-color:#c0c0c0;
	border-top:solid 5px #f5f5f5;
	border-bottom:solid 5px #f5f5f5;
	padding: 8px 15px;
	margin: auto;
}

/* 赤字 */
.red {
	display: inline;
	color: #f00;
	font-weight: bold;
}

/* サイトタイトル */
header {
	width: 900px;
	height: 90px;
	background-color: #ddd;
	border: 5px #333 solid;
	text-align:center;
	margin: 0;
	padding: 0;
}

/* コンテンツ */
#content {
	width: 900px;
	background-color: #ddd;
	border-left: 5px #333 solid;
	border-right: 5px #333 solid;
	vertical-align: top;
}

.clear { clear:both; }  
.clear hr { display:none; }  

/* メニュー */
nav {
	width: 120px;
	float: left;
	vertical-align: top;
	margin: 0;
	padding: 10px 0;
}
nav ul li {
	width: 120px;
	text-align: left;
}
nav ul li a {
	display: block;
	width: 90px;
	color: #222;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 15px;
}
nav ul li a:hover {
	color: #eee;
	background-color: #666;
}

nav ul li.text {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 0 ;
	padding: 5px 15px 5px 5px;
}

/* メインコンテンツ */
article {
	width: 780px;
	background-color: #080808;
	text-align: center;
	float: right;
	margin: 0;
	padding: 0;
}

section {
	width: 740px;
	text-align: center;
	margin: 30px auto 100px;
}

/* フッター */
footer {
	width: 900px;
	background-color: #333;
	border-left: 5px #333 solid;
	border-right: 5px #333 solid;
	border-bottom: 5px #333 solid;
	color: #ddd;
	font-size: 14px;
	font-weight: bold;
	clear: both;
	text-align: center;
	margin: 0 auto 50px;
	padding: 20px 0 22px;
}

/* TOP */
section.top {
	width: 720px;
	height: 500px;
	text-align: center;
	margin: 30px auto;
}

section.top img.top_logo{
	margin: auto auto 50px;
}

/* Topics Works */
#topics {
	margin: 10px auto 60px;
}

table.topics {
	margin: 10px auto 60px;
}

td.topic_left {
	vertical-align:top;
	text-align: left;
	width:100px;
	font-size: 14px;
	font-weight:bold;
	color:#080808;
	line-height: 1.5;
	background-color:#c0c0c0;
	padding: 5px 10px 15px;
}

td.topic_right {
	vertical-align:top;
	text-align: left;
	width:500px;
	color: #fff;
	font-size: 14px;
	font-weight:bold;
	line-height: 24px;
	background-color: #474A4D;
	padding: 5px 10px 15px;
}

#topics td.topic_right .normal {
	font-weight: normal;
}

td.topic_right2 {
	vertical-align:top;
	text-align: left;
	width:500px;
	color: #eee;
	font-size: 14px;
	line-height: 24px;
	background-color: #474A4D;
	padding: 5px 10px 15px;
}

td.topic_right a {
	color: #fff;
}

td.topic_right a:hover {
	color: #fff;
	text-decoration: underline;
}

td.topic_right pre {
	color: #fff;
}

td.topic_mon_day {
	vertical-align: middle;
	text-align: center;
	background-color: #666;
}

td.topic_detail {
	vertical-align: top;
	text-align: left;
	background-color: #333;
	padding: 5px 10px;
}

.coment {
	text-align: left;
	font-size: 12px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}

td.topics {
	width: 250px;
	vertical-align:top;
	text-align: left;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	background-color: #474A4D;
	padding: 20px 10px 20px 20px;
}

td.topics2 {
	width: 350px;
	vertical-align:top;
	text-align: left;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	background-color: #474A4D;
	padding: 20px 20px 20px 10px;
}

td.topics .date {
	font-size: 12px;
	font-weight: normal;
}

td.topics img {
	vertical-align: top;
	background-color: #474A4D;
	margin: auto;
}

p.line{
	border-bottom:dashed 1px #a0a0a0;
	margin-top: 20px;
	margin-bottom: 60px;
}

/* Profile */
ul li.profile {
	width: 700px;
	background-color: #474A4D;
	margin: 10px auto 0;
}

ul.profile-img {
	float: left;
	width: 250px;
	padding: 30px 10px 50px 30px;
}
ul.profile-img li img {
	vertical-align: top;
	margin: 0 auto;
}
ul.profile-text {
	vertical-align: top;
	float: right;
	width: 380px;
	padding: 30px 30px 50px 0;
}

ul li.profile-name {
	color: #eee;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	border-bottom: solid 1px #eee;
	margin: 10px 30px 10px 0; 
	padding: 0 5px 0 10px;
	
}
ul li.profile-text, ul li.profile-text-english {
	text-align: left;
	color: #eee;
	font-size: 14px;
	line-height: 1.6;
	padding: 0 30px 0 10px;
}
ul li.profile-text p, ul li.profile-text-english p {
	padding: 0;
	margin: 0 auto 20px;
}

ul.profile-img-e {
	float: left;
	width: 250px;
	padding: 30px 10px 50px 30px;
}
ul.profile-img-e li img {
	vertical-align: top;
	margin: 0 auto;
}
ul.profile-text-e {
	float: right;
	width: 380px;
	padding: 30px 30px 50px 0;
}


/* CD */
.cdtable {
	width: 550px;
	margin: 10px auto 60px;
	border: 0;
}

td.cdimg {
	vertical-align:top;
	text-align: center;
	width: 210;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	background-color: #474A4D;
	padding: 20px;
}

td.cdimg img {
	vertical-align: top;
	background-color: #474A4D;
	margin: auto;
}

td.cdimg a {
	color: #fff;
}

td.cddetail {
	vertical-align:top;
	text-align: left;
	width: 275px;
	color: #fff;
	background-color: #474A4D;
	padding: 20px 20px 20px 5px;
}

.cdtitle {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

.player {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	border-bottom: solid 1px #eee;
	margin-left: 10px;
}

.player2 {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	border-bottom: solid 1px #eee;
	margin: 0 0 20px 10px;
}

.inst {
	vertical-align:top;
	text-align: left;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	margin-left: 10px;
	padding-left: 50px;
	margin-bottom: 10px;

}

.cdtext {
	vertical-align:top;
	text-align: left;
	color: #eee;
	font-size: 12px;
	line-height: 1.5;
	margin-left: 10px;
	margin-bottom: 10px;
}

.cdtext a {
	color: #eee;
}

.cdcoment {
	text-align: left;
	font-size: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.space20 { height: 20px; }
.space50 { height: 50px; }
/* Link */
ul li.link {
}

strong.link {
	font-size: 12px;
	font-weight: normal;
}

ul li.link-title {
	width: 490px;
	color:#ddd;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px #ddd solid;
	margin: 0 auto;
	padding: 0 0 3px 10px;
}

ul li.link-title a {
	color:#ddd;
	text-decoration: none;
}

ul li.link-title a:hover {
	color:#ddd;
	text-decoration: underline overline;
}

ul li.link-text {
	width: 480px;
	color:#ddd;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: right;
	margin: 3px auto 40px;
	padding: 0 20px 0 0;
}

#link {
	margin: 10px auto 60px;
}

td.link {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
td.link a {
	color: #ccc;
	text-decoration: none;
}

/* Schedule */
ul li.pastschedule {
	text-align: left;
	margin: 0 0 5px 15px;
}

ul li.schedule {
	width: 740px;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

ul.schedule-left {
	float: left;
	width: 300px;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

ul.schedule-right {
	float: right;
	width: 440px;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

ul li.thismonth {
	float: left;
	width: 110px;
	color:#ddd;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
}

ul li.month {
	float: left;
	width: 90px;
}

ul li.month a {
	display: block;
	width: 50px;
	text-align: center;
	color:#ddd;
	font-size: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	line-height: 20px;
	border:solid 1px #ddd;
	padding: 0 5px;
	margin: 2px 15px;
	
}
ul li.month a:hover{
	color:#080808;
	background:#ddd;
}

ul li.eventlist {
	margin: 0 auto 10px;
}

ul li.eventlist a {
	display: block;
	width: 270px;
	text-align:left;
	color: #eee;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	text-decoration:none;
	border-bottom:dotted 2px #eee;
	margin: 0;
	padding: 15px 15px 2px;
}

ul.schedule-day {
	width: 420px;
	background-color:#ddd;
	vertical-align: top;
	margin: 0 0 30px 20px;
	padding: 0 0 0 0;
}

ul li.title {
	width: 390px;
	text-align:left;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	background-color:#555;
	margin: 0;
	padding: 15px;
}

ul li.detail-head {
	width: 390px;
	text-align:left;
	color:#000;
	font-size: 14px;
	font-weight: bold;
	border-bottom: solid 1px #000;
	margin: 0 15px;
	padding: 10px 0 0;
}

ul li.detail-head2 {
	width: 376px;
	text-align:left;
	color:#000;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	border-top: solid 1px #666;
	border-left: solid 6px #666;
	border-bottom: solid 1px #666;
	margin: 5px 15px;
	padding: 0 0 0 8px;
}

ul li.detail-text {
	width: 384px;
	text-align:left;
	color:#000;
	font-size: 14px;
	line-height: 20px;
	padding: 4px 10px 15px 26px;
}

ul li.detail-text a {
	color:#222;
	font-weight: bold;
}

ul li.detail-text a:hover {
	text-decoration: underline;
}

ul li.blank-space1 {
	height: 40px;
	background-color: #080808;
}

ul li.blank-space2 {
	height: 30px;
}


#schedule {
	margin: 10px auto 60px;
}

.sch {
	vertical-align: top;
}

.year {
	vertical-align: middle;
	text-align:center;
	width: 280px;
	font-size: 12px;
	color:#ddd;
}

.mont{
	vertical-align: middle;
	width: 80px;
	height: 40px;
	border:none;
	text-align:center;
}
.thismonth{
	vertical-align: middle;
	width: 130px;
	height: 40px;
	border:none;
	text-align:center;
}
.mon{
	color:#ddd;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:0px;
	margin-top:0px;
	background-color:#080808;
}
.mon a{
	color:#ddd;
	font-size: 10px;
	fon-weightt: bold;
	background-color:#080808;
	text-decoration:none;
	line-height: 2;
	padding-left:4px;
	padding-right:4px;
	border:solid 1px #ddd;
}

.mon a:hover{
	color:#080808;
	background:#ddd;
}

.list{
	vertical-align:top;
	width: 280px;
	border :none;
}
p.list {
	width: 260px;
	text-align:left;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
	border-bottom:dotted 2px #e0e0e0;
	margin-left:10px;
	margin-right:10px;
	margin-top:15px;
	padding-left:10px;
	padding-bottom:5px;
	color:#ddd;
	text-decoration:none;
	background:#080808;
}
p.list a{
	color:#ddd;
	text-decoration:none;
	background:#080808;
}

.day {
	vertical-align:top;
	text-align: left;
	width:390px;
	color:#000;
	background-color:#ddd;
	padding:5px 10px 20px;
	border:solid 1px #ddd;
}
.day a{
	color:#000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	background-color:#ddd;
	text-decoration:none;
}

.day a:hover{
	text-decoration: underline;
}

.title {
	width:370px;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	line-height: 1.4;
	padding: 8px 10px 8px;
	margin-bottom: 10px;
	color:#fff;
	background-color:#555;
}

.title a{
	color:#fff;
	background-color:#555;
	text-decoration:none;
}

pre {
	color:#000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

.space {
	margin: 20;
}


/* Media */
.movie {
	width: 650px;
	margin: 20px auto 50px auto;
	text-align: center;
}
.mediatext {
	width: 650px;
	margin: 20px auto 50px auto;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	text-align: center;
}
.mediatext a{
	color: #bbb;
	background-color: #000;
}
.mediatext a hover{
	text-decoration: underline;
}

.media_space01{
	height: 10px;
}

.media_space02{
	height: 50px;
}
