@charset "utf-8";
/* CSS Document */


.student{
width:285px;
padding:10px;
border:1px #ccc solid;
}

.student div.img{
width:102px;
float:left;
}

.student p img{
border:1px #ccc solid;
margin-bottom:5px;
}

.student p span{
text-align:left;
font-size:10px;
line-height:1.2em;
}

.student p span.name{
font-size:12px;
line-height:1.8em;
}

.student div.message{
width:173px;
float:right;
}

.student div.message p.sub_t{
font-size:12px;
font-weight:bold;
color:#3399CC;
}

.student div.message p.naiyou{
margin-top:5px;
}

.student div.message p span{
font-size:10px;
color:#333333;
}

p.top_menu{
display:block;
border-top:#cccccc 1px solid;
border-left:#cccccc 1px solid;
border-right:#666666 1px solid;
border-bottom:#666666 1px solid;
background-color:#eeeeee;
text-align:center;
letter-spacing:0;
padding:3px 5px;
white-space:nowrap;
}

p.top_menu a{
display:block;
text-decoration:none;
color:#333333;
}

p.top_menu a:hover{
display:block;
text-decoration:none;
color:#003399;
}
