@charset "utf-8";

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

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


/* Stylesheet Document */

@media all {

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

	body {
		font-size: 0.75em;
	}


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

	#navigation div#gnavi div#character ol li a#btn_character_middle {
		background-position: left -14px !important;
	}

}