#pagearea  {
  text-align:right;
}
#side {
  width:170px;
  padding: 0px 0px 20px 0px;
}
#main {
  margin:0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
}
ul {
	list-style: none;
}
.entry_date {
  font-family:  "verdana", "Arial", "Helvetica", "Meiryo",;
}
.entry_title {
	color:#333333;
  font-weight: bold;
  font-size: 12px;
}
.entry_title a:link {
	color:#333333;
	text-decoration:none;
	font-size:12px;
  font-weight: bold;
}
.entry_title a:visited {
	color:#333333;
	text-decoration:none;
	font-size:12px;
  font-weight: bold;
}
.entry_title a:hover {
	text-decoration:underline;
	color:#333333;
	font-size:12px;
  font-weight: bold;
}
.entry_author    {
  color: #999999;
  font-size: 10px;
  text-align: right;
}
.entry_author a:link {
	color:#999999;
	text-decoration:none;
	font-size: 10px;
	line-height: 140%;
}
.entry_author a:visited {
	color:#999999;
	text-decoration:none;
	font-size: 10px;
	line-height: 140%;
}
.entry_author a:hover {
	text-decoration:underline;
	color:#999999;
	font-size: 10px;
	line-height: 140%;
}
.entry_more  {
  color: #666666;
  font-size: 11px;
  line-height: 140%;
  margin: 5px 0px 0px 0px
}
.entry_more a:link {
	color:#666666;
	text-decoration:none;
	font-size: 10px;
	line-height: 140%;
}
.entry_more a:visited {
	color:#666666;
	text-decoration:none;
	font-size: 10px;
	line-height: 140%;
}
.entry_more a:hover {
	text-decoration:underline;
	color:#666666;
	font-size: 10px;
	line-height: 140%;
}
.entry_state {
  font-size: 10px;
  color: #999999;
  margin:0px 0px 7px 0px;
}
.entry_state a:link {
	color:#666666;
	text-decoration:none;
	font-size: 10px;
	line-height: 140%;
}
.entry_state a:visited {
	color:#666666;
	text-decoration:none;
	font-size: 10px;
	line-height: 140%;
}
.entry_state a:hover {
	text-decoration:underline;
	color:#666666;
	font-size: 10px;
	line-height: 140%;
}
.linktitle   {
	color:#333333;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	padding: 7px 0px 0px 10px;
	background: url(../img/menu_bk.gif) no-repeat;
	height: 21px;
}
.linktitle a:link {
	color:#333333;
	text-decoration:none;
	font-size:12px;
  font-weight: bold;
}
.linktitle a:visited {
	color:#333333;
	text-decoration:none;
	font-size:12px;
  font-weight: bold;
}
.linktitle a:hover {
	text-decoration:underline;
	color:#333333;
	font-size:12px;
  font-weight: bold;
}
.linktext {
	color: #666666;
	font-size: 10px;
	line-height: 140%;
	margin: 2px 0px 7px;
	padding: 3px;
	background-color: #DFDFDF;
}
.linktext a:link {
	color:#333333;
	text-decoration:none;
	font-size: 10px;
	line-height: 140%;
}
.linktext a:visited {
	color:#333333;
	text-decoration:none;
	font-size: 10px;
	line-height: 140%;
}
.linktext a:hover {
	text-decoration:underline;
	color:#333333;
	font-size: 10px;
	line-height: 140%;
}
.pagetext {
	color: #333333;
	font-size: 10px;
	line-height: 140%;
}
.pagetext a:link {
	color:#333333;
	text-decoration:none;
	font-size: 10px;
	line-height: 140%;
}
.pagetext a:visited {
	color:#333333;
	text-decoration:none;
	font-size: 10px;
	line-height: 140%;
}
.pagetext a:hover {
	text-decoration:underline;
	color:#333333;
	font-size: 10px;
	line-height: 140%;
}
/* CALENDAR---------------------------------------------------------------------- */
.calendar      {
  color: black;
  font-size: 9px;
  font-family:  "verdana", "Arial", "Helvetica", "Meiryo",;
  margin: 0pt 0px 0px 0px
}

.cell       {
  color: black;
  font-size: 9px;
  font-family:  "verdana", "Arial", "Helvetica", "Meiryo",;
  background: white no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_today      {
  color: olive;
  font-size: 9px;
  font-family:  "verdana", "Arial", "Helvetica", "Meiryo",;
  background: #cfc no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_sunday     {
  color: #c00;
  font-size: 9px;
  font-family:  "verdana", "Arial", "Helvetica", "Meiryo",;
  background: #f99 no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_saturday    {
  color: #000066;
  font-size: 9px;
  font-family:  "verdana", "Arial", "Helvetica", "Meiryo",;
  background: #9cc no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px
}

/*フォーム設定---------------------------------------------------------------------- */
form {
  margin: 0px;
  padding: 0px;
}
textarea {
  font-size: 12px;
}