/* TopPageのみに適用 */
body {
    color: #800000;
    background-color: #cccccc;
}

p {
    line-height: 130%;
}

table {
/*        cellpadding : "5"; */
}

a {
/*
	font-size: large;
	font-style : italic;
*/
	font-family: "ＭＳ Ｐ明朝";
	font-weight: bold;
	text-decoration: none;
	color: #800000;
}
a:hover {
text-decoration: underline;
}


/* DISQUSコメント用 */
#disqus_thread { width: 600px !important; }


/*
 TopPage以外のページ全てに適用 
#bodyContents {
	color: #800000; 
	background-color: #cccccc;
}
*/

/*
P {
	font-size: 10pt;
	font-weight: bold;
    line-height: 150%;
	font-family: "ＭＳ 明朝";
	color: #800000;
}

TD.REMARK	{
	font-size: 10pt;
	font-weight: normal;
	font-family: "ＭＳ ゴシック";
	color: #800000;
}

TD {
	font-size: 10pt;
	font-weight: bold;
	font-family: "ＭＳ 明朝";
	color: #800000;
}
*/