/* Cascading Style Sheet for HTML export */
/* MODULE: DYNAMIC OUTLINE */

/* This stylesheet expects the following HTML structure
		  
  left column in page body
		  #pageBody .left
		  
		  td.outlineColumn
		     div.dynamicOutline
			     div.tree
				     div.mout
					  div.mover
*/


/* visual highlight the sidebar navigation ：サイド・ナビゲーションの指定*/
.outlineColumn {
	vertical-align: top;	
	
 /* border: 1px solid #808080; */
    border: 1px solid #0000cc; /* 枠線のカラー：群青                   */
    background-color: #6495ed; /* 背景色 cornflower blue               */
    
    
 /* background-color: #F4F4F4; 薄い黄色 Original */
 
 
 /* background-color: #ccffff; 水色に変更2010/06/03 JN*/
 
 /* background-color: #F0F8FF;    alice       blue      2010/06/03 JN*/
 
 /* background-color: #F0FFFF;    azure                 2010/06/03 JN*/

 /* background-color: #3366CC; */
 /* background-color: #3399CC; */
 /* background-color: #336699; */
 /* background-color: #3366ff; */
    
 
 /* background-color: #4169E1;    royal       blueに変更2010/06/03 JN*/
 /* background-color: #4682B4;    steel       blueに変更2010/06/03 JN*/ /*1*/
 /* background-color: #48D1CC;    medium turquoiseに変更2010/06/03 JN*/
 
 /* background-color: #5F9EA0;    cadet       blueに変更2010/06/03 JN*/
 
 /* background-color: #6495ED;    cornflower  blueに変更2010/06/03 JN*/ /*2*/
 /* background-color: #6699CC; */

 /* background-color: #87CEEB;    sky         blueに変更2010/06/03 JN*/
 /* background-color: #87CEFA;    lightsky    blueに変更2010/06/03 JN*/
	
 /* background-color: #ADD8E6;    light       blueに変更2010/06/03 JN*/
 
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.dynamicOutline {
}

/* tree is the same as dynamicOutline, just nested */
.tree {
}

.tree a:link {
 /* color: Black;                   カラー：黒 */
	color: #ffffff;              /* カラー：白 */　　　　　　　　
	text-decoration: none;
}

.tree a:active {
    color: #FF3300;                  /* カラー：赤 */　
	text-decoration: none;
}

.tree a:visited {
 /* color: Black;                   カラー：黒 */
	color: #ffffff;              /* カラー：白 */　　　　　　　　
	text-decoration: none;
}

.tree a:hover {
    color: #FF3300;                  /* カラー：赤 */　
	text-decoration: none;
}

.tree .mout {
	text-decoration: none;
	width: 100%;
	padding: 0px;
 /* font-size: 8pt;                  フォント・サイズ：08 */
	font-size: 10pt;              /* フォント・サイズ：10 */
}

.tree .mover {
	text-decoration: none;
	width: 100%;
	padding: 0px;
	color: #FF3300;
 /* font-size: 8pt;                  フォント・サイズ：08 */
	font-size: 10pt;              /* フォント・サイズ：10 */
}
