@charset "UTF-8";

/*
======== table of content. ===============

summary:ie用（フォントサイズ調節）

- reset.css
- base.css
- commonitems.css
- nav.css
- understair.css

==========================================
*/

/*
font-size:
body要素に75%指定のため、
px換算に1.33をかけたものを指定する。
10px =  65% x 1.33 = 86.45%
11px =  70% x 1.33 = 93%
12px =  75% x 1.33 = 100%
13px =  84% x 1.33 = 112%
14px =  90% x 1.33 = 120%
16px = 100% x 1.33 = 133%
18px = 115% x 1.33 = 153%
20px = 125% x 1.33 = 166%
22px = 138% x 1.33 = 184%
24px = 150% x 1.33 = 200%
26px = 163% x 1.33 = 217%
28px = 175% x 1.33 = 233%
30px = 175% x 1.33 = 266%

/*----------------------------------------
reset.css
------------------------------------------*/
/* IE6&7 */
iframe {
	*margin-bottom:0;
}
/* IE8 */
html>/**/body iframe {
	margin-bottom /*\**/:-4px\9;
}

/*----------------------------------------
base.css
------------------------------------------*/
body {
	font-size:75%\9;
}

/*----------------------------------------
div#main
------------------------------------------*/
/* タイトル */
.grid_2 .title h2,
.grid_2 .title ul,
.grid_2 .title li {
	_display:inline;
}

section#page-main h1 {
	font-size:153%\9;
}

/*----------------------------------------
nav.css
------------------------------------------*/
/*----------------------------------------
ローカルメニュー
------------------------------------------*/
#localMenu ul li {
	font-size:120%\9;
}

#localMenu ul li a:hover,
#localMenu ul li.hi a {
	background-position:5px 7px\9;
}

/*----------------------------------------
understair.css
------------------------------------------*/
/*----------------------------------------
div#main
------------------------------------------*/
/* 見出し1 */
section#page-main h1 {
	font-size:153%\9;
}

/* 見出し2 */
section#page-main h2 {
	font-size:133%\9;
}

/*----------------------------------------
div#sub
------------------------------------------*/
#sub h2.category-title {
	font-size:120%\9;
}