/* 大阪府立狭山池博物館 CSS FILE03 */
/* anchor pseudo-class */
A:link { color: #FFEEEE; text-decoration: none; }
A:visited { color: #FFEEEE; text-decoration: none; }
A:active { color: #005599; text-decoration: underline; background-color: #FFEEEE; }
A:hover { color: #005599; text-decoration: underline; background-color: #FFEEEE; }
/* class */
BODY { background-color: #005599, color: #EEEEEE; font-family: "ＭＳ Ｐゴシック",Osaka,"ＭＳ ゴシック",Gothic,sans-serif; }
P.number { text-indent:11pt; }
DIV.number {text-indent:11pt; }
.strong { background-color: #C01111; color: #FFFFFF; padding: 0.1em; }
.strong2 { background-color: #3E3E3E; color: #BBBBAA; font-size: small; }
.s { color: #FFFFFF; font-weight: bold; }
.ml { width: 100%; margin: 0em 0em 0em 1em; }
.tittle { background-color: #801111; font-weight: bold; }
.person { color: #FFFF55; font-weight: bold; }
.date { color: #FF0000; }
.web_data { color: #FEFABE; }
.name_data { color: #FEFABE; }

