/*全体構成*/
body { 
  line-height: 125%;
  font-size: 100%;
  background-color: #000000;
　color: #ffffff;
  scrollbar-3dlight-color: #000000;
  scrollbar-arrow-color: #ff0000;
　scrollbar-face-color: #555555;
  scrollbar-base-color: #000000;
  scrollbar-highlight-color: #000000;
  scrollbar-shadow-color: #0000000;
  scrollbar-darkshadow-color: #000000;
  scrollbar-track-color: #333333;
}


.header {
 
}

.navi {
  text-align : center;
  position: absolute;
  left : 20px;
  width : 220px;
  background-color: #101010;
}

.caption {
  margin : 1em 0em 0em 0em;
  background-color:#303030;
  width : 180px;
}

.twitter {
  font-size: 80%;
  margin : 0.5em 2em 0.5em -1em;
}

div.twitter ul {
  list-style-type : none;
}

/* Main */
.main {
  margin-left: 240px;
  background-color: #101010;
}


/* Update情報 */
div.udate a {
  color: #ffffff;
}

/* 日付 */
H4 {
  background: #303030;
  font-size: 130%;
  border-bottom: none;
  margin: 0em 0em 0em 0.5em;
  padding-left: 0.5em;
}


/* 見出し */
div.day h5 {
  font-size: 100%;
  margin: 1em 0.5em 0.5em 0.5em;
  border-bottom-style: solid;
  border-color: #eeee88;
  border-width: 1.2pt;
}

div.day h6 {
  font-size: 100%;
  margin: 1em 0.5em 1em 0.5em;
  border-style: none none solid none;
  border-color: black;
  border-width: 0.6pt;
}


/* 日記本文 */
div.day {
  background: #303030;
  line-height: 150%;
  margin: 0em 0em 2em 2em;
}

div.day p {
  margin: 0.5em 1.5em 0.5em 0.5em;
  padding-left: 0.0em;
  text-indent: 1em;
}


div.day ul {
  margin: 0.5em 0.5em 0em 3em;
}

div.day li {
  color: #ffcc99;
  margin: 0.5em 1.5em 0.5em 0.5em;
  padding-left: 0.0em;
}


div.day blockquote {
  padding: 0.5em 0.5em;
  border-style: solid solid;
  border-color: purple;
  border-width: 0.5pt;
  background: #000000;
}

div.footnote {
  font-size: 80%;
}

div.footnote hr {
  width: 40%;
  text-align: left;
  clear: both;
  border-color:white;
}

div.code { 
  margin: 0em 0.5em;
  padding: 0.5em 0.5em;
  line-height: 100%;
  color: black;
  border-style: solid solid;
  border-color: black;
  border-width: 1pt;
  background: white;
}

div.code pre {
  margin: 0 0;
  padding: 0 0;
}

div.caution {
  font-size: 80%;
  line-height: 80%;
}

div.version {
  text-align: center;
}

/* カレンダー 
div.monthindex,div.index{
  text-align: center;
  font-size: 10%;
}
*/

table.calendar {
  margin-left: auto;
  margin-right: 0%;
}

th.sunday, td.sunday, td.holiday {
  text-align: center;
	color: #ffa8a6;
}

th.monday, td.monday {
  text-align: center;
}

th.tuesday, td.tuesday {
  text-align: center;
}

th.wedneday, td.wedneday {
  text-align: center;
}

th.thursday, td.thursday {
  text-align: center;
}

th.friday, td.friday {
  text-align: center;
}

th.saturday, td.saturday {
  text-align: center;
  color: #b0dbff;
}

.past {
  font-size:70%;
}


/* ポインタ */
a {
　color: #ff0000;
  text-decoration: none;
}

a:visited {
  color: #ff0000;
  text-decoration: none;
}

a:hover {
  bockground: #000000;
  color: #ffff00;
  text-decoration: underline;
}

