@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 =========*/
.blog {
	width: 528px;
}
.blog-title {
	width: 528px;
	height: 67px;
	background: url(http://kyoto-kenren.or.jp/miyako/images/titlebar.gif) left bottom no-repeat;
}

.blog-title p {
	width: 490px;
	
	padding: 22px 0 0 35px;
	font-size: 115%;
	font-weight: bold;
	line-height: 1;
	color: #853a4a;
}
.blog-title h2 {
	width: 490px;
	padding: 0 0 0 38px;
	/*margin-left: 38px;*/
	font-size: 130%;
	font-weight: bold;
	color: #555555;
}
.blog-text {
	width: 518px;
	margin-top: 12px;
	margin-left: 10px;
}
.blog-date {
	width: 528px;
	margin-top: 20px;
	border-top: 1px #999999 solid;
	text-align: right;
	font-size: 85%;
	color: #666666;
}

.post {
	width: 520px;
	margin: 45px 5px 5px;
	border: 1px #cccccc solid;
	background: url(http://kyoto-kenren.or.jp/miyako/images/post_back.gif) #f7f4ef bottom right no-repeat;
}

.post-text {
	padding: 0 12px 20px 89px;
	background: url(http://kyoto-kenren.or.jp/miyako/images/post_logo.gif) left top no-repeat;
}
.post-text h7 {
	margin-bottom: 7px;
}
.post-text p {
	margin-bottom: 10px;
}

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