@charset "utf-8";



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



h3 {
	margin-bottom:1em;
	font-weight:bold;
	color:#F8941E;
	background:url(/common/images/dBorderHoriz.png) left bottom repeat-x;
}



.content ul {
	margin-bottom:1em;
}
	
	.content ul li {
		margin-left:20px;
		list-style-type:disc;
		display:list-item;
	}