@charset "euc-jp";

/*
==========================================================================================
Copyright (C) 2009 ういすぷ, All right reserved. 
http://wisp.tree-web.net/

powered by TREE-WEB.NET
http://www.tree-web.net/
==========================================================================================
*/
em {
   font-weight:normal;
   list-style-type:none;
   font-style:normal;
}

.font-style-B{ font-weight:bold; }
.font-style-I{ font-style:oblique; }
.font-style-S{ text-decoration:line-through; }
.font-style-U{ text-decoration:underline; }

.font-size-xx-small{ font-size:xx-small; }
.font-size-x-small{ font-size:x-small; }
.font-size-small{ font-size:small; }
.font-size-medium{ font-size:medium; }
.font-size-large{ font-size:large; }
.font-size-x-large{ font-size:x-large; }
.font-size-xx-large{ font-size:xx-large;line-height:1.1em; }


/* 等角指定 */
.MOJI_QUOTATION,.MOJI_SOURCE
,blockquote,pre{
   font-family:monospace;
}


/* 引用処理 */
blockquote{
   margin:0px 0px 0px 20px;
   background-color:#d6d1cb;
   border-left-style:solid;
   border-left-width:10px;
   border-color:#998f87;
   padding:10px;
   display:block;
}
/* ソース */
pre{
   margin:0px;
   white-space:pre;
   background-color:#d6d1cb;
   padding:10px;
   display:block;
line-height:1.0em;
}

/* nodata */
#nodata{
   display:block;
   width:100%;
   height:600px;
}


