@charset "utf-8";

/* ==========================================================================
 要素への定義 (common/element.css)
==========================================================================
(c)AQUAPLUS All Rights Reserved.
	http://aquaplus.jp/
*/


/* --------------------------------------------------------------------------
 フォント関連 */
body ,
th ,
td {
	font-weight: normal;
	font-size: 9pt;
	font-family: Meiryo,'メイリオ','ＭＳ Ｐゴシック';
	line-height: 12pt;

}


/* --------------------------------------------------------------------------
 ボーダーなし */
img ,
table ,
th ,
td {
	border:none;
}

/* --------------------------------------------------------------------------
 パディングなし */
th ,
td {
	padding : 0px;
}


/* --------------------------------------------------------------------------
 自動改行なし */
th {
	white-space:;
}


/* --------------------------------------------------------------------------
 回り込み（両側）の解除 */
br.clear {
	clear: both;
}



/* [EOF] */