#typing{ 

	margin: 10px 0 0 0;
	height: 100px;
	font-size: 167%;
	text-shadow: 3px 3px 1px #dddddd;
	
	white-space: nowrap;
}
#typing .entry{ 
}
#typing .entry img{ 
	
	margin: 0 0 0 8px;
	vertical-align: -5px;
}

#typing .eng{

	color: #999999;
}
#typing .eng .word_bold{

	color: #000000;
}
#typing .eng .char_bold{

	color: #ff6644;
	/*
	font-weight: bold;
	*/
}

#typing .loading{
	text-align: center;
	margin: 35px 0 0 0;
}
#typing .fin{
	display: none;
	text-align: center;
	margin: 35px 0 0 0;
}

#completed{ 

	font-size: 123.1%;
	border-top: 1px solid #aaaaaa;
}

#completed dl{ 

	margin: 0 0 0 10px;
}
#completed dt{ 

	margin-top: 20px;
}

#rest{
	
	position: fixed;
	right: 30px;
	bottom: 60px;
	color: #999999;
	
	font-size: 167%;
	text-shadow: 3px 3px 1px #dddddd;
	text-align: right;
}
