@charset "euc-jp";
body {
	font-size: 12px;
	line-height: 140%;
	color: #999999;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg-body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#headerWrap {
	background-image: url(images/bg-header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 90px;
}
#header {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#headerTLC {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#headerLogo {
	float: left;
	width: 218px;
}
#headerMenu {
	float: right;
	text-align: right;
	padding-top: 32px;
}


#page {
  padding: 0px;
  width: 980px;
  margin-right: auto;
  margin-left: auto;
}

#mainBox {
  background-color: #333333;
  width: 900px;
  padding-right: 40px;
  padding-left: 40px;
  font-size: 12px;
  color: #FFFFFF;
  padding-top: 8px;
  padding-bottom: 8px;
}


#footer {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #333333;
  font-size: 10px;
  color: #999999;
  padding-left: 4px;
  padding-right: 4px;
  margin-top: 20px;
  line-height: 120%;
  margin-bottom: 20px;
  padding-top: 3px;
}

#footer a {
  background-image: url(images/icon-link.jpg);
  padding-left: 8px;
  background-repeat: no-repeat;
  background-position: left 2px;
  display: block;
  color: #999999;
  text-decoration: none;
  float: right;
  margin-left: 8px;
}

.column2 {
  float: left;
  width: 50%;
}

.subBox {
  background-color: #666666;
  width: 780px;
  padding-top: 8px;
  padding-right: 60px;
  padding-bottom: 8px;
  padding-left: 60px;
}

.gotoTop {
  text-align: right;
  padding-right: 3px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #666666;
}

.gotoTop a {
  text-align: right;
  font-size: 10px;
  color: #666666;
  text-decoration: none;
}


.strong {
  font-weight: bold;
}

.title {
  background-image: url(images/bg-title.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 20px;
  font-weight: bold;
  height: 18px;
  padding-top: 2px;
}
.UKnewstitle {
  background-image: url(images/UKnews-title.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 20px;
  font-size:16px;
  font-weight: bold;
  height: 35px;
  padding-top: 9px;
}
.section {
  padding-right: 35px;
  padding-left: 35px;
}
.UK_news_main {
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 15px;
	margin-left: 15px;
	line-height: 160%;
}

