
body {
	margin: 0px;
	background-color: #9AE4E8;
	color: #4682B4;
	font-family: 'Verdana', sans-serif;
}

div.page-footer {
	padding: 1em;
	font-size: smaller;
	text-align: right;
}

img {
	border-width: 0px;
}

#ClockFrame {
	margin-left: auto;
	margin-right: auto;
	color: #000000;
	background-color: #ffffff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 780px;
	padding: 5px;
	border: none;
	position: relative;
}

.changelog {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

div.WorldClock {
	color: #000000;
	font-family: 'Impact', sans-serif;
}

div#TweetClock {
	height: 480px;
	position: relative;
}

.header	{
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	margin-bottom: 5px;
}

.wrapper {
}

.colLeft {
	float: left;
}

.colRight {
	float: right;
}

.colClear {
	clear: both;
}

.colWidget {
	position: absolute;
	right: 0px;
	top: 0px;
}

.colAd {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}

.TweetFrame {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 288px;
	height: 110px;
	padding: 5px;
	background-color: #ccffff;
	border-radius: 10px;
	border: 1px solid #3082af;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#TweetBox {
	position: absolute;
	top: 20px;
	font-family: "lucida grande",lucida,tahoma,helvetica,arial,sans-serif !important;
	font-size: 12px !important;
	color: #444444;
}

#TweetMove {
	cursor: default;
	position: absolute;
	font-size: 10px !important;
	top: 5px;
	right: 5px;
}

#TweetPrev, #TweetNext, #TweetPrev a, #TweetNext a {
	text-decoration: none;
	background-color: #3082af;
	color: #ccffff;
	border: solid 1px #3082af;
}

#TweetDateTime {
	position: absolute;
	font-size: 10px !important;
	color: #666666;
	bottom: 5px;
	right: 10px;
}

#TweetDateTime a, #TweetBox a {
	text-decoration:none !important;
	color: #3082af;
}

#TweetDateTime a:hover, #TweetBox a:hover {
	text-decoration:underline !important;
	color: #3082af;
}

.InputUser {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 770px;
	padding: 10px;
	background-color: #ffffff;
	color: #000000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-family: 'Impact', sans-serif;
	font-size: 32px;
}

.Box {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 770px;
	padding: 10px;
	background-color: #ffffff;
	color: #000000;
	font-family: 'Impact', sans-serif;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


.InputUserParts {
	font-family: 'Impact', sans-serif;
	font-size: 32px;
}

.footer {
	clear: left;
}

