
#toc{
	border: 1px solid #AAA;
	background-color: #F9F9F9;
	margin: 10px 10px;
}

#toc .title
{
	text-align: center;
	font-weight: bold;
}

#toc td
{
	padding-left: 10px;
	padding-right: 10px;
}

#article,.article
{
	border: 1px solid #AAA;
	background-color: #FFFFFF;
	padding: 5pt 5pt 5pt 5pt;
	line-height: 1.5em;
}

#article strong{
	font-weight: bold;
}

#article p,#article h1,#article h2,#article h3,#article ul{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#article h1{
	font-size: 30px;
	font-weight: bold;
}

#article h2{
	font-size: 20px;
	font-weight: bold;	
}

#article h3{
	font-size: 18px;
	font-weight: bold;	
}


#article ol
{
	list-style: decimal outside;
	margin-left: 1em;
}

#article h2 {
	border-bottom: solid 1px #AAAAAA;
}

table.spec
{
	border-left: #AAA solid 1px;
	border-top: #AAA solid 1px;
	background: #F9F9F9;
	width: 100%;
}

table.spec td
{
	border-right: #AAA solid 1px;
	border-bottom: #AAA solid 1px;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

table.spec tr:nth-child(odd)
{
	background: #EEF;
}


table.spec td.specname
{
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
	width: 0;
}