@charset "utf-8";

div.message p.text{
z-index:10;
width:350px;
}
div.message p.text2{
z-index:10;
width:300px;
}
div.message p.pict3{
z-index:1;
margin:-150px 0 0 0;
}
div.message p.auther{
clear:both;
}

/* history */
div.history table{
border:none;
font-size:95%;
}
div.history table tr th{
background:#C7E07E;
}
div.history table tr td{
border:none;
vertical-align:top;
}
div.history table tr th.year{
width:10em;
}
div.history table tr th.month{
width:2.5em;
}
div.history table tr td.month{
text-align:right;
}
div.history table tr td.year,
div.history table tr th.month.end,
div.history table tr td.end{
border-bottom:1px solid #A5CE31;
}*

/* profile */
div.profile dl dt{
width:5em;
}
div.profile dl dd{
padding:0.2em 0 0.2em 6em;
}