@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  common.css
 style info :  ニュース用css
=================================================================== */

/*----------------------------------------------------------------------------------
		 	以下コンテンツ部分
------------------------------------------------------------------------------------*/
div#contents dl.data {
	
}

div#contents dl.data dt {
	line-height: 1.5;
	color: #B81C22;
	font-size: 116%;
	
}

div#contents dl.data dd {
	line-height: 1.5;
	font-size: 133%;
	font-weight: bold;
}

div#contents div.entry p {
	padding-top: 25px;
	line-height: 1.5;
	font-size: 116%;
}

div#contents div.entry .aligncenter,
div#contents div.entry div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div#contents div.entry .alignleft {
	float: left;
}

div#contents div.entry .alignright {
	float: right;
}

div#contents div.entry .wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

div#contents div.entry .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

div#contents div.entry .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

div#contents div.entry table {
	margin: 0 0 0 0;
	width: 100%;
}

div#contents div.entry table caption {
	font-size: 116%;
	padding: 0 0 5px;
	line-height: 1.5;
	margin: 0;
	caption-side:top;
}

div#contents div.entry table th {
	font-weight: normal;
	vertical-align: top;
	padding: 5px ;
	line-height: 1.5;
	text-align: left;
	background: #fcf9f5;
	border: 1px solid #c8c8c8;
}

div#contents div.entry table td {
	vertical-align: top;
	padding: 5px ;
	line-height: 1.5;
	background: #fcf9f5;
	border: 1px solid #c8c8c8;
}



/*----------------------------
アーカイブページ
------------------------------*/
div#contents dl.post_list {
	padding: 0 5px;
	margin-top: -10px;
}

div#contents dl.post_list dt {
	line-height: 1.6;
	color: #B81C22;
	margin-top: 15px;
}

div#contents dl.post_list dd {
	line-height: 1.6;
}


/*----------------------------------------------------------------------------------
		 	以下サイドバー部分
------------------------------------------------------------------------------------*/
div#sidebar dl.new_news {
padding: 0 3px;

}

div#sidebar dl.new_news dt {
	margin-top: 12px;
	line-height: 1.5;
	color: #B81C22;
}

div#sidebar dl.new_news dd {
	margin-top: 3px;
	line-height: 1.5;
	font-size: 94%;
}
