body {
  margin : 0px;
  padding : 0px;
}
#container {
  width : 900px;
  margin-left : auto;
  margin-right : auto;
  background-color : #ccffff;
}
#banner {
  width : 900px;
  background-image : url(http://blog.kadomukai.com/bannerback.gif);
}
#leftsidebar {
  width : 200px;
  float : left;
}
#contents {
  width : 500px;
  float : left;
  background-color : white;
}
#rightsidebar {
  width :200px;
  float : left;
}
#calendar {
  float : center;
}
.bannerinner {
  padding : 10px;
  overflow: hidden;
}
.sidebarinner {
  padding : 10px;
  overflow: hidden;
}
.contentsinner {
  padding : 10px;
  overflow: hidden;
}
p.blogname { 
  margin : 0px;
  padding : 0px;
  font-size : 36px;
  font-family : sans-serif;
  color : aqua;
}
p.blogdesc {
  margin : 0px;
  padding : 0px;
  font-size : 20px;
  font-family : sans-serif;
  color : aqua;
}
table.calendar {
  margin-left : auto;
  margin-right : auto;
　margin-top : 10px;
  margin-bottom : 10px;
  border-left : 1px dotted black;
  border-top : 1px dotted black;
}
table.calendar caption {
  text-align : center;
  font-size : 14px;
  font-family : sans-serif;
}
table.calendar td, table.calendar th {
  text-align : center;
  font-size : 14px;
  font-family : sans-serif;
  border-right : 1px dotted black;
  border-bottom : 1px dotted black;
}
ul {
　margin-top : 10px;
  margin-bottom : 10px;
  margin-left : 0px;
  padding-left : 0px;
}
li {
  padding-left : 0px;
  list-style-type : none;
  font-size : 14px;
  font-family : sans-serif;
  line-height : 120%;
}
ul ul {
　margin-top : 0px;
  margin-bottom : 0px;
  margin-left : 10px;
  padding-left : 0px;
  font-size : 14px;
  font-family : sans-serif;
  line-height : 120%;
}
.errormessage {
  padding : 5px;
  border : 1px solid black;
  font-weight : bold;
}
h1 {
  font-size : 18px;
  font-family : sans-serif;
  text-align : left;
  font-weight : normal;
  border-top : 2px solid blue;
  border-bottom : 2px solid blue;
  background-color : aqua;
  padding-top : 1px;
  padding-bottom : 1px;
  margin-top : 0px;
  margin-bottom :10px;
}
h2 {
  font-size : 14px;
  font-family : sans-serif;
  font-weight : normal;
  line-height : 120%;
  margin-top : 10px;
  margin-bottom : 10px;
  padding-left : 17px;
  background-image : url(http://blog.kadomukai.com/mark.gif);
  background-repeat : no-repeat;
  background-position : left top;
}
p {
  font-size : 14px;
  font-family : sans-serif;
  line-height : 120%;
  margin-top : 0px;
  margin-bottom : 10px;
}
.photobox {
  float : right;
  margin-left : 10px;
  margin-bottom : 10px;
  font-size : 14px;
  font-family : sans-serif;
}
.counterbox {
  float : right;
  margin-left : 0px;
  margin-bottom : 0px;
  font-size : 14px;
  font-family : sans-serif;
}
