@charset "Shift_JIS"; 
 
/*
TAG 
*/
 
/*
ID 
*/
 
/*
CLASS 
*/
	 
.window .dcode 
{
	margin-left:		30px;
	margin-top:			0px;
	margin-bottom:		0px;
	margin-right:		0px;
	padding:			4px;
	width:				640px;
	min-height:			40px;
	max-height:			480px;
	display:			block;
	border:				2px solid #000000;
	overflow-y:			auto;
	overflow-x:			auto;
	background-color:	#f0f0ff;
	white-space:		nowrap;
	font-family:		"Consolas","‚l‚r ƒSƒVƒbƒN";;
}
 
.window .console 
{
	margin-left:		30px;
	margin-top:			0px;
	margin-bottom:		0px;
	margin-right:		0px;
	padding:			4px;
	width:				660px;
	min-height:			40px;
	max-height:			480px;
	display:			block;
	border:				2px solid #000000;
	overflow-y:			scroll;
	overflow-x:			auto;
	background-color:	#101020;
	color:				#e0e0e0;
	white-space:		nowrap;
	font-family:		"‚l‚r ƒSƒVƒbƒN";
}
 
.console 
{
	overflow-y:			auto;
	overflow-x:			auto;
	background-color:	#101020;
	color:				#e0e0e0;
	white-space:		nowrap;
	font-family:		"FixedSys";
}
	 
.console hr 
{
	border-color:#eeeeee;
}
  	
.keyword 
{
	font-size:9pt;
	color:gray;
	font-style:italic;
}
  
