@charset "utf-8";
/* CSS Document */

body{
	margin: 10px 30px;
}

h1, h2, h3{
color:#0033FF;
}

p{font-size:14px;}

table{}

tr{}

td{
font-size:12px;
}

.timetable td{
border:1px dashed #000000;
font-size:16px;
text-align:center;
}

.time{
font-weight:bold;
}

