#left {
	position: relative;
	width: 144px;
	margin: 0 16px 0 0;
	padding: 0;
	float: left;
}

#center {
	position: relative;
	width: 400px;
	margin: 0; padding: 0;
	float: left;
}

#right {
	position: relative;
	width: 176px;
	margin: 0; padding: 0;
	float: right;
}

#left #content_left, #center #content_center, #right #content_right {
	padding: 6px 8px;
}
#left #content_left, #center #content_center {
	background: #3399cc url(../img/sozai/renga_a.png) bottom left repeat-x;
	padding-bottom: 18px;
}

#right #content_right {
	background: #996633;
	border-top:    #ffcc99 1px solid;
	border-right:  #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-left:   #ffcc99 1px solid;
}

#right #adsense {
	background: #996633;
	margin: 12px 0 0;
	padding: 6px 8px;
	text-align: center;
	border-top:    #ffcc99 1px solid;
	border-right:  #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-left:   #ffcc99 1px solid;
}


h3 {
	margin: 1em 0 .66em 0;
	padding: .16em .33em;
	font-size: 120%;
	border-bottom: #ffcc99 1px dotted;
}
h3:first-child { margin: 0 0 .66em 0; }




#form {
	position: absolute;
	background: #996633;
	width: auto; height: auto;
	padding: 6px 8px;
	border-top:    #ffcc99 1px solid;
	border-right:  #000000 1px solid;
	border-bottom: #000000 1px solid;
	border-left:   #ffcc99 1px solid;
	z-index: 1010;
}

#form h4 {
	margin: .66em 0 .33em 0;
	padding-left: .33em;
}

#form input { width: 100%; }


dt {
	padding-top: .66em;
	font-size: 110%;
  font-weight: bolder;
	border-top: #ffcc99 1px dotted;
}
dt:first-child { padding-top: .33em; border: none; }
dt:before {
	content: url(../img/sozai/item.png);
	margin-right: .16em;
}
dd {
  margin: .66em 0 .66em .33em;
}
dd .postinfo {
	margin: 0 0 .66em 0;
	text-align: right;
	font-size: 90%;
	line-height: 130%;
}

dd ul {
	list-style: none;
	margin: 0 0 .33em .33em;
	padding: 0;
}
dd ul li {
	margin-bottom: .16em;
}
#left dd ul li a { display: block; }
#left dd ul li a:hover { background: #3399ff; }


.commentForm {
	color: #ffffff;
	background: #3399cc;
	border: #ffcc99 1px dotted;
	border-top:    #333333 1px solid;
	border-right:  #ffcc99 1px solid;
	border-bottom: #ffcc99 1px solid;
	border-left:   #333333 1px solid;
}
.btn_commentForm {
	width: auto !important;
	color: #ffffff;
	background: #3399cc;
	margin-left: 1em;
	padding: .2em 1em;
	border-top:    #ffcc99 1px solid;
	border-right:  #333333 1px solid;
	border-bottom: #333333 1px solid;
	border-left:   #ffcc99 1px solid;
}
.btn_commentForm:hover {
	cursor: pointer;
	background: #3399ff;
}



#guide dl { font-size: 95%; line-height: 140%; }
#guide dt {
	margin-bottom: .66em;
	font-size: 100%;
	font-weight: bolder;
	border: none;
}
#guide dd {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

