@charset "UTF-8";

/* CSS Document */
@import url(http://kyoto-kenren.or.jp/css/common.css);
@import url(http://kyoto-kenren.or.jp/css/contents.css);


/* ========= contents | index =========*/
.date {
	font-weight: bold;
}

/* ========= News ========= */
/*#news h2 {
	width:530px;
}*/

#news_text {
	width:513px;
	padding:10px;
	background-color: #f9f8f5;
}

#news_text dl {
	margin:5px 0px 10px 4px;
	font-size: 95%;
}

#news_text dt,
#news_text dd {
	line-height:1.8;
}

#news_text dt {
	width: 7em;
	padding-left:15px;
	margin-top: 15px;
	background:url(http://kyoto-kenren.or.jp/images/common/item_red.gif) no-repeat center left;
	font-weight: bold;
}

#news_text dd {
        witdh: 513px;
	padding-left: 1em;
	padding-bottom: 12px;
	border-bottom: 1px #ccc dashed;
}

#left .table {
	width: 500px;
	margin: 5px 0 0 13px;
	border-collapse: collapse; 
	border: 2px #82745b solid;
}
#left .table tr {
	border-top: 1px #82745b solid;
	border-left: 1px #82745b solid;
}
#left .table th,
#left .table td {
	padding: 6px 4px;
	line-height: 1.3;
	text-align: center;
	vertical-align: top;
	border-right: 1px #82745b solid;
	border-bottom: 1px #82745b solid;
}
#left .table th {
	background-color: #b3a293;
	font-weight: bold;
}
#left .table td {
	background-color: #f7f4ef;
}

#left .table-center {
	margin: 0 auto;
}