@charset "UTF-8";
 
/*----------------------------------------------------------------
large.css
文字サイズ（大）設定

[fontsize scale]
10px = 62%
12px = 75%
14px = 87%
16px = 100%（default）
18px = 112%
20px = 125%
----------------------------------------------------------------*/

/*----------------------------------------------------------------
BASE LAYOUT
----------------------------------------------------------------*/
body {
    font-size: 16px;
}



/*----------------------------------------------------------------
HEADER
----------------------------------------------------------------*/
#header #hdFunction #controllerBtn .btn01 a {
	background: url(/common/images/hd_size_btn01_off.gif) no-repeat left top;
}
#header #hdFunction #controllerBtn .btn01 a:hover {
	background: url(/common/images/hd_size_btn01_on.gif) no-repeat left top;
	cursor: pointer;
}

#header #hdFunction #controllerBtn .btn02 a,
#header #hdFunction #controllerBtn .btn02 a:hover {
	background: url(/common/images/hd_size_btn02_active.gif) no-repeat left top;
}
#header #hdFunction #controllerBtn .btn02 a:hover {
	cursor: default;
}



/*----------------------------------------------------------------
FOOTER
----------------------------------------------------------------*/
#footer #ftMenuArea01 #category05 p {
	font-size: 87%;
}
* html #footer #ftMenuArea01 #category05 p { /* IE6 Hack */
	font-size: 75%;
}

#footer #ftMenuArea01 .menuBlock dl dt {
	font-size: 87%;
}
* html #footer #ftMenuArea01 .menuBlock dl dt { /* IE6 Hack */
	font-size: 75%;
}



/*----------------------------------------------------------------
SIDE AREA
----------------------------------------------------------------*/
#sideArea .category {
	font-size: 125%;
}



/* large.css end */