/* column全体 */
#columnContents {
	width: 580px;
	background-color: #FFFFFF;
	margin: 0px 19px 15px 19px;
	text-align:left;
	color: #333333;
}

#columnContents p.j14{
	margin: 0px 0px 15px 0px;
}

#columnContents p.j14n{
	margin: 0px 0px 10px 0px;
}


/* 号数表示 */
#columnContents div.number {
	font-weight: bold;
	color: #333333;
}

#columnContents div.number p.j18 {
	margin: 0px 0px 15px 0px;
}



/* 著作者 */
#columnContents div.author {
	font-weight: bold;
	color: #336600;
	text-align: right;
}

#columnContents div.author p.j18 {
	margin: 0px 0px 10px 0px;
}


/* 見出し */
#columnContents div.title{
	font-weight: bold;
	color: #336600;
}

#columnContents div.title p.j18{
	margin: 35px 0px 10px 0px;
}


/* 本文 */
#columnContents div.text {
	color: #333333;
}

#columnContents div.text p.j14 {
	margin: 0px 0px 5px 0px;
}

#columnContents div.text p.j14n {
	text-indent:1em;
	margin: 0px 0px 15px 0px;
}

#columnContents div.text p.j14n em {
	font-size:120%;
	font-weight:bold;
	font-style: normal;
	color: #CC3300;}
