/* title */
#contents-page-title h3.column-kosodate {
	background-image: url(/images/column_title_kosodate.gif);
	background-repeat: no-repeat;
}
#contents-page-title h3.column-kosodate a{
	display: block;
	width: 680px;
	height: 60px;
}
#contents-page-title h3.column-kosodate span {
	display: none;
}
#column-index-head {
	width: 680px;
	float: left;
}
.pagecontents-wrap {
	width: 680px;
	margin-bottom: 20px;
	float: right;
}

/* widget */
/* recent entries */
.widget-columnrecent-wrap {
	width: 210px;
	background-color: #FFFFFF;
	margin-bottom: 20px;
	text-align: left;
	float: left;
}
.widget-columnrecent-wrap h3 {
	width: 210px;
	height: 60px;
	background-image: url(/images/widget_recentkosodate_title.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.widget-columnrecent-wrap h3 span {
	display: none;
}
.widget-columnrecent-wrap dl {
	font-size: 80%;
	margin: 0;
}
.widget-columnrecent-wrap dl dt {
	font-weight: bold;
	margin: 0;
	padding: 2px 0;
}
.widget-columnrecent-wrap dl dd {
	line-height: 1.5em;
	margin: 2px 0;
	padding: 2px 0;
	border-bottom: dotted 1px #CCCCCC;
}
.widget-columnrecent-wrap dl dd a {
	color: #448AC9;
	text-decoration: none;
}
.widget-columnrecent-wrap dl dd a:hover {
	color: #214464;
}


