body {
	margin: 0px 0px 20px 0px;
/*
	background-color: #8FABBE;
	background-color: #8bcc59;
*/
	background-color: #447714;

    text-align: center;
}

/* ------------------------------------ */
/*	column layout						*/
/* ------------------------------------ */

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 80%;

	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

#center {
	float: left;
	width: 100%;
	margin-right: -200px;	/* for fixed width sidebar */
	overflow: hidden;
}

#center-inbox {
	margin-right: 200px;	/* for fixed width sidebar */
}

#right {
	float: left;
	width: 200px;			/* for fixed width sidebar */
	background-color: #FFFFFF;
	overflow: hidden;
}

/* ------------------------------------ */
/*										*/
/* ------------------------------------ */

a {
	text-decoration: underline;
}

a img {
	border: 0px;
}

a:link {
	color: #69af28;
}

a:visited {
	color: #69af28;
}

a:active {
	color: #69af28;
}

a:hover {
	color: #447714;
}

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

blockquote{
	border : 1px dashed #5ca200;
	padding : 16px;
	background-color: #f0f0f0;
}

/* ------------------------------------ */
/*	header								*/
/* ------------------------------------ */

#banner {
	font-family: Verdana, Arial, sans-serif;
	background: transparent url(../images/header3r.png) no-repeat top right;
	text-align: left;
	padding: 32px 16px 0px;
	margin: 2px;
	border: 1px dashed #447714;
	height: 88px;
}

#banner-img {
	display: none;
}


#banner a {
	color: #666666;
/*
	color: #FFFFFF;
*/
	text-decoration: none;
}

#banner h1 {
	font-size: xx-large;
}

#banner h2 {
	font-size: small;
}

/* ------------------------------------ */
/*	main								*/
/* ------------------------------------ */

.content {
	padding: 15px 15px 5px 15px;
	background-color: #FFFFFF;

	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
}

.content p {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
}

.content blockquote {
	line-height: 150%;
}

.content li {
	line-height: 150%;
}

.content h2 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}

.content h3 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	margin-bottom: 10px;
}

.content p.posted {
	color: #999999;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	border-top: 1px dashed #447714;
	text-align: left;

	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
}

/* ------------------------------------ */
/*	sidebar contents					*/
/* ------------------------------------ */

.sidebar {
	padding: 15px;
}

#calendar {
  	line-height: 140%;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;

  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
}

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

#calendar caption {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;

	text-align: center;
	font-weight: bold;

	text-transform: uppercase;

	letter-spacing: .3em;
}

#calendar th {
	text-align: center;
	font-weight: normal;
}

#calendar td {
	text-align: center;
}

.sidebar h2 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;

	text-align: center;
	font-weight: bold;

	text-transform: uppercase;

	letter-spacing: .3em;
}

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

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

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

.sidebar li {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 150%;

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

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

.sidebar img {
	border: 3px solid #FFFFFF;
}

.photo {
	text-align: left;
	margin-bottom: 20px;
}

.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	padding: 2px;
	margin-bottom: 15px;
}

.link-note #search {
width: 90%;
}

#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;
}

/* --- affiliate --- */
.affiliate-header{
}

.affiliate-image {
	float: left;
}
.affiliate-image img {
	border: 0px;
}

.affiliate-data {
	padding-left: 8px;
	float: left;
}

.affiliate-comment {
	padding-top: 8px;
	clear: both;
}

/* --- source code --- */

pre.code {
	line-height: 100%;
	border  : 1px dashed #5ca200;
	background-color: #f0f0f0;
	padding : 16px;
	font-family: monospace;
	font-size: small;

	/* 折り返し有効 */
	white-space: -moz-pre-wrap;  /* Mozilla */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	white-space: pre-wrap;       /* CSS3 */
	word-wrap: break-word;       /* IE 5.5+ */
}


code {
	font-family: monospace;
	font-size: small;
	color: #000000;
}

span.cmt {color: #008000; }
span.str {color: #808080; }
span.chr {color: #808080; }
span.pre {color: #0000ff; }
span.lin {color: #669999; }
span.kwd1 {color: #0000ff; }
span.kwd2 {color: #9900cc; }
span.kwd3 {color: #cc0000; }
span.kwd4 {color: #996633; }