#container {width: 860px; margin: 50px 70px}

.back1 {background-color : #99cc99; font-size: 14pt; font-weight: bolder;
			margin-top: 100px;}

#content {width: 650px; float: right; margin: 30px 10px;}

#content_inner {margin-right: 40px}

#navi {width: 130px; float: left;   
					position fixed; 
					top: 0px; //left: 80px; margin: 20px 0;
					overflow-y: scroll;
					height: 100vh;  /* これをしないとハンドルが出ない */
					}

/* #float  {clear: both;} +/



/* ここからnaviの固定対応*/
.fixed {
	position : fixed;
	top : 0px;
	z-index : 999;
}


/* meeting.html対応*/