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

[fontsize scale]
10px = 72%
12px = 86%
14px = 100%（default）
16px = 114%
18px = 128%
20px = 142%
----------------------------------------------------------------*/

/*----------------------------------------------------------------
BASE LAYOUT
----------------------------------------------------------------*/
body {
    font-size: 14px; /*base.cssと同じ文字サイズ*/
}



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

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



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

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



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



/* standard.css end */