#main{
  width:360px;
  float:right;
}

#side{
  float:right;
  width:157px;
  border-left:1px dotted #cccccc;
  padding:0 0 0 5px;
  margin:0 0 0 5px;
}

#pagearea{
  width:100%;
}

a{
  color:#ff3311;
}
a:hover{
  color:#ffffff;
  background-color:#ff3311;
}

ul {
  margin: 0px 0px 0px 10px;
  padding: 0px;
}

.linktitle   {
  color: #ffffff;
  text-align:left;
  text-indent:20px;
  background-image:url(../../img/blogbar.jpg);
  background-repeat:no-repeat;
  background-position:center;
  font-weight: bolder;
  font-size: 12px;
  line-height: 170%;
  font-family:  arial ,sans-serif,"Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  margin: 10px 0px 0px 3px
}
.linktitle_a  {
  color: white;
  font-weight: bolder;
  font-size: 12px;
  line-height: 170%;
  font-family: arial ,sans-serif,"Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  margin: 15px 30px 15px 20px 
}

.linktext   {
  color: #369;
  font-size: 10px;
  line-height: 170%;
  font-family: arial ,sans-serif,Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  margin: 0px 0px 0px 3px;
  padding: 3px;
}

/* CALENDAR---------------------------------------------------------------------- */
.calendar      {
  color: black;
  font-size: 9px;
  font-family: Verdana;
  margin: 0pt 0px 0px 0px
}

.week{
  color: black;
  font-size: 9px;
  font-family: Verdana;
  margin: 0px;
  width: 15px;
  height: 15px
}
.week_sunday{
  color: #c00;
  font-size: 9px;
  font-family: Verdana;
  margin: 0px;
  width: 15px;
  height: 15px
}

.week_saturday{
  color: #000066;
  font-size: 9px;
  font-family: Verdana;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell       {
  color: black;
  font-size: 9px;
  font-family: Verdana;
  background: white no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_today      {
  color: olive;
  border:1px solid #cccccc;
  font-size: 9px;
  font-family: Verdana;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_sunday     {
  color: #c00;
  font-size: 9px;
  font-family: Verdana;
  background: white no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px
}

.cell_saturday    {
  color: #000066;
  font-size: 9px;
  font-family: Verdana;
  background: white no-repeat;
  margin: 0px;
  width: 15px;
  height: 15px
}

/* 記事 */
.entry_date {
  font-family: "arial ,sans-serif,Verdana";
  font-size: 14px;
  font-weight: bolder;
  margin: 0px 25px 10px 0px;
  border-left:4px solid #aa3333;
  padding-left:5px;
}

.entry_title     {
  font-weight: bold;
  font-size: 12px;
  font-family: arial ,sans-serif,Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  padding: 0px 0px 0px 15px;
}

.entry_author    {
  color: #999999;
  font-size: 10px;
  font-family: arial ,sans-serif,Verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Osaka‐等幅;
  text-align: right;
  margin: 0px 25px 0px 0px
}


.entry_body   {
  font-size: 12px;
  line-height: 140%;
  word-break:break-all;
  margin: 15px 25px 15px 15px
}

.entry_more   {
  font-size: 11px;
  line-height: 140%;
  margin: 15px 25px 10px 15px
}

.entry_state {
  font-family: arial ,sans-serif,"Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
  font-size: 10px;
  color: #999999;
  margin: 20px 25px 25px 15px;
}