@charset "UTF-8";
/* CSS Document */

body {
	font-size:62.5%;
	font-family:Tahoma, Arial, Geneva, sans-serif;
}


@font-face {
  font-family: 'Digital';
  src: url('digital-7-webfont.eot');
  src: local('☺'),
         url('digital-7-webfont.woff') format('woff'), url('digital-7-webfont.ttf') format('truetype');
}


a {outline:none;}

#datetime {
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:.1em;
}
	#date {
		text-align:right;
	}
	#time {
		text-align:right;
		padding-right:9px;
		letter-spacing:.20em;
		font-family:Digital;
		font-size:1.5em;
	}
.mainitem {
	color:#dedede;
	font-size:1.5em;
	letter-spacing:.1em;
}
	.mainitem:hover {
		color:#fff;
	}
		.mainitem a {
			color:#dedede;
			text-decoration:none;
		}
		.mainitem a:hover {
			color:#fff;
			text-decoration:none;
		}
	
#footer p {
	font-size:1.1em;
	text-align:center;
}

/*=========================================*/
.wrap-left ul li.tnews {
	color:#000;
	text-align:left;
	line-height:1.2;
	list-style:none;
}
	.wrap-left ul li.tnews a {
		color:#900;
		text-decoration:none;
		font-size:1.3em;
	}

.wrap-right ul li.sogospel {
	color:#000;
	text-align:right;
	line-height:1.2;
	list-style:none;
}
	.wrap-right ul li.sogospel a {
		color:#900;
		text-decoration:none;
		font-size:1.3em;
	}
	.wrap-right ul li.sogospel a:hover, .wrap-left ul li.tnews a:hover {
		text-decoration:underline;
	}
/*==========================================*/	
.listen-btn {
	font-size:1.4em;
	font-weight:bold;
	color:#900;
}
#weather .wxtitle {
	text-align:center;
	font-size:1.65em;
	padding-top:10px;
}
#weather .cur {
	width:100%;
	height:70px;
}
#weather .wximg {
	width:70px;
	float:left;
	margin-left:30px;
	margin-top:10px;
	height:65px;
}
#weather .temp {
	float:left;
	margin-left:5px;
	font-size:4.0em;
	font-weight:bold;
	height:65px;
	margin-top:10px;
}
#weather .temp .temptext {
	display:block;
}
#weather .temp .tempdeg {
	width:18px;
	height:65px;
	margin-left:-10px;
	padding:0;
}

#weather .condtext {
	display:block;
	font-size:1.5em;
	text-align:center;
	margin-left:auto;
	margin-right:auto
}
#weather .windtext {
	display:block;
	font-size:1.5em;
	text-align:center;
	margin-left:auto;
	margin-right:auto
}
#weather .forecast {
	display:block;
	margin-top:3px;
	font-size:1.1em;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
	#weather .forecast a {
		color:#900;
		text-decoration:underline;
	}
	#weather .forecast a:hover {
		color:#900;
		text-decoration:none;
	} 
