@charset "UTF-8";
body {
  font-family: "ＭＳ Ｐゴシック", "Lucida Grande", "Tahoma", "Verdana", "Arial", "Helvetica", "sans-serif";
  font-size: small;
  background : #336699;
  color : #333333;
  text-align: left;
  margin: 0px 16px;
  width: 750px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #333333;
}
blockquote {
  font-size: small;
  color: #666666;
  margin: 20px 10px 20px 10px;
  padding: 10px;
  border: 1px solid #3399FF;
}
.small {
  font-size: x-small;
}
.small_hl {
  font-size: x-small;
  color: #3AAFAF;
}
.photo {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-top: solid black 1px;
  border-right: solid black 1px;
  border-bottom: solid black 1px;
  border-left: solid black 1px;
  text-align: center;
}
a:link, a:visited, a:active {
  color: #666666;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}
.header {
  background : #000000 url(images/header.gif) no-repeat center top;
  color: white;
  font-weight: bold;
}
.header a:link, .header a:visited, .header a:active {
  color : white;
}
.winheader {
  background: #333333;
  color: white;
  font-weight: bold;
}
.winheader a:link, .winheader a:visited, .winheader a:active {
  color : white;
}
.bodyContent {
  font-size: small;
  background : white;
}
.bodyContentEven {
  background: white;
}
.bodyContentOdd {
  background: lightgrey;
}
.sidebar {
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  border-left: dotted gray 1px;
  text-align: center;
}
.footer {
  background: #333333;
  color: white;
  font-size: x-small;
  font-weight: bold;
}
.footer a:link, .footer a:visited, .footer a:active {
  color : white;
}
.blogName, .blogName a:link, .blogName a:visited, .blogName a:active {
  text-indent: 8px;
  font-size: 24px;
  font-weight: bold;
}
.blogDescription {
  font-size: small;
  text-indent: 14px;
  font-weight: none;
}
.calendar {
  font-size: x-small;
  text-align: center;
}
.calendarDayHeader {
  font-size: x-small;
}
.calendarDay {
  font-size: x-small;
  text-align: right;
}
.calendarDayWithEntries, .calendarDayWithEntries a:link, .calendarDayWithEntries a:visited, .calendarDayWithEntries a:active {
  font-size: x-small;
  font-weight: bold;
  text-align: right;
}
.calendarToday, .calendarToday a:link, .calendarToday a:visited, .calendarToday a:active {
  font-size: x-small;
  background : #666666;
  color: white;
  font-weight: bold;
  text-align: right;
}

.blogEntry {
	text-align: left;
	background: white;
	border-top: 1px dotted #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.blogEntryHeader, .blogEntryHeader a:link, .blogEntryHeader a:visited, .blogEntryHeader a:active {
  background: white;
  color: #666666;
  font-size: small;
  font-weight: bold;
}
.blogEntryBody {
  font-size: small;
  background: white;
}
.blogEntryMetadata, .blogEntryMetadata a:link, .blogEntryMetadata a:visited, .blogEntryMetadata a:active {
  color: #666666;
  font-weight: bold;
  font-size: x-small;
}

.comment {
  font-size: small;
}
.commentHeader, .commentHeader a:link, .commentHeader a:visited, .commentHeader a:active {
  font-weight: bold;
}
.commentBody {
  font-size: small;
}
.commentMetadata, .commentMetadata a:link, .commentMetadata a:visited, .commentMetadata a:active {
  color: #666666;
  font-size: x-small;
}
.trackback {
  font-size: small;
}
.trackbackHeader, .trackbackHeader a:link, .trackbackHeader a:visited, .trackbackHeader a:active {
  font-weight: bold;
}
.trackbackBody {
  font-size: small;
}
.trackbackMetadata, .trackbackMetadata a:link, .trackbackMetadata a:visited, .trackbackMetadata a:active {
  color: gray;
  font-size: x-small;
}

.item {
	font-size: small;
	text-align: left;
	background: white;
	border-top: dotted silver 1px;
}
.itemHeader, .itemHeader a:link, .itemHeader a:visited, .itemHeader a:active {
  background: white;
  color: black;
  font-size: medium;
  font-weight: bold;
}
.itemBody {
	font-size: x-small;
	background: white;
	color: #333333;
}
.itemBodyEven {
  background: white;
}
.itemBodyOdd {
  background: lightgrey;
}
.itemMetadata, .itemMetadata a:link, .itemMetadata a:visited, .itemMetadata a:active {
  color: #666666;
  font-weight: bold;
  font-size: x-small;
}
.validationError {
  color: white;
  background-color: #B20D1C;
}
code {
	font-size: x-small;
	background: white;
	color: #333333;
}
pre {
	font-size: x-small;
	background: white;
	color: #333333;
}
