html {
	background-image: url("dot.gif");
}
body {
  margin: auto;
  padding: 0;
  font-family:メイリオ,Meiryo,"ＭＳ Ｐゴシック",Osaka,sans-serif;
  font-size:78%;
}


#contents {
	width: 980px;
}

#head {
	float:left;
  width: 960px;
	background: white;
	height: 120px;
  border: 1px solid #cccccc;
  padding: 8px 10px 0;
}
#caption {
  color: brown;
  font-size: 120%;
  font-weight: bold;
}
#head h2 {
  border-left: 12px solid #336600;
  color: #ff6600;
  padding-left:5px;
}

#main_contents {
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
	background-color: #fff4cc;
  width: 980px;
}

#twocol {
  background: white;
  width: 750px;
}

#menu {
  background: white;
  width: 150px;
  margin-left: 20px;
}

#menu a {
	text-decoration: none;
	font-weight: bold;
	color: #524741;
	float: left;
}



#menu a:visited {
  color: #524741;
}

#main {
	background-color: white;
	padding-left: 20px;
  width: 550px;
}
#ad {
  width: 170px;
  background-color: #fff4cc;
	padding-right:40px;
}
#category ul {
	/*padding-left:0px;*/
}
#calendar {
	font-size: 10px;
	line-height: 180%;
	margin: 10px;
	padding: 0px;
}

#calendar td {
	width: 20px;
	height: 20px;
	border: solid 1px #90e000;
	text-align: center;
	color: #600000;
}


#footer {
  width: 980px;
}
.entry a {
  text-decoration: none;
}
.entry h2 {
  font-size: 120%;
}

.entryBody {
	font-size: 110%;
}

