* { font-family: "Hiragino Kaku Gothic Pro", Osaka, Verdana, sans-serif; }
body {
  margin-top: 0px;
/*  margin-right: 40px; */
  margin-right: 0px;
  margin-bottom: 20px;
/*  margin-left: 40px; */
  margin-left: 0px;
  background-color: #ccc;
  text-align: center;
}
#main {
/*  margin-right: auto; */
/*  margin-left: auto; */
/*  margin-top: 0; */
/*  margin-bottom: auto; */
  margin: 0;
/*  width: 720px; */
  width: 100%;
  height: 100%;
  text-align: left;
  background-color: #fff;
  line-height: 140%;
}
#title {
  width: 100%;
  height: 40px;
  clear: both;
/*  background: url(images/bg_title.png) no-repeat bottom; */
  background-color: #fff;
}
#title h1 {
  float: left;
  margin: 0;
  padding: 5px 0px;
  font-size: 16pt;
  color: #333;
  font-weight: normal;
  letter-spacing: 8pt;
}
#english {
  float: right;
  text-align: right;
}
#weblog {
  width: 100%;
  clear: both;
}
#mmenu {
  width: 100%;
  clear: both;
  margin: 0;
  padding: 0;
}
#mmenu ul {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
#mmenu li {
  font-size: 12pt;
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
/*  width: 240px; */
  width: 33.3%;
  height: 320px;
  float: left;
}
#mmenu li li {
  display: list-item;
  list-style-type: disc;
  margin: 0px 0px 0px 20px;
  width: auto;
  height: auto;
  float: none;
}
#mmenu li li a:link, #mmenu li li a:visited {
  text-decoration: none;
}
#mmenu_study {
/*  background: url(images/bg_memopad.png) no-repeat bottom; */
  background-color: #83b9ff;
}
#mmenu_edu {
/*  background: url(images/bg_mikoshi.png) no-repeat bottom; */
  background-color: #fff180;
}  
#mmenu_misc {
/*  background: url(images/bg_saboten.png) no-repeat bottom; */
  background-color: #98f983;
}
.content {
/*  padding: 0px 20px; */
  padding: 0px;
  font-size: 10pt;
}
.content h2 {
  font-size: 14pt;
  font-weight: normal;
  color: #333;
  margin: 0;
  padding: 5px 0px;
}
#weblog .content, #hatena .content, #copyright .content {
  font-size: 8pt;
}
#hatena {
  width: 100%;
  clear: both;
}
#copyright {
  background-color: #fff;
  width: 100%;
  clear: both;
  font-style: italic;
}
a:link {
  color: #333;
  text-decoration: underline;
}
a:visited {
  color: #333;
  text-decoration: underline;
}
a:active {
  color: #666;
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
}
a:hover {
  color: #666;
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
}
h1 a:link, h2 a:link, h1 a:visited, h2 a:visited {
  text-decoration: none;
}
