/* 
    Document   : admin
    Created on : 2009/09/04, 12:00:31
    Author     : shinichiro
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
.main_waku{
  border-style: solid;
  border-color: #ffaaaa;
  border-width: 1px;
  float:left;
  padding:4px 4px 4px 4px;
  margin:0 0 10px 0px;
  width:168px;
  height:184px;
  background-color:#ffffff;
}
/* 詳細ページ外枠 */
.show_window{
  border-style: solid;
  border-color: #ffaaaa;
  border-width: 1px;
  float:left;
  padding:4px 4px 0px 4px;
  margin:0 0 3px 3px;
  width:80%;
  height:80%;
  background-color:#fff0f0;
}
.show_status{
  border-style: solid;
  border-color: #bb8833;
  border-width: 1px;
  float:left;
  padding:4px 4px 0px 4px;
  margin:0 0 3px 3px;
  width:200px;
  height:254px;
  background-color:#ffffdd;
    
}
.show_status span{
  border-style: solid;
  border-color: #bb8833;
  border-width: 1px;
    color: white;
  font-family: cursive;
font-weight: bold;
font-size: 18px;
    background-color: #660000;
}

/* コメント 
.comment_main{
    width: 700px;
    border: 1px solid #009999;
}

.comment_title{
    border-bottom-style: solid;
    border-bottom-color: #00cccc;
    border-bottom-width: 2px;
    text-align: center;
    font-weight: bold;
    margin-left: 10%;
    width: 80%;
}
.comment_link a{

    text-align: center;
    text-decoration: none;
}
.article{
    border-bottom-style: solid;
    border-bottom-color: silver;
    font-size: 13px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 3px;
    border-bottom-width: 1px;
}

.article_comment{
    font-size: 13px;
    margin-left: 15px;
    margin-right: 5px;
}

.article_time{
    color: #666666;
    font-size: 13px;
}
*/
