@import url(../basic.css);

div#contents div.grade {
border-top: 1px dotted #ccc;
width: 680px;
margin: 30px auto 0 auto;
padding-top: 30px;
padding-bottom: 3px;
}

div#contents div.last {
border-bottom: 1px dotted #ccc;
margin-bottom: 30px;
}

div#contents div.grade p {
text-indent: 0;
margin-left:20px;
margin-right: 20px;
}

div#contents div.grade p.caption {
text-align: center;
margin-top: -10px;
}

div#contents div.grade p.photo {
text-align: center;
margin-top: 30px;
}

div#contents div.grade p.photo img {
background: url(../img/bg_photo.gif) repeat left top;
padding: 10px 3px 10px 3px;
}

div#contents div.grade p.photo img:first-child {
padding-left: 10px;
}

div#contents div.grade p.photo img:last-child {
padding-right: 10px;
}

div#contents div.grade p img.image {
margin-right: -20px;
}

div#contents p.teacher {
float: right;
text-align: center;
margin-left: 20px;
margin-right: 40px;
text-indent: 0;
font-size: 80%;
}

div#contents p.teacher img {
margin-top: 10px;
}

div#contents p.teacher img:first-child {
margin-top: 5px;
}

div#contents p.principal {
margin-right: -10px;
}

/*worksheet*/
body#worksheet {
color: #444;
font-size: 90%;
background:none;
text-align: center;
}

body#worksheet p {
margin: 10px 0 10px 0;
}

body#worksheet p img {
border: 1px solid #ccc;
}

body#worksheet form {
margin-bottom: 10px;
}