/*==============================================================================
// main / newslog / リスト
//============================================================================*/
#newslist
{
  border-collapse:collapse;
  width:550px;
  border-top:1px dashed #ccc;
}

#newslist td
{
  padding:5px 0;
  border-bottom:1px dashed #ccc;
}

#newslist .listdate
{
  width:6em;
}

#newslist .listtags
{
  width:11em;
}


.pagenavi
{
  text-align:right;
}

.pagenavi p
{
  margin:5px 0!important;
}


/*==============================================================================
// main / newslog / エントリ
//============================================================================*/
.newsentry
{
  width:550px;
  padding:0 60px 0 40px;
}

.newsentry h3
{
  padding:5px 0;
  border-bottom:2px solid #aaa;
  font-weight:normal;
}

.newsbody
{
  font-size:1.3em;
  line-height:1.6em;
}

.newsentry p
{
  margin-bottom:1.5em;
}

.newsentry ul
{
  margin-left  :2em;
  margin-bottom:1.5em;
}


.newsdate
{
  font-weight:bold;
  font-size:1.6em;
}

.newshead
{
  margin:0!important;
  padding:5px 0 25px;
  font-weight:bold;
  font-size:1.6em;
}


/*==============================================================================
// カラー
//============================================================================*/
.yamato   {background-color:#ffc0cb;color:#000;}
.saiwai   {background-color:#9ae478;color:#000;}
.nishikuni{background-color:#ffe597;color:#000;}
