/*--------------------------------------
        基本スタイル
--------------------------------------*/

body {
  background-color:white;
  color:black;
}

table,tbody,tr,th,td {
  border:none;
  margin:0px;
  padding:0px;
  empty-cells:show;
}

hr {
  border:solid 1px lightblue;
  text-align:center;
}

a {
  color:royalblue;
}
a:hover,a:active {
  color:orange;
  text-decoration:none;
}
a img {
  border-style:none;
}

blockquote {
  background-color:lightcyan;
  color:gray;
  margin:16px;
  padding:4px 8px;
}

em {
  font-style:normal;
  font-weight:bold;
  color:cornflowerblue;
}

li {
  list-style-image:url(http://www.geocities.jp/korowinu/img/ucsr.gif);
}

big {
  font-size:150%;
}
.mini {
  font-size:70%;
}


/*--------------------------------------
        枠スタイル
--------------------------------------*/

/* 枠まるみ  wh…WindowHeader  wf…WindowFooter */
.wh{ background:url(http://www.geocities.jp/korowinu/img/wh.gif) no-repeat left top; }
.wf{ background:url(http://www.geocities.jp/korowinu/img/wf.gif) no-repeat right bottom; }

/* 枠内文字 */
.wk {
  padding:1px 10px;
  font:bold;
}

.wk em { color:orange; }
.wk a { color:azure; }
.wk a:hover,.wk a:active { color:orange; }


/*--------------------------------------
        記事スタイル
--------------------------------------*/

/* 記事タイトル */
.document_title {
  background-color:steelblue;
  color:white;
  font-size:20px;
}

/* 記事欄 */
.document {
  background-color:azure;
  color:black;
  font-size:24px;
}
.document ul { list-style-image:url(http://www.geocities.jp/korowinu/img/pts.gif); }


/*--------------------------------------
        ページリンクスタイル
--------------------------------------*/

/* ページリンク */
.pglink {
  color:white;
  padding:0px 4px;
  font-size:20px;
  font:bold;
}
.document_title .pglink {
  color:white;
}
.document .pglink {
  color:navy;
}
.pglink em { color:orange; }


/*--------------------------------------
        外部リンク
--------------------------------------*/

a.exlink {
  background:url() no-repeat right center;
  padding-right:24px;
}
a:hover.exlink,a:active.exlink {
  background-image:url(http://www.geocities.jp/korowinu/img/lcsr.gif);
}
