@charset "utf-8";

/*
 * 全体
 */
h1, h2, h3, h4, h5, h6 {
	font-size: 75%;
	line-height: 145%;
}

p {
	font-size: 75%;
	line-height: 145%;
}

/*
 * グローバルメニューのプルダウンの文字サイズ
 */ 
#header #menu .global_menu {
	font-size: 75%;
	line-height: 145%;
}

#content .navi li {
	font-size: 75%;
	line-height: 145%;
}

