@charset "euc-jp";
/*
==========================================================================================
共通印刷用スタイルシート
Copyright (C) 2008-2011 ういすぷ, All right reserved. 
http://wisp.tree-web.net/

Powered by WebBoard
http://works.tree-web.net/webboard/

Produce by TREE-WEB
http://tree-web.net/
==========================================================================================
*/
*{
   margin:0;
   padding:0;
   font-weight:normal;
   list-style-type:none;
   line-height:normal;
   text-align:left;
   border:none;
   text-decoration:none;
   font-style:normal;
   font-size:14px;
   
   background-image:none;
   background-color:#fff;
   color:#000;
}


html {
   width:100%;
   min-height:100%;
   height:auto !important;
   text-align:center;
   background-color:#fff;
   position:relative;
}
body {
   width:640px;
}


#side-contents,
#side-FreeContents,
#user_header,
#user_footer,
#backlink_header,
#backlink_footer,
#contents .sbm-icon,
#contents .sbm-icon2,
#contents .social_area,
#contents .page-link,
#contents .entry-footer,
#contents .sbm-detailed,
#topicCategory,
#tags,
#contents .quotation,
#contents .comment-title-header,
#comment-send
{
   display:none;
}


#contents,
#contents div {
   width:100%;
   border:none;
   padding:0px;
   margin:0px;
}
#contents a {
   text-decoration:underline;
   color:#000;
   background:none;
}


#contents #Footer-Contents {
   position:absolute;
   bottom:0px;
}



/*
----------------------------------------------------------------------
blog title
----------------------------------------------------------------------
*/
#contents h1 {
   width:100%;
   height:3em;
   
   border:none;
   display:block;
   background-color:#000;
   background-image:none;
   
   margin-bottom:2em;
}
#contents h1 a {
   color:#fff;
   width:100%;
   background:none;
   position:static;
   
   font-size:1.6em;
   font-weight:bold;
   line-height:2.0em;
   margin:0px;
   padding:0 10px;
}



/*
----------------------------------------------------------------------
topics
----------------------------------------------------------------------
*/
#contents .entry-topic {
   border-style:solid;
   border-width:1px;
   border-color:#000;
   
   
   margin:0px;
   margin-bottom:60px;
   
}
#contents .entry-topic h2 {
   background-color:#eee;
   padding:0px;
   width:100%;
   border:none;
   background-image:none;
   padding:5px 0 5px 5px;
}
#contents .entry-content {
   overflow:visible;
   padding:5px;
}



/*
----------------------------------------------------------------------
comment
----------------------------------------------------------------------
*/
#comment {
  display:none;;
}




