@charset "UTF-8";
/* CSS Document */

#content {
    height: 44em;
}
#left {
    position: absolute;
	left: 10px;
	top: 10px;
    width: 320px;
	
	border:2px solid;
    max-height:100%;
	word-wrap: break-word;
    overflow: scroll;
}

#right {
	position:absolute;
    left:340px;
    top:10px;
    width: 650px;
	
	border:2px solid;
    max-height:100%;
	word-wrap: break-word;
    overflow: scroll;
}

#indent0 {
	position: relative;
	top: 0px;
	left: 10px;
	width: 540px;
	text-align: left;
}

#indent1 {
	position: relative;
	top: 0px;
	left: 30px;
	width: 540px;
	text-align: left;
}

#indent2 {
	position: relative;
	top: 0px;
	left: 40px;
	width: 540px;
	text-align: left;
}

#indent3 {
	position: relative;
	top: 0px;
	left: 50px;
	width: 540px;
	text-align:left;
}

#indent4 {
	position: relative;
	top: 0px;
	left: 60px;
	width: 540px;
	text-align:left;
}

#m-indent0 {
	position: relative;
	top: 0px;
	left: 10px;
	width:240px;	
	text-align: left;
}

#m-indent1 {
	position: relative;
	top: 0px;
	left: 20px;
	width:240px;	
	text-align: left;	
}

#m-indent2 {
	position: relative;
	top: 0px;
	left: 30px;
	width:240px;
	text-align: left;
}

#m-indent3 {
	position: relative;
	top: 0px;
	left: 40px;	
	width:240px;
	text-align:left;	
}

#m-indent4 {
	position: relative;
	top: 0px;
	left: 60px;
	width:240px;	
	text-align:left;
}
