html,body {
  height: 100%;
  background : #993300;
  padding: 0px;
  font-size:9pt;
  color:#590F00;
}
body		{margin:0px;}

a img		{border-width:0;}

a:link		{color:#583114;}
a:visited	{color:#583114;}
a:hover		{color:#000000; text-decoration:none;}


H5,H4,H3,H2	{margin:0px;}

ul{
  list-style: none;
  margin: 0; 
  padding: 0px;
}
ul li{
  margin-top: 0;
  padding-top: 0;
}
.linknavi {
 text-align:center;
 margin:8px;
}
.navilink {
 text-align:center;
 margin:15px 10px 20px 20px;
 padding-top:5px;
 border-top:1px solid #FFCB00;
}
form{margin:0px;}
/*--------------------------------------------------------------------BASESET*/
#maintable {
 width:800px;
 background:#FFF99D;
}
#leftmenu {
  font-size:10px;
  width:200px;
  background:#FFCB00 url(/usr/skin/banana/img/menubg.gif) repeat-y right 0px;
  padding:0px;
  margin :0px;
  padding-top:10px;
}
#main		{text-align:right;}
#counter {
  margin-left:10px;
  margin-bottom:10px;
  font-size:10px;
}
#tool {
  text-align:left;
  margin-left:10px;
}
/*-----------------------------------------------------------------------MENU*/
#leftmenu .box-cap {
  font:600 13px arial, serif;
  color:#fff;
  height:28px;
  padding-left:35px;
  margin-bottom:5px;
  background:url(/usr/skin/banana/img/box-cap.gif) no-repeat; 
}
.box-body {
  width:160px;
  margin:0;
  line-height:120%;
  margin-bottom:10px;
  padding:7px 10px 10px 15px;
}
ul.recently-sidebar {
  text-align:left;
  margin:0px;
}
ul.recently-sidebar li{
  text-align:left;
  padding: 5px 0px 5px 10px;
  background: url(/usr/skin/banana/img/pin.gif) 0px 7px no-repeat;
}
ul.recently-sidebar li.category-main{
  text-align:left;
  padding: 5px 5px 0px 10px;
  background: url(/usr/skin/banana/img/pin.gif) 0px 7px no-repeat;
}
ul.recently-sidebar li.category-sub{
  text-align:left;
  padding: 5px 0px 0px 20px;
  background: url(/usr/skin/banana/img/pin2.gif) 12px 9px no-repeat;
}
/*---------------------------------------------------------------------SEARCH*/
#search-box{
  margin-top : 5px;
  text-align: center;
}
#search-box form input { font-size: 85%; }
#search-box form #submit {
  font-size: 10px;
  background: #993300;
  color: #fff;
  padding: 1px 4px;
  border-style: solid;
  border-width: 1px;
  border-color :#E8A989 #283043 #283043 #E8A989;
}
#search-box form #q {
  width: 100px;
  font-size: 9px;
  border:  1px solid #993300;
  background: #faf9f6;
  padding: 2px;
}
#search-box form #q:hover, #search-box form #q:focus {
  background: #fff;
}
ul.search-list {
  text-align:left;
  margin:50px;
}
ul.search-list li{
  padding: 5px 0px 5px 20px;
  background: url(/usr/skin/banana/img/pin.gif) 6px 8px no-repeat;
}
/*-------------------------------------------------------------------CALENDAR*/
#pluginbodycalendar .calendar{margin-left:-10px}
table.calendar {
  width : 155px;
  margin-left:1px;
  border-collapse: collapse;
  border:1px solid #993300;
}
table.calendar tr{
  background:#FFF99D;
  border: 1px solid #993300;
}
table.calendar td{
  font-size: 10px;
  color: #993300;
  padding: 1px;
  text-align: center;
  border: 1px solid #993300;
}
table.calendar a {
  text-decoration : none;
  font:500 10px Arial;
}
tr.header td {
  font: 600 12px arial;
}
td.daySubmit {
  background-color: #DEE9E9;
}
td span.Sun, span.Sun {
  color: rgb(250,90,70);
}
td span.Sat {
  color: #6A73CB;
}
td span.Today {
  color: #000;
  font-weight: 600;
}
/*-------------------------------------------------------------------ARTICLE*/
#title {
  height:37px;
  background:url(/usr/skin/banana/img/titlebg.gif) no-repeat right;
  padding-top:8px;
  padding-right:20px;
  margin:0px;
  margin-top:5px;
  margin-bottom:20px;
  font-size:16px;
  font-weight:800;
  color:#fff;
}
#title a	{color:#fff;}
#title a:hover	{color:#FFF99D;}
#footer {
  height:16px;
  background:url(/usr/skin/banana/img/foot.gif) no-repeat right;
  padding-right:20px;
  margin:0px;
  margin-top:5px;
  font-size:9px;
  font-family: Arial;
  font-weight:bold;
  color:#FFF99D;
}
#footer a	{color:#fff}
div.article {
  font-size: 9pt;
  margin: 10px 10px 20px 10px;
  padding: 0px;
}
div.article H3{
  text-align:left;
  background: url(/usr/skin/banana/img/bg2.gif) repeat-x bottom;
  margin-left:20px;
  padding-bottom:5px;  
}
.article .title {
  height:19px;
  text-align : left;
  margin-top :15px;
  margin-left:40px;
  font : 600 13px arial, sans-serif;
  letter-spacing : 1px;
  background: url(/usr/skin/banana/img/pin3.gif) no-repeat;
  color:#FFCB00;
  padding-left:25px;
  padding-top:3px;
}
div.article .title a{
  text-decoration: none;
  color:#FFCB00;
}
div.article .title a:hover{
  color:#590F00;
}
.article-content {
  line-height : 180%;
  text-align:left;
  margin-left:50px;
  margin-right:20px;
  margin-top:20px;
}
.article-content img {margin:0px 8px 5px 0px;}
.article .date{
  margin-left:30px;
  text-align:right;
  font-weight : 500;
  font-size:10px;
  padding-bottom:5px;
  background: url(/usr/skin/banana/img/bg2.gif) repeat-x bottom;
}
.article .cat {
  font-size:10px;
  font-weight:500;
}
.article-posted {
  font-size:10px;
  padding-right:15px;
  padding-bottom:10px;
  text-align: right;
  clear: both;
  text-decoration : none;
  margin-top:8px;
}
.article-posted a.jump img	{margin-top: 0px;}
.pagenavi {
  clear:both;
  text-align:center;
}
/*----------------------------------------------------------------TRACKBACK*/
.trackback{
  margin-top:8px;
  margin-left:30px;
  clear: both;
  font-size:9px;
  text-align:left;
}
.trackback_url {
  padding:2px 5px;
  background:#FFCB00;
  padding-left:10px;
  font-size:10px;
}
.trackback_title{
  font-size:10px;
  margin:5px;
}
.trackback_txt{
  font-size:9px;
  line-height:1.3em;
  margin:5px 10px;
  padding-bottom:5px;
}
/*--------------------------------------------------------------------COMMENT*/
.comment{
  background: url(/usr/skin/banana/img/bg2.gif) repeat-x top;
  margin-top:8px;
  margin-left:30px;
  padding-top:10px;
  clear: both;
  font-size:9px;
  text-align:left;
}
.comment_title{
  font-size:10px;
  margin:5px;
}
.comment_txt{
  font-size:9px;
  line-height:1.3em;
  margin:5px 10px;
  padding-bottom:5px;
}
.comment_block{
  padding:8px;
  margin-top:8px;
}
.comment_block input{
  border:1px solid #D79033;
}
.comment_block textarea{
  border:1px solid #D79033;
  width:470px;
}

/*--------------------------------------------------------------------IMAGE*/
.photo-caption {
  margin: 0px 10px 12px 20px;
  text-align: left;
  font-size: 9px;
  color: navy;
  clear: both;
}
.al-left { float: left; }
.al-right { float: right; }
.al-center { margin: auto;}


