@charset "UTF-8";

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

body {
	font-size: 13px;
}

/*\*/
* html body {
	font-size: 80%;
}
* html table {
	font-size: 100%;
}
*:first-child + html body {
	font-size: 80%;
}
/**/


form *{
	font-size: 13px;
	line-height:1.2em;
}

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

#font_small a {
	background: url(../images/common/btn_font_small.gif) left top no-repeat;
}

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

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

#font_small a:hover {
	background: url(../images/common/btn_font_small_on.gif) left top no-repeat;
}

/*カレント
#font_middle a:hover {
	background: url(../images/common/btn_font_midium_on.gif) left top no-repeat;
}
*/

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



/**
 *------------------------------------------------------------------------------
 * コンテンツ　共通
 *------------------------------------------------------------------------------
 */

#content ul li{
	background-position:left top;
}

/**
 *------------------------------------------------------------------------------
 * サイトマップ
 *------------------------------------------------------------------------------
 */

#content ul.sitemap li{
	background-position:left 6px;
}
