html {
	height:100%;
}
body {
	background-color:#fff;
	text-align: center;
	margin: 0;
	height:100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'EE EゴシチE',sans-serif;
}
* html body {
	padding-right:20px;
}



a img {
	border: none;
}

.main {
	width:100%;
	text-align:center;
}

table {
	padding-top:5px;
	padding-right:5px;
	color:#004f88;
}
.schedule_title {
	font-size:10px;font-weight:bold;
}

.date {
	padding-top:5px;
	font-size:14px;font-weight:bold;
	text-align:left
;}
.time {
	font-size:12px;font-weight:bold;
	text-align:left;
}
.name {
	font-size:16px;font-weight:bold;
	text-align:left;
}
.about {
	border-bottom:4px solid #d5d5d5;
	padding-top:4px;padding-bottom:4px;padding-right:5px;
	font-size:12px;font-weight:bold;
	text-align:right;
}
.about a:link {color:#eb610e;text-decoration:none;}
.about a:hover {color:#ff4800;text-decoration:underline;}
.about a:visited {color:#f08a4d;text-decoration:none;}
.about a:active {color:#eb130e;text-decoration:underline;}

.aboutlink {
	text-align:left;
	font-weight:bold;
	margin:3px;
}
.aboutlink a:link {color:#eb610e;text-decoration:none;}
.aboutlink a:hover {color:#ff4800;text-decoration:underline;}
.aboutlink a:visited {color:#f08a4d;text-decoration:none;}
.aboutlink a:active {color:#eb130e;text-decoration:underline;}