@charset "UTF-8";
/***********************************************************************************
 * タイトル	：言語別文字設定（日本語）CSS
 * 説明		：日本語の場合の文字設定を指定する共通CSS
 *
 * Copyright 2012 FUJITSU SYSTEMS EAST LIMITED ALL rights reserved
 * FUJITSU SYSTEMS EAST CONFIDENTIAL
 *
 * 更新履歴
 * 初版	2012/09/12	Evoltech)S.Takayama	新規作成
 ***********************************************************************************/
* {
	font-family: 'MS UI Gothic', 'MS PGothic', 'MS Gothic', 'MS Mincho', Sans-Serif;
}

