body{
margin:0;
}

td{
margin:0em;
}

a{text-decoration:none;}

a:hover{text-decoration:underline;}

/*Session Timetable 用のスタイル*/
.session{
text-align: left;
text-indent: 0;
word-spacing: 0; 
margin: 0 ;
border-collapse : collapse;
font-size : 10pt;
line-height : 1;
}
 
.time{
width:40;
vertical-align: top;
text-align: right;
}

.flow{
width:165;
vertical-align: top;
}

.date{
text-align : center;
background-color : #C0C0C0;
font-size : 1.2em;
font-weight : bolder;
}
 
.event{
width:660;
text-align : center;
font-size : 1.2em;
}

.room{
font-size : 1.5em;
color:Red;
font-weight:bolder;
}

.rule{
border-style : solid;
border-width : 1px;
border-color : Black;
}

/* List 用のスタイル*/
.oral{
text-align: left;
text-indent: 0;
word-spacing: 0; 
margin: 0 ;
font-size : 10pt;
line-height : 1;
}

.index{
vertical-align: top;
width : 70;
white-space: nowrap;
}

.title{
text-align: left;
}