@charset "shift_jis";

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

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

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

div#ctRight h1 {
	height: 39px;
	margin-bottom: 12px;
	padding: 13px 30px 12px 79px;
	color: #0099FF;
	font-size: 22px;
	line-height: 39px;
	background: url(../images/bg_title.gif) no-repeat;
	overflow: hidden;
}

div#ctRight h2 {
	margin: 18px 0 7px 12px;
	padding: 0 3px 4px;
	font-size: 18px;
}
div#ctRight h2.lineRed {
	background: url(../images/line_dot_red.gif) repeat-x left bottom;
	color: #FF3366;
}
div#ctRight h2.linePurple {
	background: url(../images/line_dot_purple.gif) repeat-x left bottom;
	color: #6600FF;
}
div#ctRight h2.lineSkyBlue {
	background: url(../images/line_dot_skyblue.gif) repeat-x left bottom;
	color: #0099FF;
}

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

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

.entry {
	margin-left: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-left:10px;
}
div.navigation .alignleft {
	float:left;
}
div.navigation .alignright {
	float:right;
}

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