@charset "euc-jp";
/*
==========================================================================================
共通印刷用スタイルシート
Copyright (C) 2008-2009 ういすぷ, All right reserved. 
http://wisp.tree-web.net/

powered by TREE-WEB.NET
http://www.tree-web.net/
==========================================================================================
*/

body, html, #contents, #contents-base, .entry-contents {
   background: #fff url("none.gif") no-repeat fixed;
   margin:0px auto;
   font-size:10pt;
   color:#000;
   width:100%;
}
#side-contents, #side-FreeContents, #user_header, #user_footer, .entry-footer, .back-link, .page-link
,#comment-send, .comment-title-header, .quotation
{
   display:none;
}
h1, h2, h3, h4, h5, h6, h7, p, span, div, a:link, a:visited, a:hover {
   text-decoration:none;
   color:#000;
   border:none;
}
.entry-contents ,#comment{
   width:100%;
   margin-bottom:5em;
}
h1.Header-Data{
   width:100%;
   padding-bottom:2em;
}
.entry-contents h2.entry-topic ,.entry-contents .entry-info,#Footer-Contents, #comment {
   background: #fff url("none.gif") no-repeat fixed;
   border:none;
}
#Footer-Contents {
   height:3em;
}
.entry-contents h2.entry-topic {
   border-style:solid;
   border-color:#333;
   border-width:1px;
}
.entry-contents .entry-info h3.post-time {
   color:#000;
}
.entry-contents .entry-info p{
   width:100%;
   text-align:left;
}


/* 引用処理 */
.MOJI_QUOTATION{
   background-color:#eee;
   border-left-style:solid;
   border-left-width:10px;
   border-color:#aaa;
}
/* ソース */
.MOJI_SOURCE{
   border-color:#eee;
   border-left-style:solid;
   border-left-width:10px;
   white-space:pre;
   background-color:#eee;
}




