A{text-decoration:none}
A:link{color:#0080ff}
A:visited{color:#306090}
A:active{color:#306090}
A:hover{color:#ff8000}

UL{list-style-image: none}

pre.sourcecode
{
	font-family: 'Courier New', monospace;
}
*.comment
{
	color: #003399;
}

strong{color:#ff0000}

#menu-box{}

#menu{
	list-style-type: none;
	height: 32px;
}

#menu li{
	line-height: 24px;
	display: inline;
}

#menu li a{
	background-color: #afcfff;
	padding: 0px 6px;
	display: block;
	float: left;
}

#menu li a:hover{
	background-color: #bfdfff;
}

/*dt,ddによるstylishなenumeration*/

dt
{
	background-color: #333333;
	color: #ffffff;
	margin-top: 1em;
	padding-left: 0.5em;
	font-weight: bold;
}

dd
{
	margin-top: 0.5em;
}

dd dt
{
	background-color: #666666;
	color: #ffffff;
	margin-top: 1em;
	padding-left: 0.5em;
	font-weight: bold;
}

/*テーブル奇数行の色*/

tr.odd td
{
	background-color: #afcfff;
}

tr td.attention
{
	background-color: #a04040;
	color: #ffffff;
}