body {
	margin: 0px;
}

h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}


a:link { 
color: #CC0000;
}

a:visited { 
color: #CC0000;
}

a:hover { 
color: #FF0000;
}


/* 中央ブロック内の「Whats New」部分 */
dl.new {
	/* height: 260px;		/* Whats Newボックスの高さ */
	/* overflow: auto;		/* この設定でiframe風に見える */
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	/* border-top: 1px solid #565757; */	/*Whats Newのフチのライン*/
	/* border-bottom: 1px solid #565757; */
	margin-bottom: auto;
	line-height: 20px;
	margin-top: auto;
	font-size: 12px;
	color: #333333;
	background-image: url(http://tkpotemachi.net/images/mainbk540.gif);
	background-repeat: repeat-y;
}

dl.new dt {
	font-weight: bold;	/* 日付を太字にする設定。 */
	float: left;		/* 日付を左よせする */
}

dl.new dd {
	border-bottom: 1px dotted #333333;	/*日付ごとに入る下線*/
	padding-left: 8em;	/*日付が入る分のスペースを空ける*/
}