﻿﻿﻿@charset "utf-8";
body {
	background-color: #17479D;
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
/*------------------------------------------------------首頁標題*/
.indexhead{
	background-image: url(../images/titlebg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 71px;
	width: 989px;
}
/*---------------------------------------------------------layout--*/
.layout{
	border-collapse:collapse;
	
}
.layout .right{
	background-image: url(../images/rightbg.jpg);
	background-repeat: no-repeat;
	height: 529px;
	width: 214px;
	background-position: left top;
	text-align: center;

}
/*---------------------------------------------------------線上收聽-fm*/
.fm{
	background-image: url(../images/fmbg.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 383px;
	position: absolute;
	top: 56px;
	left: 606px;
	padding-left: 10px;
	font-size: 13px;
	padding-top: 2px;
	background-position: left center;
}
.fm form{
	margin: 0px;
	padding: 0px;
	display: inline;
}
.fm input{
	font-size: 12px;
	height: 15px;
	border: 1px solid #CCCCCC;
	margin-left: 2px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.fm img{
	margin-right: 2px;
	margin-left: 2px;
}
/*-------------------------------------------------------------------------廣告banner------*/
.banner{
	margin: 0px;
	padding: 0px;
}
.banner li{
	margin-bottom: 5px;
	list-style-type: none;
}
.banner li img{
	height: 150px;
	width: 200px;
}
.ad{
	margin: 0px;
	padding: 0px;
}
.ad li{
	margin-bottom: 5px;
	list-style-type: none;
}
.ad li img{
	height: 100px;
	width: 200px;
}
