@charset "UTF-8";

/* **************************************************************************************

 初期設定のスタイル

*************************************************************************************** */

/* --------------------------------------------------------------------------------------
 基本設定
--------------------------------------------------------------------------------------- */

/* テキスト
------------------------------------------------------------ */

body {
	color: #000000;
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 1px;
}

/*\*/
* html body {
	font-size: 90%;
}
* html table {
	font-size: 100%;
	line-height: 1.5;
}
*:first-child+html body {
	font-size: 90%;
}
/**/

div#header dl#fontSize dd p.large a {
	background: url(../img/large_on.jpg) no-repeat 0 0;
}
div#header dl#fontSize dd p.large a:hover {
	background: url(../img/large_on.jpg) no-repeat 0 0;
}

div#header dl#fontSize dd p.medium a {
	background: url(../img/medium.jpg) no-repeat 0 0;
}


