/* Screen layout: */

body {
	margin: 0 auto;
	padding: 0;
	background-image: url(/images/index/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 26px;
}

img, form {
	border:				none;
	padding:			0;
	margin:				0
}
a:link {
	text-decoration: none;
	color: #009999;
}
a:hover {
	text-decoration: underline;
}

#page, #header, #footer div { color: #303030; width: 721px; margin: auto; }

#header .bg{
	background-image: url(/images/index/index_02.jpg);
	height: 226px;
}

#header .toplink {
	color: #999999;
	font-size: 12px;
	padding-top: 3px;
	height: 25px;
}
#header .toplink a {
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	color: #666666;
}

#header .toplink a:hover {
	text-decoration: underline;
	color: #F07817;
}

#header .toplink a:visited {
	color: #666666;
}

#header .tabs {
	color: #000;
	height: 35px;
	text-align: center;
	padding-right: 0;
	padding-bottom: 0;
	top: 165px;
	position: relative;
}
#header .tabs ul {
	padding: 0px;
	margin: 0px;
}
#header .tabs li {
	display: inline;
	height: 35px;
}
#header .tabs li a {
	float: left;
	color: #A6003A;
	width: 82px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/images/index/barbg.gif);
	background-repeat: no-repeat;
	height: 35px;
	font-size: 14px;
}
#header .tabs li a:hover {
	color: #FF0000;
	background-image: url(/images/index/barcurrent.gif);
	background-repeat: no-repeat;
}	
#header .tabs li a.current {
	color: #2C71AE;
	background-image: url(/images/index/barcurrent.gif);
	background-repeat: no-repeat;
}
.site {
	color: #F07817;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EEEEEE;
	border-left-style: solid;
	border-left-width: 10px;
	padding-left: 5px;
}

#left {
	float: left;
	width: 200px;
	margin-top: 8px;
	background-color: #f0f0f0;
	background-image: url(/images/index/index_03_06.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 202px;
}

#left .leftmenu {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#left .leftmenu a {
	display: block;
	background: #BF3E18 url(/images/index/vmenuarrow.gif) no-repeat center left;
	color: #FFFFFF;
	padding: 5px 0 5px 19px;
	margin: 0 0 1px 0;
	text-decoration: none;
}

#left .leftmenu a:hover {
	color: #FFFFFF;
	background: #822C0F url(/images/index/vmenuarrowhover.gif) no-repeat center left;
}

#main {
	float: right;
	width: 500px;
	margin-top: 8px;
}
#main .clumbs{
	width: 490px;
	background-color: #EEEEEE;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	padding-left: 5px;
	font-size: 10px;
	text-decoration: none;
}

#right_index {
	margin-top: 8px;
	float: right;
	width: 500px;
}
#left_index {
	float: left;
	width: 200px;
	margin-top: 8px;
	background-color: #f0f0f0;
	text-align: center;
}

#footer {
	border-top: 4px solid #f0f0f0;
	text-align: center;
	color: #808080;
	font-size: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	padding-top: 5px;
	margin-top: 10px;
	clear: both;
}

#footer a {
	color: #A6003A;
	text-decoration: none;
	font-size: 12px;
	padding-right: 5px;
}

#footer a:hover {
	text-decoration: underline;
	color: #FF0000;
}
/*=========================================
	新聞
=========================================*/
#news_list {
	width: 490px;
}
#news_list .unline{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 25px;
}
#news_list a{
	color:#000000;
	text-decoration: none;
}
#news_list a:hover{
	color:#333333;
	text-decoration: underline;
}
#news_list h3{
	padding: 0px;
	margin: 0px;
}
#news_list p{
	padding: 0px;
	margin: 0px;
}
/*=========================================
	開示影集
=========================================*/
.video_list {
	padding-top: 4px;
	padding-left: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	background-image: url(/images/index/dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 4px;
}
.video_list a{
	color: #333333;
	text-decoration: none;
}
.video_list a:hover{
	color: #FF0000;
}
/*=========================================
	行事曆
=========================================*/
#calendar li{
	list-style-position: outside;
	list-style-image: url(/calendar/images/dot.gif);
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}