/*	ナビゲーション関係　（特殊処理）		*/
ul.globalnavigation li {	background-color: #FF99FF;}
#sidenavigation ul li	{	border-left-color: #957B40;}
#sidenavigation ul li.subc{	border-left-color: #957B40;}
#sidenavigation ul li.past{	border-left-color: #957B40;}

/*  見出し関係	*/
h1 { background-color: #5ABCC5;}
h4 { border-left-color: #957B40;}
h4.pamphlet	{ color: #ff6600;	text-align: center;	margin-bottom: 12px; border:none;	}
h4.double	{ clear:none; width:200px; float:left; margin-top:12px; margin-bottom:12px;}

/*  リスト関係	*/
ol.withnote	li {
	margin-left: 24px;
	text-indent: -24px;
	list-style:none;
}		/*  2行目以降にコメントがあるol	*/

/*  テーブル関係	*/
/*
table.profile {		/*	プロファイル等の表示に用いる、枠線の無い表	
	background-color: #A49266;
	font-size: 14px;
	border: 0px;
/*	border-collapse:collapse;			/*	継承されている筈？	
}
table.profile caption{	font-weight: bold;	text-align: left;	padding-bottom: 6px; border: 0px;}
table.profile th{	color: #5A4B27;	background-color: #EDE8DF;	white-space: nowrap;	padding: 6px; border: 0px;}
table.profile td{
/*	background-color: #FFFFFF;		th以外は全部白のはず
	padding: 6px;			/* ??? 36 ??? 
	text-align: left;
	border: 0px;
	vertical-align: top;	/* まずくないかチェック要
}	*/
/*　その他共通クラス		*/

p.nav	{ text-align:right; }
