/*
.div-check {
	border: 1px solid red;
}
*/

/*
=============
=main
=post
=profile
=article
-------------
=sub
=============
*/

h2 {
	font-size: 1.13em;
}
h3 {
	font-size: 0.88em;
}

.text-begin {
	clear: left;
}

.read-link {
/*	float: right; */
	text-align: right;
	font-size: 12px;
}

.read-link a {
	background: url(images/arrow_blue.gif) no-repeat 0 0;
	padding: 0 0 0 12px;
}

/* =main
======================================================== */
#main {
	float: left;
	margin: 10px 0 10px 10px;
	width: 635px;
}

/* =post
--------------------------------------------------------- */
#post {
	padding-left: 20px;
}
#post h1 {
	padding: 20px 0 20px 0;
	font-size: 1.5em;
}
#post p {
	text-align: right;
	font-size: 0.88em;
}
#post p em {
	font-style: normal;
	font-size: 95%;
}

/* =article
------------------------------------------------------ */
#article {
	padding: 0 20px 20px 20px;
}
#article h2 {
	color: #75a115;
	line-height: 1.2;
	margin-top: 35px;
	padding-left: 10px;
	padding-bottom: 2px;
	border-left: 7px solid #75a115;
	border-bottom: 1px solid #75a115;
}
#article p {
	margin-top: 8px;
	font-size: 0.8em;
}
#article p strong{
	color: #206eb4;
}
#article p strong a{
	color: #206eb4;
	text-decoration: none;
}
#article p strong a:hover{
	color: #75a115;
}
.editor {
	font-weight: bold;
}
.discription {
	border-top: 1px solid #999;
	padding-top: 5px;
}
#article td {
	height: 112px;
	vertical-align: top;
}
.button_right {
	float: right;
}

/* =main-bottom
============================================================= */
#main-bottom {
	clear: both;
}

/* =newpost
------------------------------------------------------------- */
#newpost {
	border: 1px dotted #75a115;
	margin-top: 20px;
}
.newpost-column {
	width: 296px;
	border-top: 1px dotted #75a115;
}
.newpost-column-notop {
	width: 296px;
}
.main-column {
	clear: both;
}
.column-left {
	float: left;
	border-right: 1px dotted #75a115;
}
.column-right {
	float: right;
}
.post-img {
	float: right;
	margin: 0 0 5px 5px;
}
.newpost-column dt img {
	float: left;
	margin: 5px 0px 5px 5px;
}
.newpost-column dd, .newpost-column-notop dd {
	margin: 5px 10px 5px 12px;
}
.recipe, .poem, .photo, .essay, .etcetra, .haiku, .blog {
	padding: 0 0 3px 4px;
}


