/*------------------------------------------------------------------------*/
/* フォーム：幅設定                                                       */
/*------------------------------------------------------------------------*/
DIV.divFormContena, TD.tdFormCaption {
	/* 幅 */
	width : 700px;
}

/*------------------------------------------------------------------------*/
/* メニュー：コンテナ設定                                                 */
/*------------------------------------------------------------------------*/
TD.tdMenuContena {
	/* 幅 */
	width : 410px;
}

/*------------------------------------------------------------------------*/
/* メニュー：幅設定                                                       */
/*------------------------------------------------------------------------*/
TD.tdMenu {
	/* 幅 */
	width : 60px;
}

/*------------------------------------------------------------------------*/
/* スクリーンショット：コンテナ設定                                       */
/*------------------------------------------------------------------------*/
TD.tdScreenShotContena {
	/* 幅 */
	width : 270px;
}

/*------------------------------------------------------------------------*/
/* スクリーンショット：フレーム設定                                       */
/*------------------------------------------------------------------------*/
TD.tdScreenShotFrame {
	/* 背景色 */
	background-color : #dddddd;

	/* フォント */
	font-weight : normal;
	font-size   : 1pt;
	font-family : "ＭＳ ゴシック";

	/* 枠 */
	border-style : solid;
	border-width : 1px;
	border-color : #000000;

	/* パディング */
	padding : 4px;
}

/*------------------------------------------------------------------------*/
/* 文字色設定                                                             */
/*------------------------------------------------------------------------*/
SPAN.ColorEnemy, SPAN.ColorEmphasize {
	/* 文字色 */
	color : #bb4444;
}

SPAN.ColorItem {
	/* 文字色 */
	color : #228822;
}

SPAN.ColorArea, SPAN.ColorMagic, SPAN.ColorPlayer, SPAN.ColorJob, SPAN.ColorQuest {
	/* 文字色 */
	color : #3377bb;
}




