/* ------------------------------
 game
------------------------------ */
#gameIntroCatch {
	margin-left: 5px;
}
#introImgCab {
	margin-top: 5px;
	margin-bottom: 5px;
}
h3#introTitle {
	margin-bottom: 10px;
	clear: both;
	padding: 0px;
}
h4#originalNickName {
	color: #CC0000;
	margin-bottom: 12px;
}

/* ------------------------------
 flow
------------------------------ */
div#flowWhiteContainerTop {
	background-color: #DDDDDD;
	padding: 12px;
	margin-bottom: 10px;
	zoom: 100%;
	margin-top: 30px;
	background-image: url(../img/game/flow/whitecontainerbg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
div#flowWhiteContainerTop h4 {

	margin-bottom: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 116%;
}
h4.training {

	font-size: 131%;
	margin-bottom: 5px;
}

