@charset "UTF-8";
body {
  color: #333333;
  background: #2c100c url('images/body_bg.gif') repeat-y 50% 0;
  font-family: verdana, arial, sans-serif, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka";
  margin: 0;
  text-align: center;
}

a { color: #ee7700; text-decoration: none; }
a:link { color: #ee7700; text-decoration: underline; }
a:visited { color: #834597; text-decoration: underline; }
a:active {}
a:hover { color: #a6a6a6; text-decoration: none; }

h1, h2, h3 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

#container {
  background: #f0f0f0;
  line-height: 140%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  width: 750px;
}

#banner {
  background: #55a100 url('images/banner_bg.jpg') no-repeat;
  height: 242px;
  color: #ffffff;
}

#banner-img {
/*	display: none; */
}

#banner a { color: #ffffff; text-decoration: none; }
#banner a:link { color: #fffff; text-decoration: underline; }
#banner a:visited { text-decoration: underline; }
#banner a:active {}
#banner a:hover { color:#fffff; text-decoration: none; }

#banner h1 {
  /* blog title */
  font-size: 20px;
  font-weight: bold;
  padding: 186px 0 0 16px;
  text-align: left;
  letter-spacing: 0px;
}

#banner h2 {
  /* blog description */
  color: #eeeeee;
  font-size: 12px;
  font-weight: noraml;
  padding:2px 0 0 16px;
  text-align: left;
  letter-spacing: 0px;
}

#center {
  float: left;
  width: 540px;
  overflow: hidden;
}

#right {
  float: left;
  width: 200px;
  background-color: #f0f0f0;
  overflow: hidden;
}

.content {
  padding: 15px 15px 5px 15px;
  color: #666666;
  background-color: #f0f0f0;
  font-size: small;
}

.content p {
  color: #666666;
  font-size: small;
  font-weight: normal;
  line-height: 150%;
  text-align: left;
  padding-left: 5px;
  margin-bottom: 10px;
}

.content pre {
  font-family: arial, sans-serif, "Osaka-等幅", "ＭＳ ゴシック", "Osaka";
  font-size: x-small;
  color: #3333333;
  line-height: 130%;
  background: #ffffff;
  border: 1px solid #bad0fc;
  padding: 10px;
  margin: 10px 1em;
  width: 90%;
  overflow: auto;
}

.content pre br {
  display: none;
}

.content blockquote {
  font-size: x-small;
  color: #3333333;
  line-height: 130%;
  background: #ffffdd;
  border: 1px solid #66cc33;
  padding: 10px;
  margin: 10px 1em;
  width: 90%;
}

.content ul {
  line-height: 130%;
}

.content ol {
  line-height: 130%;
}

.content li {
}

.content h2 {
  /* article date */
  color: #ffffff;
  background: #000000;
  font-size: small;
  font-weight: bold;
  padding:1px 5px 1px 5px;
  margin-bottom: 5px;
}

.content h3 {
  /* article title */
  color: #55a100;
  font-size: small;
  font-weight: bold;
  padding: 0px 5px 0px 5px;
}

.content h3 a { color: #55a100; text-decoration: none; }
.content h3 a:link { color: #55a100; text-decoration: none; }
.content h3 a:visited { color: #55a100; text-decoration: none; }
.content h3 a:active {}
.content h3 a:hover { color: #a6a6a6; text-decoration: underline; }

.content p.posted {
  color: #999999;
  font-size: x-small;
  border-top: 1px solid #cccccc;
  text-align: right;
  margin-bottom: 25px;
  line-height: normal;
  padding: 3px;
}

.sidebar {
  padding: 10px;
}

#calendar {
  line-height: 140%;
  color: #666666;
  font-size: x-small;
  padding: 0px;
  text-align: center;
  margin-bottom: 30px;
}

#calendar table {
  padding: 0px;
  border-collapse: collapse;
  border: 0px;
  width: 100%;
}

#calendar caption {
  color: #55a100;
  font-weight: bold;
  letter-spacing: 1px;
  /*padding: 0 0 0 0;*/
  margin: 0 0 10px 0px;
  border-bottom: 1px solid #cccccc;
  text-align: left;
/*  text-transform: uppercase; */
}

#calendar th {
  color: #ffffff;
  background: #000000;
  font-weight: normal;
}

#calendar td {
  text-align: center;
}

#calendar #today {
  background: #fafafa;
  font-weight: bold;
}

.sidebar h2 {
  color: #55a100;
  font-size: x-small;
  text-align: left;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 6px;
  line-height: 140%;
  border-bottom: 1px solid #cccccc;
}

.sidebar ul {
  padding-left: 2px;
  margin: 0px;
  margin-bottom: 20px;
}

.sidebar ul ul {
  margin-bottom: 0px;
}

.sidebar #categories ul {
  padding-left: 15px;
}

.sidebar li {
  color: #666666;
  font-size: x-small;
  text-align: left;
  line-height: 120%;

  margin-top: 6px;
  list-style-type: none;
}

.sidebar #categories li {
  list-style-type: circle;
}

.sidebar img {
  border: 0px solid #ffffff;
}

.link-note {
  font-size: x-small;
  line-height: 150%;
  text-align: left;
  padding: 2px;
  margin-bottom: 20px;
}

.link-note form {
  margin-top: 0px;
}

#powered {
  font-family: Verdana, Arial, sans-serif;
  font-size: x-small;
  line-height: 150%;
  text-align: left;
  color: #666666;
  margin-top: 50px;
}

#comment-data {
	float: left;
	width: 180px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
}

textarea[id="comment-text"] {
	width: 80%;
}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
}

#footer {
  color: #cccccc;
  font-size:x-small;
  margin:10px;
  text-align:center;
  clear:both;
  border-top:1px solid #cccccc;
}

/*******************************************************************************
 * 以下未使用
 *******************************************************************************
.photo {
  text-align: left;
  margin-bottom: 20px;
}
.extended {}
.error-message {}
.techstuff {}
#search {}
#trackbacks {}
#comments {}
#thanks {}
textarea[id="text"] {}
#name_email {}
********************************************************************************/