@import url(./common.css);
div#palette
	{
	width: 95%;
	margin: 0px auto;
	}
	div#palette div
		{
		margin: 12px 0px;
		}
	div#palette table
		{
		color: inherit;
		background-color: #F9F9F9;
		}
	div#palette table tr th
		{
		padding: 3px 0px 2px 0px;
		font-size: 10px;
		font-weight: normal;
		}
	div#palette table tr td
		{
		width: 14%;
		}
	div#palette table tr td a
		{
		display: block;
		width: 100%;
		text-align: center;
		/* Operaはpaddingが効かないのでline-heightで代用 */
		line-height: 1.7em;
		color: #222;
		background-color: inherit;
		}
	div#palette table tr td a:hover
		{
		font-weight: bold;
		text-decoration: none;
		}
	div#palette dl
		{
		margin: 0px;
		}
