@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 .right {
		padding-left:10px;
		border-left:1px solid #333;
	}
	
	.layoutTable .commonTable {
		width:100%;
	}


/* ----------------------------------------------------
	通常のリスト
---------------------------------------------------- */
.nList li {
	list-style-type:disc;
	list-style-position:inside;
	display:list-item;
}