/* その他のページ用 */

body{
	background:#fafafa;
	margin-top:0;
}

/* メイン（各ページのヘッダ） */
table.main{
	background:#777777;
	width="100%";
}
font.main{
	color:#000000;
}

/* サブタイトル */
table.sub{
	background:#333333;
	width="100%";
}
font.sub{
	color:#FFFFFF;
}
div.sub{
	width: 100%;
	font-weight: bold;
	color: #ffffff;
	border-bottom-color: #ff8888;
	border-bottom-width: 30px;
	background-color: #333333;
	filter: alpha(style=1, opacity=40, finishopacity=90, startx=32, starty=0, finishx=32, finishy=60);
	border: outset 3px #333333; /* 枠の色 */
}

/* ソースサンプル用 */
table.src{
	background:#0000AA;
}
font.src{
	color:#FFFFFF;
}
font.srcatt{
	color:#AAFFAA;
}

/* 注意・ノート用 */
font.attention{
	color:#FF00FF;
}

/* アップデートであることを明示 */
font.update{
	font-weight:bold;
	color:#FF0000;
	background:#FFFFFF;
}
font.update_home{
	font-weight:bold;
	color:#66ff66;
	background:#666666;
}

