.pageTitle{
	margin:0px;
	margin-top:1.5em;
	margin-left:0.5em;
	font-size:120%;
}

.breadcrumbsList{
	font-size:75%;
	margin-top:0.7em;
	margin-left:0.6em;
}

.block{
	padding:10px;
	clear:both;
}
.blockInfo{
	font-size:90%;
}
.blockHeader{
	font-weight:bolder;
}
.blockTitle{
	margin:0px;
	font-size:150%;
}
.blockBody{
	font-size:85%;
	line-height:1.6;
}

.blockFooter{
}

.blockFooter .signiture{
	text-align:right;
	font-size:85%;
}

.readFullBlock{
	text-align:right;
}
.footerNavigation{
	text-align:center;
	font-size:90%;
	margin-top:1em;
	margin-bottom:1em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	border-style:ridge;
	border-top-width:2px;
	border-bottom-width:2px;
	border-left-width:0px;
	border-right-width:0px;

}
/*記事内一般修飾要素*/
.blockBody h1, .blockBody h2{
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-color:#ff0000;
	font-size:1.6em;
	margin-right:10pt;
	clear:both;
}

.blockBody h3{
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-color:#0000ff;
	font-size:1.4em;
	margin-right:10pt;
	margin-left:0.3em;
	clear:both;
}

.blockBody h4{
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-color:#007700;
	font-size:1.2em;
	margin-right:10pt;
	margin-left:0.6em;
	clear:both;
}

.blockBody h5{
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-color:#ff7700;
	font-size:1em;
	margin-right:10pt;
	margin-left:0.9em;
	clear:both;
}

.blockBody p{
	margin:0px;
	margin-top:0.5em;
	margin-bottom:0.5em;
	padding:0px;
}

.blockBody .reporter{
	font-style: normal;
	color:#243b82;
}

.blockBody .annotation{
	border: 1px dotted gray;
	background-color: #f7f1c1;
	margin:0.3em;
	padding:10px;
	display:block;
	font-size:80%;
}

.blockBody img{
	margin:10px;
	margin-top:4px;
	margin-bottom:4px;
}

.blockBody div.column_float_left{
	float:left;
	text-align:center;
	font-size:90%;
}

.blockBody div.column_float_right{
	float:right;
	text-align:center;
	font-size:90%;
}

.blockBody div.column_align_center{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:90%;
}

.blockBodyLead img{
	float:left;
}


.blockHeadLine{
	font-size:75%;
}

.priorContentsSeparator{
	background-color:#eeeeee;
	padding:0.2em;
	clear:both;
}