/* ./sleep.css */
body
{
	background-color:#cfcfcf;
	font-size:10pt;
	color:#000000;
}

p.title
{
	margin:0px;
	padding:0px;
	text-align:center;
	line-height: 20pt;
}

font.title
{
	font-size:20pt;
}
font.title-jp
{
	font-size:10pt;
	color:red;
}
font.normal
{
	font-size:10pt;
}
font.small
{
	font-size:9pt;
}
font.smaller
{
	font-size:8pt;
}

b.listhead
{
	font-weight:bold;
	color:#000000;
}

div.block
{
	margin-left:10%;
	margin-right:10%;
	border:0;
}



