﻿
.main_table
{
    margin-left: auto; margin-right: auto; width:990px;
}


.banner_menu
{
	background-color: white;
	padding-left: 10px;
	padding-right:25px;
	white-space:nowrap;
	font-weight:bold;
}
.banner_menu a
{
	color: black;
	text-decoration: none;
	font-weight:normal;
}

.community_sub_menu
{
	background-image: url(../images/community_sub_bg.gif);
	background-repeat:repeat;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 15px;
	color: #04376f;
}
.community_sub_menu_top
{
	background-image:url(../images/community_sub_top.gif);
	height:4px;
}
.community_sub_menu_bottom
{
	background-image:url(../images/community_sub_bottom.gif);
	height:4px;
}

.community_sub_menu a
{
	color: #04376f;
}

.sub_menu
{
	margin-left:35px;
	margin-top: 3px;
	text-indent:-9px;
}
.sub_menu a
{
	color: #575757;
	text-decoration:none;
}
.sub_menu a:hover
{
	text-decoration:underline;
}

.menu_path
{
	color: #086DE3;
	font-family: 細明體;
	width: 99%;
	line-height: 140%;
}
.menu_path a
{
	color: #086DE3;
	font-family: 細明體;
}

.foot 
{
	width: 100%;
	line-height: 18px;
	font-size:9pt;
	color:Black;
}
.foot a
{
	color: red;
}

a.accessibility_key , .accessibility_key
{
	font-family: 新細明體;
	color: #ff7b05;
	font-weight: bold;
	text-decoration: none;
}



/*=====列印時不顯示=====*/
@media print 
{
    .main_table 
    {
        width:600px;
    }
    .main_table_menu
    {
        width:0px;
        display:none;
    }
    .main_table_content
    {
        width:600px;
    }
	.print_hide {
		display:none;
	}
	.community_sub_menu {
		display:none;
	}
}	
