body {
	padding: 0;
	margin: 0;
	background: #1a1615 url(img/bk.jpg) center top repeat-x;
}

body.zoom {
	padding: 5;
	margin: 0;
	background: #fff url(img/sp.gif) center top no-repeat;
}

img { border: 0px }
.bk { background: url(img/bk2.jpg) center top repeat-x; }
.bk2 { background: url(img/bk2_e.jpg) center top repeat-x; }

.txt, .txt2, .title, .title2 {
	padding: 5px;
	text-align: left;
	font-size: 10pt;
	line-height: 15pt;
	color: #FFF;
}

.txtbig {
	padding: 5px;
	text-align: left;
	font-size: 13pt;
	line-height: 17pt;
	color: #FFF;
}
.txtbig2 {
	padding: 5px;
	text-align: left;
	font-size: 13pt;
	line-height: 17pt;
	color: #e6e48f;
}

.txt2 {
	font-size: 11pt;
	color: #000;
}

.title {
	font-size: 11pt;
	color: #bea540;
}

.title2 {
	color: #e6e48f;
	padding: 5px 0px;
}

div#disp-new {
	#padding: 上 右 下 左;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
}

div#disp-new ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

div#disp-new ul li {
	#padding: 上 右 下 左;
	margin: 0px 0 0px 0;
	width: 100%;
	border-bottom: 1px #555555 dotted;
	padding: 0 0 3px 0;
}

div#disp-new ul li.off {
	margin: 0 0 0 0;
	width: 100%;
	border-bottom: none;
}

div#disp-new ul li span {
	float: left;
	width: 40px;
	padding: 0 0 0 0px;
	display: block;
}

div#disp-new ul li p {
	padding: 0 0 0 0;
	margin: 0 0 0 40px;
	display: block;
}


