/*
================================================================================
	Name		:	KeyBindTypingGame
	In			:	[none]		
	Out			:	[none]		
	Note		:	キーバインド対応タイピングゲーム
--------------------------------------------------------------------------------
	Version		:	Ver0.5.0	|	2007/09/08	|	リファクタリングにより新規作成
--------------------------------------------------------------------------------
	License		:	MIT license
	URL			:	www.kanasansoft.com
================================================================================
*/

div#main{
	font-weight	:	bold	;
}

div#title{			margin	:	10px	;	text-align	:	center	;	font-size	:	xx-large	;	}
div#question{		margin	:	10px	;	text-align	:	center	;	font-size	:	x-large		;	}
div#keybind{		margin	:	10px	;	text-align	:	center	;	font-size	:	large		;	}
div#status{			margin	:	10px	;	text-align	:	center	;	font-size	:	x-large		;	}
div#gameStatus{		margin	:	10px	;	text-align	:	center	;	font-size	:	x-large		;	}

div#keybind span{
	padding	:	2px					;
	margin	:	2px					;
	border	:	solid 1px #999999	;
}

div#keybind span.before{	color	:	#000000	;	background-color	:	#cccccc	;	}
//div#keybind span.current{	color	:	#ff0000	;	background-color	:	#ffffff	;	}

div#keybind span.ok{		color	:	#000000	;	background-color	:	#ffffff	;	}
div#keybind span.ng{		color	:	#ff0000	;	background-color	:	#ffffff	;	}
div#keybind span.usually{	color	:	#000000	;	background-color	:	#ffffff	;	}

div#keybind span.after{		color	:	#666666	;	background-color	:	#ffffff	;	}
