<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
** ファイルの位置付け：外部公開検索画面スタイルシート
** 備考：update/css/search_preview.cssと同期させること
**------------------------------------------------
** 変更記録
** 2019.05.14	Q13_07.02.00.00	Q13_#124 デザイン更新
** 2016.10.03	Q10_06.04.00.00	KENKYU3699
** 2015.12.01	Q09_06.03.01.00	KENKYU3678
** 2015.10.27	Q09_06.03.00.00	KENKYU3646
** 2015.10.15	Q09_06.03.00.00	KENKYU3646
**------------------------------------------------
*/

/* ------------------------------------------------------- */
/* -----------------   全体の設定定義  ------------------- */
/* ------------------------------------------------------- */
/* ページ全体(body) */
*{
	/* Mod Q13_#124 デザイン更新 */
	font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	
}

/* リンクへのOnMouse時の挙動(通常時(visited含む):青，マウスポイント時:水色) */
:visited {
	color:				#428bca;
}
:hover {
	color:				#4fc1e9;
}
</pre></body></html>