*             { margin: 0; padding: 0; }
.main         { }

/* ### COMMON ##################################################################### */
.bar_menu{
  padding: 0px 4px 0px 4px;
  background-image: url("../spic/bg_menubar2.png"); 
  height:20px; 
  color: #000000; 
  text-decoration: none;
  font-size: smaller;
}
.bar_menu img{
  /*text-valign: center;*/ 
}
.bar_menu_r{
  padding: 0px 4px 0px 4px;
  background-image: url("../spic/bg_menubar2.png"); 
  height:20px; 
  color: #000000; 
  text-decoration: none;
  text-align: right; 
  font-size: smaller;
}
.bar_title{
  padding: 0px 4px 0px 4px;
  background-image: url("../spic/bg_titlebar3.png"); 
  height:24px; 
  color: #000000; 
  text-decoration: none;
  text-align: left; 
}


/* ### HEADER ##################################################################### */
.header{ 
  text-align: left;
  padding: 6px; 
  background-image: url("../spic/top.jpg"); 
  height:60px; 
  text-decoration: none;
  color: #eeeeee; 
}
.header a     { text-decoration: none; }
.header_menu{
  padding: 0px; 
  background-image: url("../spic/bg_menubar2.png"); 
  height:20px; 
  color: #000000; 
  text-align: right; 
  text-decoration: none;
}

/* ### BODY ####################################################################### */
.main{
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  text-decoration: none;
  width: 870px;
  padding: 0px 0px 0px 0px;
}
.body_left{
  text-align: left;
  float: left;
  width: 250px;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
}
.body_right{
  text-align: left;
  float: left;
  width: 600px;
  padding: 0px 0px 0px 0px;
  text-decoration: none;
}
.body_whole{
  text-align: left;
  float: left;
  width: 850px;
  padding: 0px 1px 0px 1px;
  text-decoration: none;
}
.body a{
  text-decoration: none;
}
.body blockquote{
  padding: 5px 5px 5px 20px;
  background-color: #eeffee; 
}
.cmt_leftbox{
  text-align: left;
  padding: 0px 8px 1px 8px;
  background-color: #eeeeee; 
  text-decoration: none;
  font-size: smaller;
}
.cmt_leftbox textarea{
  font-size: smaller;
}


/* ### FOOTER ##################################################################### */
.bodyfooter{ 
  clear: both; 
  background-color: #dddddd; 
  padding: 6px 0px 6px 0px; 
  text-align: center;
  text-decoration: none;
}

.login{
  text-align: left;
  padding: 6px;
  background-color: #eeeeee;
  text-decoration: none;
}
.edit{
  text-align: left;
  padding: 6px;
  background-color: #eeeeee;
  text-decoration: none;
}
.edit td{
  padding: 3px;
  text-decoration: none;
}

