@charset "UTF-8";
/* CSS Document */
body {
	width:100%;
	font-family: 'Fanwood Text','小塚明朝 Pro','ヒラギノ明朝 Pro W3','ＭＳ Ｐ明朝',sans-serif;
	font-size: 16px;
	margin-top: 0px;
	margin:0px;
	float: none;
	color: #FFFFFF;
	background-color:#000000;
	background-size: 25% auto;
	background-repeat: repeat;
	background-attachment:fixed;
}

.container{
	padding: 50px;
}

img {
    max-width: 75%; /* you can use % */
    max-height: 100%;
}

table.timetable{
	width:350px;
	border-spacing: 0;
}



table.timetable tr,table.timetable td{
	margin:0;
	padding:0;
}

table.timetable td{
	padding:4px;
	border-top: 1px solid #FFFFFF;
	background-color:transparent;
	text-align:center; 
    vertical-align:middle;
}

table.timetable td.bottom{
	border-bottom: 1px solid #999999;
}

a {
	color: #FFD700;
	text-decoration:none;
	margin: 0px;
	padding:0 3px;
}
a:hover {
	color: #3366CC;
	text-decoration: none;
	margin: 0px;
	width: 100px;
}
strong {
	color: #FFD700;
	text-decoration:none;
	margin: 0px;
}

h1 {
	color:RED;
}.timetable {
	color: #FF0000;
}
