@charset "UTF-8";

/**
 *------------------------------------------------------------------------------
 * 基本フォント
 *------------------------------------------------------------------------------
 */

body {
	color: #444444;
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 1.3em;
}

input,textarea,select {
	font-family:Arial,Helvetica,sans-serif;
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

address,em {
	font-style: normal;
}

/*\*/
* html body {
	font-size: 62.5%;
}
* html table {
	font-size: 100%;
	line-height: 1.5em;
}
*:first-child + html body {
	font-size: 62.5%;
}
/**/


h2 {
	font-weight: bold;
}


/**
 *------------------------------------------------------------------------------
 * ボタンの表示状態
 *------------------------------------------------------------------------------
 */

/*カレント*/
#font_small a {
	background-image: url(../images/common/btn_font_small_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#font_middle a {
	background-image: url(../images/common/btn_font_midium.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#font_large a {
	background-image: url(../images/common/btn_font_large.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*カレント
#font_small a:hover {
	background-image: url(../images/common/btn_font_small_on.gif);
}
*/

#font_middle a:hover {
	background-image: url(../images/common/btn_font_midium_on.gif);
}

#font_large a:hover {
	background-image: url(../images/common/btn_font_large_on.gif);
}
