@charset "utf-8";

/*
	* Name: large.css
	* License: MIT License
	  - http://sourceforge.jp/projects/opensource/wiki/licenses%2FMIT_license

	* Contents:
	  - 初期設定 - 基本設定 -
*/


/* Stylesheet Document */

@media screen {

	/* ========================================
	   * 初期設定 - 基本設定 -
	======================================== */

	body {
		font-size: 0.90em;
	}


	/* ========================================
	   * 02. 領域設定 - Header -
	======================================== */

	/* IE6 HACK */
	* html #header div.container div#globalnavi {
		width: 452px;
	}

	/* IE7 HACK */
	*:first-child+html #header div.container div#globalnavi {
		width: 452px;
	}

	#header div.container div div#character ol li a#btn_character_middle {
		background-position: left top !important;
	}

	#header div.container div div#character ol li a#btn_character_large {
		background-position: left -22px !important;
	}

}