/* CSS Document */
	#alpha {
		position: relative;
		float: left;

		padding: 0 0 0 10px;
		width: 550px;
		top: -50px;
	}
	#beta {
		position: relative;
		float: right;

		padding: 0 10px 0 0;
		width: 220px;
		top: 0;
	}
	#gamma {
		display: none;
	}

/***** alpha column *****/
	h4 {
		font-size: 92%;
	}

	#pageTitle {
		padding: 40px 0 0 0;
		height: 0px;
		overflow: hidden;
		
		background-image: url(../../schedule/images/title.gif);
		background-repeat: no-repeat;
	}
		#date #year {
			position: absolute;
			padding: 20px 0 0 0;
			width: 59px;
			height: 0px;
			overflow: hidden;
			top: 5px;
			left: 440px;
			
			background-image: url(../images/2007.gif);
			background-repeat: no-repeat;
		}
		#date #dateDiv {
			position: absolute;
			padding: 20px 0 0 0;
			width: 59px;
			height: 0px;
			overflow: hidden;
			top: 5px;
			left: 500px;
			
			background-image: url(../images/date_div.gif);
			background-repeat: no-repeat;
		}
		#date #month {
			position: absolute;
			padding: 20px 0 0 0;
			width: 29px;
			height: 0px;
			overflow: hidden;
			top: 5px;
			left: 512px;
			
			background-repeat: no-repeat;
		}
	#pageRead {
		padding: 15px 0 0 0;
		height: 0px;
		overflow: hidden;
		
		background-image: url(../../schedule/images/title2.gif);
		background-repeat: no-repeat;
	}
	
	#noteTop {
		margin: 0 0 0 0;
		width: 550px;
		height: 20px;
		
		background-image: url(../images/note_top.gif);
		background-repeat: no-repeat;
	}
	#noteBody {
		padding: 5px 20px 0 20px;
		width: 510px;	/* outside 550px */
		background-image: url(../images/note_bg2.gif);
		background-repeat: repeat-y;
	}
		#noteBody p {
			font-size: 92%;
			line-height: 2;
		}
		#noteNavi {
			margin: 20px 0 0 0;
			position: relative;
			height: 17px;
		}
		#noteNavi a.previous {
			display: block;
			float: left;
			padding: 17px 0 0 0;
			width: 66px;
			height: 0;
			overflow: hidden;
	
			text-decoration: none;
			background-repeat: no-repeat;
	
			background-image: url(../images/button_previous.gif);
		}
		#noteNavi a.next {
			display: block;
			float: right;
			padding: 17px 0 0 0;
			width: 43px;
			height: 0;
			overflow: hidden;
	
			text-decoration: none;
			background-repeat: no-repeat;
	
			background-image: url(../images/button_next.gif);
		}
		
		h4#calendarIndex {
			position: relative;
			padding: 40px 0 0 0;
			width: 510px;
			height: 0;
			overflow: hidden;
	
			text-decoration: none;
			background-repeat: no-repeat;
		}
		thead .calendar {
			width: 68px;
			height: 20px;
			padding: 2px;
			border-top: 1px #000000 solid;
			border-right: 1px #000000 solid;
			border-bottom: 1px #000000 solid;
			border-left: none;
		}
		thead .calendar2 {
			width: 68px;
			height: 20px;
			padding: 2px;
			border-top: 1px #000000 solid;
			border-right: none;
			border-bottom: 1px #000000 solid;
			border-left: none;
			text-align: center;
			vertical-align: middle;
		}
		thead span.week {
			display: block;
			position: relative;
			margin: auto;
			padding: 12px 0 0 0;
			width: 40px;
			height: 0;
			overflow: hidden;
	
			text-decoration: none;
			background-repeat: no-repeat;
		}
		tbody .calendar {
			height: 70px;
			padding: 2px;
			border-top: none;
			border-right: 1px #000000 solid;
			border-bottom: 1px #000000 solid;
			border-left: none;
			vertical-align: top;
		}
		tbody .calendar2 {
			height: 70px;
			padding: 2px;
			border-top: none;
			border-right: none;
			border-bottom: 1px #000000 solid;
			border-left: none;
			vertical-align: top;
		}
		tbody span.day {
			display: block;
			position: relative;
			padding: 12px 0 0 0;
			width: 12px;
			height: 0;
			overflow: hidden;
	
			text-decoration: none;
			background-repeat: no-repeat;
		}
		
		#noteBody a {
			font-size: 100%;
			color: #006027;
			text-decoration: none;
		}
		#noteBody td {
			font-size: 85%;
		}
		
	#noteBottom {
		clear: both;
		width: 550px;
		height: 20px;
		
		background-image: url(../images/note_bottom.gif);
		background-repeat: no-repeat;
	}

/***** beta column *****/
	ul#chapter {
		position: relative;
		margin: 10px 0;
	}
	ul#chapter li {
		magin: 0;
		padding: 0;

		list-style-type: none;
		background-image: url(../images/dagger01.gif);
		background-repeat: no-repeat;
		background-position: left top;
		text-indent: 10px;
	}
	ul#chapter li a {
		font-size: 85%;
	}

	#submenu ul {
		position: relative;
		margin: 10px 0;
		padding: 0 16px;
	}
	#submenu li {
		magin: 0;
		padding: 0;

		list-style-type: none;
	}
	#submenu li a {
		display: block;
		position: relative;
		padding: 15px 0 0 0;
		width: 220px;
		height: 0;
		overflow: hidden;

		text-decoration: none;
		background-repeat: no-repeat;
	}
