@charset "UTF-8";

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

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

input,textarea,select {
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", 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: 80%;
}
* html table {
	font-size: 100%;
	line-height: 1.5em;
}
*:first-child + html body {
	font-size: 80%;
}
/**/


h2 {
	font-weight: bold;
}


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

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

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

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


#fsmall a:hover {
	background-image: url(../images/common/header/bt_resize_s_o.gif);
}

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

#flarge a:hover {
	background-image: url(../images/common/header/bt_resize_l_o.gif);
}

