* {
  margin: 0px;
  padding: 0px;
}

body {
  color: #666666;
  font-size: 12px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","Meiryo","メイリオ", "Osaka", "MS PGothic", arial,helvetica,clean,sans-serif;
  line-height: 160%;
  text-align: center;
  margin: 15px 0px;
  background: #8e3d5f;
}

h1 , h2 , h3 , h4 , h5 , h6 {
  font-size: 12px;
  font-weight: normal;
}

strong {
  font-weight: normal;
}

img {
  border: 0px;
}

li {
    list-style: none;
}

td {
  vertical-align: top;
}

a:link , a:visited {
  color: #f20cb8;
}
a:active , a:hover {
  color: #0cf2df;
}


/* --- container --- */

#container {
  text-align: left;
  width: 560px;
  margin: 0px auto;
  padding: 10px;
  background: #d1d193;
}


/* --- header --- */

#header {
  margin-bottom: 10px;
  padding: 10px;
  background: #ffffff;
}

#header h1 a:link , #header h1 a:visited {
  color: #f20cb8;
}
#header h1 a:active , #header h1 a:hover {
  color: #0cf2df;
}


/* --- contents --- */

#contents {
}

.entry {
  margin-bottom: 10px;
  padding: 10px;
  background: #ffffff;
}

.entry_title {
  color: #b24cb2;
}

.entry_title a:link , .entry_title a:visited {
  color: #c1c10a;
}
.entry_title a:active , .entry_title a:hover {
  color: #0cf2df;
}

.entry_main {
  margin: 10px 10px 0px 10px;
}

.entry_main a:link , .entry_main a:visited { 
  color: #ad951e;
}
.entry_main a:active , .entry_main a:hover { 
  color: #f20c92;
}

.entry_state {
  color: #b24cb2;
  text-align: right;
}

#nextlink {
  text-align: center;
  padding-bottom: 10px;
}


/* --- side --- */

#side {
  margin-bottom: 10px;
  padding: 10px;
  background: #ffffff;
}

#side h3 {
  color: #a7a7a7;
  font-weight: bold;
}

#side a:link , #side a:visited { 
  color: #f20cb8;
}
#side a:active , #side a:hover { 
  color: #0cf2df;
}

.side_main {
  font-size: 12px;
  line-height: 150%;
  margin: 5px 15px 20px 15px;
}

.side_top {
  text-align: right;
}

/* carender */

.calendar      {
  color: black;
  font-size: 12px;
  margin: 0pt 0px 0px 0px;
}

.cell       {
  color: black;
  font-size: 12px;
  background: white no-repeat;
  margin: 0px;
  padding: 2px;
  width: 15px;
  height: 15px
}

.cell_today      {
  color: olive;
  font-size: 12px;
  background: #cfc no-repeat;
  margin: 0px;
  padding: 2px;
  width: 15px;
  height: 15px
}

.cell_sunday     {
  color: #c10a0a;
  font-size: 12px;
  margin: 0px;
  padding: 2px;
  width: 15px;
  height: 15px
}

.cell_saturday    {
  color: #0a38c1;
  font-size: 12px;
  margin: 0px;
  padding: 2px;
  width: 15px;
  height: 15px
}

.calendar_font {
  font-size: 12px;
}


/* --- footer --- */

#footer {
  padding: 10px;
  background: #ffffff;
}

#footer_copy {
  text-align: center;
}