@charset "utf-8";



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


/* ----------------------------------------------------
	レイアウトテーブル
---------------------------------------------------- */
.layoutTable {
	width:100%;
}
	
	.layoutTable .left,
	.layoutTable .right {
		width:50%;
		vertical-align:top;
	}
	
	.layoutTable .left {
		padding-right:10px;
	}
	
	.layoutTable .right {
		padding-left:10px;
		border-left:1px solid #333;
	}
	
	.layoutTable .commonTable {
		width:100%;
	}


/* ----------------------------------------------------
	ボーダーテーブル
---------------------------------------------------- */
.minTable {
	width:100%;
}
	
	.minTable th,
	.minTable td {
		padding:5px;
		text-align:center;
		vertical-align:middle;
		border:1px solid #373737;
		background-image:none;
	}
	
	.minTable th {
		font-weight:normal;
		background-color:#2E2E2E;
	}