@charset "utf-8";
/* CSS Document */
/* Common ******************/
.coursename{
color:#FF9A04;
font-size :14px;
font-weight :bold ;
}
.imageright{
float:right;
margin-left :10px;
}
.imageleft{
float:left;
margin-right :10px;
}
.tokucho{
color:#6A9924;
font-size :13px;
font-weight:bold;
}
.tokucho hr{
height :1px;
border-style :dashed;
border-color :#A5A5A7;
margin-top :3px;
margin-bottom :3px;
}
.box{
   border :1px solid #CDCDCF;
   background-color: #F0F0F0;
   padding :3px;
}
.box .smallboxyellow{
   border :1px solid #CDCDCF;
   background-color: #FFFFD7;
   padding :10px;
}
.box .smallboxwhite{
   border :1px solid #CDCDCF;
   background-color: #FFFFFF;
   padding :3px;
}

#course_content{
width :750px;
text-align:left; 
padding-bottom :10px;
background-attachment: scroll;
}
  

