@charset "utf-8";
body {
   margin: 0;
   padding: 0;
   background-color: #ffffff;
   color:#333;
   font-family: "メイリオ", Meiryo,  Verdana, "ヒラギノ���ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka,  "ＭＳ Ｐゴシック", sans-serif;
   line-height: 1.5;
   font-size: 11px;
}

div {
}

h1,h2,h3,h4,h5,h6 { line-height:1.6; }
p,li,dt,dl { line-height:1.6; }
p { margin:0 0 1em 0; }
ul li { list-style-type:none; }
a img { border:0; }
a:link {
   color:#078D00;
   text-decoration:none;
}
a:visited {
   color:#189B12;
   text-decoration:none;
}
a:hover {
   text-decoration:underline;
}
a:active {
   color:#666;
}
blockquote{
   margin-left:1em;
   padding-left:1em;
   border-left:2px solid #CCC;
   color:#CCC;
}
pre{
   width:100%;
   padding:1em 0;
   overflow:auto;
   border-top:1px dotted #333;
   border-bottom:1px dotted #333;
}

.hidden {
   display: none;
   visibility: hidden;
}
.alignright {
   float: right;
}
.alignleft {
   float: left;
}
.clear {
   clear: both;
}

#lsh {
   width: 1200px;
   height: 400px;
   font-family: "メイリオ", Meiryo, Verdana, "ヒラギノ���ゴPro W3";
   font-size: 11px;
   background:black;
   color:white;
}

#putarou_say_left {
   font-size: 12px;
   overflow:auto;
   width: 400px;
   height: 100px;
}

#putarou_say_right {
   font-size: 12px;
   overflow:auto;
   width: 400px;
   height: 100px;
}

#list_tree_block {
   height: 5000px;
   width: 5000px;
}

.element{
   width: 200px;
}

.element td{
   width: 60px;
}

.data {
   border:medium solid RoyalBlue;
   text-align: center;
}

