body {
	background: #000;
	margin: 0;
	padding: 0;
}

/*=========================
全体
==========================*/
#clockcontent {
	width: 170px;
	height: 240px;
	position: relative;
}

/*=========================
スライドショー
==========================*/
#slideshow {
	width: 170px;
	height: 240px;
}

/*=========================
時計
==========================*/
#clockdiv {
	position: absolute;
	top: 180px;
	left: 24px;
	width: 150px;
	height: 20px;
}

/*=========================
タイトル
==========================*/
#clocktitle {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 170px;
	height: 30px;
}