/* bloodvane.css...20110421 */
BODY{
 font-size: 12px;
 color: lightgoldenrodyellow;
 font-family: "MS UI Gothic","Osaka";
 background: darkseagreen no-repeat bottom right fixed;
 margin: 0 10%;
}

IMG{
 border: 0px;
}

IMG.newbook{
 border-width: 1px;
 border-color: black;
 border-style: solid;
}

TABLE.diary{
 width: 640px;
 background: darkslategray;
 font-size: 12px;
 border-color: lightgoldenrodyellow;
 border-width: 1px 2px 1px 2px;
 border-style: solid;
 border-collapse: collapse;
}

TABLE.titlehead{
 width: 640px;
 font-size: 12px;
 border-width: 0px;
}

TABLE.headline{
 width: 640px;
 font-size: 12px;
 border-color: darkgreen;
 border-width: 0px 0px 1px 8px;
 border-style: solid;
 border-collapse: collapse;
}

TABLE.caption{
 font-size: 12px;
 margin: 0px;
 width: 320px;
 float: right;
}

TD.title{
 padding: 0px;
}

TD{
 padding: 2px;
}

TD.index{
 text-align: center;
}

TD.picture{
 padding: 0px;
 border-width: 0px;
}

H1,H2,H3,H4,H5,H6{
 margin: 0;
 font: 12px normal;
}

SPAN.title{
 color: darkslategray;
 background: lightgoldenrodyellow;
 border-color: lightgoldenrodyellow;
 border-style: solid;
 border-width: 1px;
 border-collapse: collapse;
}
	
SPAN.tab{
 color: lightgoldenrodyellow;
 background: darkslategray;
 border-color: darkslategray;
 border-style: solid;
 border-width: 1px;
 border-collapse: collapse;
}
	
BR.clear{
 clear: both;
}

H2.date{
 font-family: "Impact", "MS UI Gotihc", "Times Roman", "Times", serif;
}

SPAN.menuindex{
 font-size:8px;
}

SPAN.explain{
 color: darkslategray;
}

SPAN.nop{
 color: lightblue;
}

SPAN.hide{
 color: azure;
}

SPAN.ex{
 color: crimson;
}

HR.ex{
 border-color: firebrick;
 width: 100%;
 border-style: ridge;
}

A:link   { text-decoration:none; color:lime }
A:visited{ text-decoration:none; color:lightskyblue }
A:active { text-decoration:underline; color:royalblue }
A:hover  { text-decoration:underline; color:crimson }
