@charset "utf-8";
/*
------------------------------------------------------------------------------
	Sitename: スペシャルドラマ 坂の上の雲 Official WebSite
	URL: http://www9.nhk.or.jp/sakanoue/
	Date: 2010-07
	Copyright (C) NHK (Japan Broadcasting Corporation) All rights reserved.
	
	フォントサイズ変更用css 大きいサイズ用
------------------------------------------------------------------------------
*/
#wrapper {
	font-size: 123.1%;
}
#fontLarge a {
	background-position: -415px -20px;
	cursor: default;
	}
/*------ smallを変更 ------*/
#fontSmall a {
	background-position: -375px 0px;
	cursor: pointer;
}

#CategoryNews .newsWrapper {
	font-size: 123.1%;
}
#CategoryNews #fontLarge a {
	background-position: -415px -20px;
	cursor: default;
	}

#CategoryNews #fontSmall a {
	background-position: -375px 0px;
	cursor: pointer;
}
