@charset "UTF-8";

/* font-size MEDIUM
-------------------------------------------------------------------- */
body {
	font-size: 13px;
}

	/* 現在位置 */
	#header #font-navi dd ul li.text-medium a{
		font-weight: bold;
		background: #ffa85d;
	}

	/* font samllの初期状態の解除 */
	#header #font-navi dd ul li.text-small a{
		font-weight: normal;
		background: #eeeeee;
	}
