/* CSS Document */
body {background-color:#FFF;
margin-left:0;
margin-top:0;
background-image:url(../image/bg_01.gif);
}

#contents img{
border-right:1px solid #999;
border-bottom:1px solid #999;
margin:3px 3px 3px 0;
padding:2px;
float:right
}

#contents img.none{
border:none;
padding:1px;
float:right
}

#contents img.hike{
border:1px dotted #999;
margin:3px 5px 3px 20px;
padding:1px;
float:left
}

h2 {clear:left}
h3 {color:#060;
border-left:5px solid #696;
margin-left:1.5em;
margin-top:1.2em;
clear:both}

p.explain {line-height:1.8em}

p {line-height:1.4em}

p.course{text-align:right}

#contents table{
width:95%;
margin-left:15px;
background-color:#FFF;
empty-cells:show;
}

#contents td{border-right:1px solid #999;
background-color:f8f8ff;
text-align:center}

caption{text-align:center;
background-color:#360;
font-size:1.0em;
font-weight:bold;
line-height:1.4em;
color:#FFF;
}

th{font-weight:normal;
background-color:#9c6;
border-right:1px solid #999;
border-bottom:1px solid #993;
font-size:13px}


a.arrow {background:url(../image/arrow03.gif) no-repeat center left;
padding-left:15px;
color:#333;
float:left;
text-decoration:underline
}
a.arrow:hover{background-color:#99CC66}

a.nor{background-image:none;
text-decoration:underline;
float:none
}