div.right {
    TEXT-ALIGN: right;
    MARGIN: 4% 1% 4% 1% ;
}

/* ***** 表紙 What's New用の DL  *********************** */

dl.whatsnew{   
   margin : 5% 5% 2% 32%;
   padding: 0% 0%;
   border-style : solid;
   border-width : 1px 1px 1px 1px;
   border-color : #666;
   }

dl.whatsnew dt{
  margin : 0% 0% 0% 0%;  
  padding-right: 5%;
  border-bottom-style : solid;
  border-bottom-width : 1px;
  border-color : #666;
  text-align : right;
  color : #006040;
  font-size : 90%;
  font-weight : bold;
  background: #d3d3d3;
  background-image : url(images/sbg.png);
}

DL.whatsnew DD{
  text-align : right;
  font-size : 80%;
  padding: 0px 3px;
  margin : 1px 0% 0px 0%;  
}

/* ***** 表紙ページ　お知らせ用の DL  *********************** */

dl.right{   
   margin : 0% 5% 5% 5%;
   padding: 0% 0%;
   border-style : solid;
   border-color : #666;
   border-width : 0px 1px 1px 1px;
   }

dl.right dt{
  margin : 0% 0% 0% 0%;  
  border-style : solid;
  border-width : 1px 0 1px 0;
  border-color : #666;
  text-align : center;
  color : #006040;  
  font-size : 85%;
  font-weight : bold;
  background: #d3d3d3;
/*  background-image : url(images/sbg.png);  */
}

DL.right DD{
  font-size : 100%;
  padding: 2px 5px;
  margin : 0px 0% 0px 0%;  
  background-color : #dfdfff;
}

DL.right  ul{
  MARGIN: 2px 2px 2px 2%;
  padding: 2px 2px 2px 2%;  
  font-size : 80%;
  list-style-position : outside;
  list-style-image : url(images/bball.gif);
}

DL.right  li{
 line-height: 140%;  
}


/*  行事日程用クラス定義　class: cal */

table.cal{
	margin-top : 0%;
	margin-right : 2.5%;
	margin-left :  2.5%;
	font-size:80%;	
	width: 95%; 
}

table.cal td{
	padding: 3;
}

table.cal caption{
 	font-size:140%;
	line-height: 150%;
	color: blue;
}

/** 詳細日程ページ　表用クラス指定　class: cal_d **/

table.cal_d{
	font-size:100%;	
}

table.cal_d td{
	padding: 3;
}

/** 詳細日程ページ　参加聴講料表用クラス指定　class: pay **/

table.pay { 
	font-size:80%;
	border: 0px ;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
} 

table.pay td{
	line-height: 95%;
	text-align="right";
	border: 0px;
	padding: 3;
}


table.pay caption{
	font-size:100%;
	line-height: 150%;
	color: blue; 
} 

/* サイトマップページ用 UL */

UL.map {
  MARGIN-TOP: 1%;
  MARGIN-BOTTOM: 1%; 
  list-style-position : outside;
  list-style-image : url(images/image2.gif);
}

UL.map2 {
  MARGIN-TOP: 1%;
  MARGIN-BOTTOM: 1%; 
  list-style-position : outside;
  list-style-image : url(images/greenarrow.gif);
}

UL.map li{
 line-height: 110%; 
 margin-top: 1%;
 margin-bottom: 1%; 
}


ul.map-explain{
  font-size: 80%;
  list-style-type: none;
  line-height: 170%;
}

/* サイトマップページ内リンク色指定 */

ul.map a:link    { color: #000080 ;}
ul.map a:visited { color: #000080 ;}
ul.map a:hover   { color: red     ;}
ul.map a:active  { color: #FF4500;}
ul.map a { text-decoration : none;}

ul.map a.in_link:link    { color: black ;}
ul.map a.in_link:visited { color: black ;}
ul.map a.in_link:hover   { color: red     ;}
ul.map a.in_link:active  { color: #FF4500;}

ul.map2 a:link    { color: #009999 ;} 
ul.map2 a:visited { color: #009999 ;}
ul.map2 a:hover   { color: red     ;}
ul.map2 a:active  { color: #FF4500;}
