/* 
<LINK REL=STYLESHEET TYPE="text/css" HREF="../avalon.css">
（style適用時の、head要素への埋め込みタグ）
*/

BODY {background: #ECD6BF url(castle.gif);
 color: #8B0000;
 margin: 5%;
 }

A:link { color: #FF0000 }
A:visited { color: #D55A00 }
A:active { color: #3333FF }
A:hover { color: #FF33FF }
A { text-decoration: none; }

H1,H2 { text-align: left; font-family: ＭＳ Ｐ明朝,ＭＳ Ｐゴシック;background-color: #8B0000; color: #FFE5B8 }
/*
H4 { font-weight: normal; background-color: #E6CCA0 }
*/
P,DIV { font-size: 10pt; text-indent: 10px; line-height: 150%; text-align: left }
OL,UL { font-size: 10pt; line-height: 150%; text-align: left }
P.right { font-size: 10pt; text-indent: 10px; text-align: right }
P.center { font-size: 10pt; text-indent: 10px; text-align: center }


TABLE { width: 90%; table-layout: fixed }
TH { color: #8B0000; background-color: #E6CCA0 }
TH.shade { color: #8B0000; background-color: #D8B280 }
TD { color: #8B0000; background-color: #FFE5B8 }
TD.blank { color: #8B0000; background-color: transparent }
TD.shade { color: #8B0000; background-color: #E6CCA0 }
