/* 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 {
		padding: 0 0 20px 0;
		font-size: 92%;
	}

	#pageTitle {
		padding: 40px 0 0 0;
		height: 0px;
		overflow: hidden;
		
		background-image: url(../../qanda/images/title.gif);
		background-repeat: no-repeat;
	}

	#pageRead {
		padding: 15px 0 0 0;
		height: 0px;
		overflow: hidden;
		
		background-image: url(../../qanda/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 {
			padding: 0 0 10px 0;
			font-size: 92%;
			line-height: 2;
		}
		#noteNavi {
			padding: 0 0 20px 0;
			position: relative;
			height: 17px;
		}

		#noteNavi a.pagetop {
			display: block;
			float: right;
			padding: 17px 0 0 0;
			width: 60px;
			height: 0;
			overflow: hidden;
	
			text-decoration: none;
			background-repeat: no-repeat;
	
			background-image: url(../images/button_pagetop.gif);
		}

		#noteBody a {
			font-size: 100%;
		}

	#noteBottom {
		clear: both;
		width: 550px;
		height: 20px;
		
		background-image: url(../images/note_bottom.gif);
		background-repeat: no-repeat;
	}

/***** beta column *****/