

hr{
	clear: both;
}


/* -------------------------------------
　ヘッダーバナー 
-------------------------------------- */
.hfBtm{
	width: 790px;
	font-size: 12px;
	line-height: 1.5em;
	float: left;
}
.hfBtm a{
	text-decoration: none;
	display: block;
	padding: 0px 5px;
	border: 1px solid #7EC5FE;
}
.hfBtm a:hover{
	background: #FFF;
}
.hfBtm .next{
	float: left;
	margin-left: 10px;
}
.hfBtm .back{
	float: left;
	margin-left: 340px;
}


/* -------------------------------------
　左カラム 
-------------------------------------- */
#topics #columnLeft hr{
	background: url(none);
	height: auto;
	margin: 30px 0px 35px;
	border-top: 1px dotted #99CAFF;
	border-bottom: none;
	border-right-style: none;
	border-left-style: none;
}

#topics #columnLeft{
	float: left;
	width: 790px;
	border: 1px solid #999;
	background: #FFF;
	color: #333;
	margin-bottom: 20px;
	margin-top: 10px;
}

#topics .days{
	font: normal 40px/1em "Forum";
	border-bottom: 1px dashed #999;
	margin-right: 30px;
	margin-left: 30px;
	letter-spacing: 3px;
	padding: 30px 0px 15px 10px;
}
#topics #mainTxt{
	margin: 40px 40px 100px;
	line-height: 1.8em;
}
#topics #mainTxt img{
	background-color: #FFF;
	padding: 7px;
	margin-right: 20px;
	box-shadow: 3px 3px 5px #999;
	-webkit-box-shadow: 3px 3px 5px #999;
	float: left;
	margin-bottom: 20px;
}

#topics .txtFooter{
	background: #CCC;
	font-size: 12px;
	color: #000;
	padding: 10px 40px;
}


/* -------------------------------------
　右カラム 
-------------------------------------- */

#topics #columnRight{
	margin-left: 820px;	
}
#topics #columnRight .columnBox{
	margin-bottom: 50px;
}
#topics #columnRight .columnBox .title{
	font: normal 24px/1em "Forum";
	background: url(../img/h3_black.png) no-repeat;
	margin-bottom: 10px;
	border-bottom: 1px dashed #999;
	padding-left: 38px;
	padding-top: 2px;
	padding-bottom: 4px;
}

/* 記事一覧 */
#columnRight #entry a{
	line-height: 1.8em;
	border: 1px solid #CCC;
	color: #333;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	background: #FFF;
	margin-bottom: 5px;
}
#columnRight #entry a:hover{
	color: #06C;
	border: 1px solid #80BFFF;
}

/* アーカイブ */
#columnRight #archive a{
	font-size: 12px;
	margin-left: 5px;
}


/*カレンダー*/
#calendar td{
	text-align: center;
	height: 25px;
	letter-spacing: 3px;
}
#calendar .clTxt{
	font-size: 14px;
	height: 60px;	
}
#calendar .sunday{
	color: #F36;
}
#calendar .tBorder{
	border: 1px solid #CCC;
	text-align: center;
	padding-bottom: 20px;
	padding-left: 10px;
	background: #FFF;
}


/* バナー */
#columnRight .border{
	margin-top: 10px;
	border: 1px solid #CCC;
}






/* ---------------------------------- */


