@charset "UTF-8";

/*----------------------------------------------------------------------------------------*
 *	Copyright (c) 2008, 株式会社リブラス All rights reserved.
 *
 *	ファイル名	: default.css
 *	概要		: 要素のデフォルトのスタイルを定義
 *	version		: 1.0
 *	last updated: 2008/05/01
 *----------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------*
 *	Structure Module
 *
 *	html, head, body, title
 *----------------------------------------------------------------------------------------*/

html {
	height: 100%;
	margin-bottom: 1px;

}


/*----------------------------------------------------------------------------------------*
 *	Table Module
 *
 *	table, caption, tr, th, td, col, colgroup, thead, tbody, tfoot
 *----------------------------------------------------------------------------------------*/

th {
	text-align: left;
	font-style: normal;
	font-weight: normal;
}
