@charset "utf-8";

/*
プリント機能をオンにする場合は、
コメントアウト処理を削除してください*/


/*
 ページ全体　上書き
----------------------------------------------------------- 
body {
	background-color:#FFFFFF;
	}

table {
    margin-bottom: 1em;
    border-collapse: collapse;
    width: 100%;
}*/



/*
 （例）白抜き文字　上書き
-----------------------------------------------------------*/
*html .titleSample {
	width:100%; /*ie6 print bug*/
	/*背景をオフにしたい場合は以下の指定
	background-image:none;
	color:#000000;
	font-size:120%;
	font-weight:bold;
	*/
	} 