@charset "shift_jis";

@import url("default.css");
@import url("common.css");

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+  single
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 ƒ^ƒCƒgƒ‹
--------------------------------------------------------------------------------------- */

div#ctRight h1 {
	margin: 0 20px 20px 0;
	padding: 0 5px 2px;
	border-bottom: 3px solid #DAC744;
	color: #4E6827;
	font-size: 22px;
}

div#ctRight h2 {
	margin: 10px 20px 10px 0;
	padding: 0 3px;
	color: #4E6827;
	font-size: 18px;
	border-bottom: 1px solid #DAC744;
}

div#ctRight h3 {
	font-size: 14px;
}

/* --------------------------------------------------------------------------------------
 single
--------------------------------------------------------------------------------------- */

.entry {
	margin:0 30px 0 15px;
}
div.entry ol,div.entry ul {
	margin:0.5em 0 0 2em;
}
div.entry ul {
	list-style-type:disc;
}
div.entry p {
	margin:0.5em 0;
}

div.navigation:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div.navigation { display:inline-block; }
/*\*/
* html div.navigation { height:1%; }
div.navigation { display:block; }
/**/
div.right20 {
	float:right;
	margin-right:20px;
}
div.navigation {
	margin-right:20px;
}
div.navigation .alignleft {
	float:left;
}
div.navigation .alignright {
	float:right;
}

.post {
	position:relative;
}
.post_date {
	position:absolute;
	right:20px;
	top:5px;
}