html {
	overflow-y: scroll;         /* force scrollbar */
}

a:link {
	color:#0000ff;
	text-decoration: none;
}
a:visited {
	color:#0000ff;
	text-decoration: none;
}
a:hover {
	color:#0000ff;
	text-decoration: none;
}
a:active {
	color:#0000ff;
	text-decoration: none;
}


#warp {
	width: 960px;
	overflow:auto;
	text-align:center;
}

.title {
	width: 960px;
	overflow: auto;
	margin-bottom:0.5em;	
	text-align:center;
}
#author {
	width: 960px;
	overflow: auto;
	margin-bottom:0.5em;		
}

#book_title {    	
	margin-top:10px;
	font-size:0.9em;	
	margin-bottom:10px;
}

#paper_title {    
	font-size:2.2em;
	font-weight:700;
	text-align:center;
	margin-bottom:20px;
}

#supplementary_title {
	font-size:1.2em;	
	margin-top:5px;
	margin-bottom:10px;
}

.author a{
	font-size:0.9em;
	text-decoration:none;
}
.author p{
	font-size:0.9em;
}
#first_author{
    float: left;
    width:21%;
    text-align: center;
	margin-left:16%;
	margin-right:1%;	
}
#second_author{
    float: left;
    width:22%;
	text-align: center;
	margin-left:1%;
	margin-right:1%;	
}
#thrid_author{
    float: left;
    width:21%;
	text-align: center;
	margin-left:1%;
	margin-right:16%;	
}

.abstract {
	width: 70%;
	overflow: auto;
	margin-left:15%;
	margin-right:15%;
	margin-bottom:20px;		
}
.abstract h1{
	font-size:1.8em;
	font-weight:700;	
}
.abstract p{
	text-align:justify;
	font-size:0.9em;
}

.experiment {
	width: 100%;
	margin-bottom:0.5em;		
}
.experiment h1{
	font-size:1.8em;
	font-weight:700;	
}

#ex_warp1{
   float:left;
	overflow:auto;
	width: 100%;	
	margin-bottom:20px;	
}

.algorithm{
	float:left;
	overflow:auto;
	width: 60px;		
}

.algorithm a{
	text-decoration:none;
}

.algorithm .cell_dummy{
	float:left;
	width:60px;
	height:125px;
}

.algorithm .cell_a{
	float:left;
	width:59px;
	height:70px;
	margin-right:1px;
	margin-bottom:4px;	
	text-align:center;
	font-size:0.80em;
	font-weight:700;				
}

#NTT{
	float:left;
	overflow:auto;
	width: 900px;	
	margin-top:10px;
}
#NTT .title{	
	width:100%;
	text-align:center;
	font-size:1.0em;
	font-weight:700;	
}
#NTT .title a{
	text-decoration:none;
}
#NTT .cell_t{
	float:left;
	width:89px;
	font-size:0.80em;
	font-weight:800;		
	text-align:center;
	margin-right:1px;
}
 #NTT .cell_i{
	float:left;
	width:89px;
	height:70px;
	text-align:center;
	margin-right:1px;
	margin-bottom:4px;
}
 #NTT .cell_i img{
	max-width:100%;
	max-height:100%;
}

#ex_warp2{
   float:left;
	overflow:auto;
	width: 100%;	
	margin-bottom:20px;	
}

#MPEG{
	float:left;
	overflow:auto;
	width: 180px;	
	margin-top:10px;
	margin-bottom:10px;	
	text-decoration:none;
}
#MPEG .title{	
	width:100%;
	text-align:center;
	font-size:1.0em;
	font-weight:700;	
}
#MPEG .title a{
	text-decoration:none;
}
#MPEG .cell_t{
	float:left;
	width:89px;
	font-size:0.80em;
	font-weight:700;		
	text-align:center;
	margin-right:1px;
}
#MPEG .cell_i{
	float:left;
	width:89px;
	height:70px;
	text-align:center;
	margin-right:1px;
	margin-bottom:4px;
}
#MPEG .cell_i img{
	max-width:100%;
	max-height:100%;
}

#MCL{
	float:left;
	overflow:auto;
	width:714px;
	margin-top:10px;
	margin-left:6px;
	margin-bottom:10px;		
	text-decoration:none;
}
#MCL .title{	
	width:100%;
	text-align:center;
	font-size:1.0em;
	font-weight:700;		
}
#MCL .title a{
	text-decoration:none;
}
#MCL .cell_t{
	float:left;
	width:100px;
	font-size:0.80em;
	font-weight:700;		
	text-align:center;
	margin-right:2px;
}
#MCL .cell_i{
	float:left;
	width:100px;
	height:70px;
	text-align:center;
	margin-right:2px;
	margin-bottom:4px;
}
#MCL .cell_i img{
	max-width:100%;
	max-height:100%;
}

#ex_warp3 {
	widht:100%;
}
#ex_warp3 iframe{
	width:800px;
	height:450px;
	margin-left:80px;
	margin-right:80px;
}

.reference {
	width:100%;
	text-align:left;
}

.reference h1{
	font-size:1.8em;
	font-weight:700;	
	text-align:center;
}
.reference p{
	font-size:0.9em;
}
.reference a{
	font-size:0.9em;
	text-decoration:none;
}






