@charset "utf-8";



/* ----------------------------------------------------
	ヘッダ画像用にボディ背景を差し替え
---------------------------------------------------- */
body {
	background:#222 url(/common/images/bodyBg_small.png) 0 0 repeat-x;
}


/* ----------------------------------------------------
	commonTable内のテーブルを初期化
---------------------------------------------------- */
.commonTable table {
	width:100%;
	border-collapse:collapse;
}

.commonTable table th,
.commonTable table td {
	border:none;
	background:none;
	vertical-align:top;
}


/* ----------------------------------------------------
	commonTable内のテーブルを設定
---------------------------------------------------- */

.commonTable table th {
	text-align:left;
}