/* std.css に対する差分のみ記述 */

*{
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: small;
}

div.date{
text-align: left
}

div.normal{
font-size: small;
}

h1{
font-weight: bold;
font-family: Times New Roman;
}

h2{
font-size: x-large;
font-weight: normal;
font-family: Times New Roman;
}

h3{
font-family: Times New Roman;
padding: 0px 5px 0px 0px;
border-left: 0px;
border-right: 8px #00FF00 solid;
}

h4{
font-family: Times New Roman;
}

div.right{
font-size:small;
position: absolute;
top:auto;
right:15px;
bottom:auto;
left:auto;
margin-top:5px;
width:160px;
}




