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


#contents{
width:800px;
height:680px;
}

#left{
width:420px;
float:left;
}

#left ul{
margin-top:20px;
margin-left:40px;
}

#right{
width:300px;
margin-top:10px;
height:650px;
margin-left:480px;
background-image:url(../images/timetable_eng.jpg);
background-position:right;
background-repeat:no-repeat;
}

h1{
font-size:20px;
color:#AA0000;
margin-top:10px;
margin-left:40px;
}


#contents p{
margin-left:40px;
margin-top:20px;
line-height:1.4;
}