@charset "utf-8";

/* =======================================

	Others CSS

 -----------------------------------------
	INDEX
	
	・トピックパス
	
	・ロールオーバー（半透明化）
	
	・グローバル バナー（震災対応等）
	
 -----------------------------------------
 	

========================================== */

/* Topicpath
========================================== */
#wrapper #document p#topicpath {
	color:#999;
	margin-bottom:8px;
	line-height:1.5;
}

#wrapper #document p#topicpath a {
	text-decoration:underline;
}

#wrapper #document p#topicpath a:hover {
	text-decoration:none;
}


/* ロールオーバー　アルファー
========================================== */
/*
#document .alpha:hover{
	-moz-opacity:0.55;
	opacity:0.55;
	filter: alpha(opacity=55);
}*/
* html #document .alpha {
	font-family:"ＭＳ ゴシック","ＭＳ Ｐ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	letter-spacing :-0.1em;
}
*:first-child+html #document .alpha {
	font-family:"ＭＳ ゴシック","ＭＳ Ｐ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	letter-spacing :-0.1em;
}
html>/**/body #document .alpha{
	font-family /*\**/:"ＭＳ ゴシック","ＭＳ Ｐ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono\9, monospace\9;
	letter-spacing /*\**/:-0.1em\9;
}
html:not(:target) body #document .alpha {
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	letter-spacing :normal;
} /* for modern browser not ie8 */



/* グローバル バナー
========================================== */

#globalBanner{
	margin: 8px 0;
}

