/* 
   course.css created by yasuyo mukohda
   insert follow line your html file header
   link rel=stylesheet type="text/css" href="course.css">
*/

body {font-family:Arial;
	  }

html{background-color: #01580d;
	 /* background-image:url(../image/topimage2.gif); */
	 background-image:url(image/mossimage.gif); 
     background-repeat:no-repeat;
	 }

		  
/* MENUボタン　*/ 		   
ul.menu {font-size: 12pt;
         margin-top: -5px;
	     list-style: none;
		 position: absolute;
		 left:-5px;
		 top: 130px;
         }
	
li.menu {padding-top: 5px;
		 color: #F0E68C;
		 font-weight: bold;
         }
		
li.menu a.menu:link , a.menu:visited {color:AFEEEE;
                    text-decoration: none;
					font-weight: bold;
					background-image: url(../../image/arrow_w.gif);
					background-position: left;
					background-repeat: no-repeat;
					}
				
li.menu a.menu:hover {color: #FFFFFF;
         text-decoration: none;
		 font-weight: bold;
		 background-image:url(../../image/arrow_y.gif);
		 background-position: left;
		 background-repeat: no-repeat;
		 }
/* メニューボタンここまで */


/* リンク */
a:link , a:visited {color:#AFEEEE;
                    text-decoration: underline;
					}
					
a:hover {color:#FFFFFF;
         text-decoration: none;
		 }
/*リンクここまで*/


/* 左側の画像 */
img.number {position:absolute;
          top: 450px;
		  left: 20px;
		  }
		  
div.number {font-size: 30pt;
            font-weight: bold;
            color:#CC6600;
			position:absolute;
			top: 440px;
			left:45px;
		   }
		   
sup.number {font-size: 20pt;
            }
/* 左側の画像ここまで */


/* コンテンツ */		   
table.message {width: 550px;
		   position: absolute;
		   top: 360px;
		   left: 160px;
		   color: white;
		   }
		   
td.copyright {color:#AFEEEE;
              font-size:10pt;
			  text-align:right;
              }

h3 {margin-bottom: 2px;
    }
		 
h3:first-letter {font-size: 200%;
                float:left;
				color:#CC6600;
				}
				
sup.number {color:#CC6600;
            }
			
td.date {font-size: 11pt;
         padding-left: 50px;
		 color: #F0E68C;
		 font-weight: bold;
		 }
		 
td.cont {font-size: 11pt;
         text-justify: distribute;
		 }
		 
b.yellow {color:#F0E68C;
          font-size: 12pt;
          }
		 
/* プログラムのページ */
td.time {font-size: 11pt;
         width: 120px;
		 text-align: left;
		 }
		 
td.program {font-size: 11pt;
            width: 430px;
            text-align: left;
            }			
				
td.food {font-size: 11pt;
         width: 430px;
         text-align: left;
		 color: #AFEEEE;
		 font-style: italic;
         }	
		 
i.yellow {color: #F0E68C;
          }
/* プログラムのページここまで */

		 
/* 過去の報告ページ */
td.report {font-size: 11pt;
           text-justify: distribute;
		   width:400px
		   }

sup.repnumber {font-size: 20pt;
            }
			
td.caption {text-align: center;
            font-size: 9pt;
		    color: #9cc7d3;
			margin-top: 0px;
		    }
					
		   

		 
		 
		 
		 
		 
		 
		 
		 
