BODY {
  line-height : 125%;
  color : #000;
  background-color : #000;
  text-decoration : none;
}

a:link { color : #F90; }
a:hover { color : #F00; }
a:active { color : #F00; }
a:visited { color: #00f; }
a { text-decoration : none; }

.title {
  padding : 5px 2px 3px 4px;
  color : #FFF;
  height : 15%;
  background-image : url(kumo-o.jpg);
  background-repeat : no-repeat;
  border : none;
}

.center {
  text-align : center;
}

p {
  padding-right : 1em;
/*  padding-bottom : 1em;*/
  padding-left : 1em;
}

h2,h3 {
  margin : 0;
  padding : 0;
}

h2 {
  background-image : url(kumo-o.jpg);
  background-repeat : no-repeat;
  color : #FFF;
}

.column{
  position : absolute;
}

.solid-top {
  border : 1px solid #333;
}

.solid {
  margin-top : 5px;
  border : 1px solid #333;
}

#column1{
  width : 15%;
  color : #FFF;
  line-height : 125%;
  float : left;
  margin : 0px 1px 3px 1px;
}

#column2{
  color : #000;
  line-height : 125%;
  background-color : #000;
  float : left;
  margin : 0px 1px 3px 1px;
  left : 17%;
  width : 55%;
  border : 1px solid #333;
}

.diary {
  color : #000;
  line-height : 125%;
  background-color : #CCC;
  text-decoration : none;
  width : 100%; 
  margin : 5px;
}

#column3{
  color : #FFF;
  line-height : 125%;
  float : left;
  margin : 0px 1px 3px 1px;
  left : 74%;
  width : 25%;
}