@charset "shift_jis";

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

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+  top
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 topTxt
--------------------------------------------------------------------------------------- */

.headTxt {
	margin: 15px 0 0;
}
.topTxt {
	margin: 10px 0 20px 20px;
	font-size:16px;
	font-weight:bold;
}

/* --------------------------------------------------------------------------------------
 topicsWrap
--------------------------------------------------------------------------------------- */

div.topicsWrap:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div.topicsWrap { display:inline-block; }
/*\*/
* html div.topicsWrap { height:1%; }
div.topicsWrap { display:block; }
/**/


/* --------------------------------------------------------------------------------------
 topicsBox
--------------------------------------------------------------------------------------- */

.topicsBox {
	width: 494px;
	background: url(../images/top_bg_title_s.jpg) no-repeat;
	float: left;
}

.topicsBox h2 {
	margin-bottom: 30px;
	padding: 12px 0 0 12px;
}

.topicsBox h3 {
	color: #4E6827;
	font-size: 14px;
}

/* --------------------------------------------------------------------------------------
 nowBox
--------------------------------------------------------------------------------------- */

.nowBox {
	width: 170px;
	margin: 0 0 0 20px;
	background: url(../images/top_bg_now.jpg) repeat-y;
	float: left;
}

.nowBox ul {
	width: 170px;
	padding-bottom: 20px;
	background: url(../images/top_bg_now_bt.jpg) no-repeat left bottom;
}

.nowBox li {
	padding: 12px 24px 0;
}

.nowBox li a {
	display: block;
	border: 1px solid #4F6828;
}

.nowBox li a:hover {
	border: 1px solid #FDFFD2;
}

/* --------------------------------------------------------------------------------------
 topBox
--------------------------------------------------------------------------------------- */

.topBox {
	width: 687px;
	margin: 30px 0;
	background: url(../images/top_bg_title.jpg) no-repeat;
}

.topBox h2 {
	margin-bottom: 30px;
	padding: 12px 0 0 12px;
}

.topBox h3 {
	color: #4E6827;
	font-size: 14px;
}

/* --------------------------------------------------------------------------------------
 topics
--------------------------------------------------------------------------------------- */

.topics .post_title {
	font-weight: bold;
}

.topics li {
	padding-top: 7px;
	font-size: 12px;
}

.topics li {
	width: 482px;
	margin: 10px 0 0 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #4E6827;
}


/* --------------------------------------------------------------------------------------
 section
--------------------------------------------------------------------------------------- */

div#ctRight .section {
	width: 570px;
	margin: 20px 0 0 79px;
}
div#ctRight .section:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#ctRight .section { display:inline-block; }
/*\*/
* html div#ctRight .section { height:1%; }
div#ctRight .section { display:block; }
/**/

div#ctRight .section .imgRight {
	float: right;
	margin: 0;
}

div#ctRight .section .leftBlock184 {
	float: left;
	width: 184px;
}

.marginLeft6 {
	margin-left:6px;
}

.top_more {
	clear:both;
	font-size:14px;
	padding-top:8px;
}

div.post_titlebox:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div.post_titlebox { display:inline-block; }
/*\*/
* html div.post_titlebox { height:1%; }
div.post_titlebox { display:block; }
/**/

div.post_titlebox {
	margin-bottom:2px;
}
.post_title {
	float:left;
	width:445px;
}
.post_date {
	float:right;
	text-align:right;
	width:120px;
}
