/*
 * ycyc用スタイルシート
 */
body
{
	background-color: #FFFFFF;
	font-family:'MS UI Gothic';
}
table
{
	border: solid 1px #808080;
	border-collapse: collapse;
}
td
{
	border: solid 1px #808080;
	text-align: center;
	vertical-align: center;
	padding: 3px;
}
td.left
{
	border: solid 1px #808080;
	text-align: left;
	vertical-align: center;
	padding: 3px;
}
table.nb
{
	border: none;
}
td.nb
{
	border: none;
}
td.nbl
{
	text-align: left;
	vertical-align: top;
	border: none;
}
td.nblc
{
	text-align: left;
	border: none;
}
td.nbr
{
	text-align: right;
	vertical-align: top;
	border: none;
}
td.nbrc
{
	text-align: right;
	border: none;
}
td.date
{
	background-color: #A5FFCE;
	text-align: left;
}
blockquote
{
	TEXT-INDENT: 12pt;
}
ul
{
	margin-top: 5pt;
	margin-bottom: 0pt;
}
ol
{
	margin-top: 5pt;
	margin-bottom: 0pt;
}
li
{
	margin-top: 5pt;
	margin-bottom: 0pt;
}
.toptop
{
	border-top: double;
	border-bottom: double;
	text-align: center;
	width: 100%;
	background-color: #C0C0FF;
	color: #800000;
	font-family:'MS P Gothic';
	font-size: 24pt;
	font-weight: 700;
}
.top
{
	border-top: double;
	border-bottom: double;
	width: 100%;
	background-color: #C0C0FF;
	font-size: 18pt;
}
h1
{
    border-bottom: solid windowtext .5pt;
	font-size: 14pt;
	margin-bottom: 5pt;
}

