body     {
  color: black;
  background-color: white;
  margin: 0px;
  padding: 0px;
}

li { line-height: 150%; }
ul { line-height: 150%; }
h1 { font-size: x-large;  }

/* 記事一覧の時に 2014/11/21 20:28 */
h1 a {
 font-size: x-large;
 color: black;
 text-decoration: none;
}

/* a:link      { color: black } */
/* a:visited   { color: #808080; text-decoration: none; } */
/* a:active   { color: navy } */

a:visited   { text-decoration: none; }
a:active   { color: navy }

/*-- 日記のタイトル --*/
.entry_title     {
  font-size: x-large;
  color: black;
  font-weight: bold;
}
/*-- 日記の本文 --*/
.entry_body   {
  font-size: medium;
  color: black;
  line-height: 175%;
}
/*-- 日記のステータス --*/
.entry_state {
  font-size: x-small;
  color: black;
}

.entry_date {
  font-size: 14px;
  font-weight: bolder;
  color: black;
  margin: 10px 30px 10px 0px;
  border-top:1px solid black;
  border-left:10px solid black;
  padding: 0px 0px 3px 5px;
}


/*-- 横のメニュータイトル --*/
.yoko_menuttl    {
  color: black;
  font-size: small;
  font-weight: bold;
}
/*-- 横のメニュー --*/
.yoko_menu    {
  color: black;
  font-size: x-small;
}

/* SEARCH---------------------------------------------------------------------- */
.search  {
  color: white;
  font-size: 10px;
  line-height: 170%;
  margin: 20px 0px 5px

}

/* FOOTER---------------------------------------------------------------------- */
.copyright  {
  color: black;
  font-size: x-small;
  text-align:right;
}

/*フォーム設定---------------------------------------------------------------------- */
form {
  margin: 0px;
  padding: 0px;
}
textarea {
  font-size: 12px;
}

ul {
  margin: 0px 0px 0px 30px;
  padding: 0px;
}

ul ul {
  margin: 0px 0px 0px 15px;
  padding: 0px;
}

/* 最近のDiaryチェックボックス */
span.external a
{
  width: 15px;
  height: 14px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: url('../image/check_no.gif') no-repeat 0 2px;
  text-decoration:none;
}
span.external a:visited
{
  background: url('../image/check.gif') no-repeat 0 2px;
}

/* CALENDAR---------------------------------------------------------------------- */
.calendar      {
  color: white;
  font-size: small;
  margin: 0pt 0px 0pt 0px
}

.cell       {
  color: black;
  font-size: x-small;
  margin: 0px;
  width: 25px;
}

.cell_today      {
  color: white;
  font-weight: bolder;
  font-size: x-small;
  background-color: #000080;
  margin: 0px;
  width: 25px;
}

.cell_sunday     {
  color: red;
  font-size: x-small;
  margin: 0px;
  width: 25px;
}

.cell_saturday    {
  color: #0000F0;
  font-size: x-small;
  margin: 0px;
  width: 25px;
}

/* 写真のふち */
.pict {
  background:#FFF;
  padding:4px;
  border-top:1px #D1D1D1 solid;
  border-right:1px #989898 solid;
  border-bottom:1px #989898 solid;
  border-left:1px #D1D1D1 solid;
}

/* 引用文 */
blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 25px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
}

/* キーワードクラウド用 */
#tags {
    line-height: 125%;
    margin: 0;
    padding: 0;
}
#tags li {
    line-height: 125%;
    display: inline;
}
#tags a {
  text-decoration: none;
  border-bottom: dotted 1px #aaf;
}