﻿body 		{	
				margin: 0;								/*刪除頁面四周空白*/
				background-color: #B0C0E3;				/*設定網頁背景*/
}

/*容器*/
#container	{
				width: 1100px;							/*指定整體寬度*/
				margin: auto;							/*指定容器四周的空白尺寸*/
}

/* ==================== head 頁首 ==================== */
/*頁首*/
#header		{
				width: 1100px; 							/*指定頁首盒子寬度*/
				margin: 0;								/*刪除頁首盒子四周空白*/
}
/*使用者登入*/
.login		{
				float: right;							/*設定盒子靠右*/
				margin: 0;								/*刪除盒子四周空白*/
				padding: 0 45px 0 0;					/*盒子內部空白設定*/
}
.login a	{
				font-family: 微軟正黑體, "Times New Roman", 新細明體;
				font-size: 12pt;						/*指定字體大小*/
				color: #134098;							/*指定字體顏色*/
				text-decoration: none;					/*刪除固定出現的超連結底線*/
}
.login a:hover{
				text-decoration: underline;				/*顯示超連結底線*/
}
/*橫幅*/
.banner		{				
				padding: 0 0 0 20px;						/*上右下左*/
				margin: 0;
				
}
.banner img {
				width: 1024px;
				height: 110px;
				border: 0;
}

/* ==================== wrapper 包圍 sidebar 和 content 的盒子 ==================== */
#wrapper	{
				padding: 0 20px 20px 20px;
				background-color: #ffffff;				/*背景*/
}

/* ==================== sidebar 側邊欄 ==================== */
/*側邊欄*/
#sidebar	{
				width: 120px;
				float: left;				
				margin: 0 0 0 20px;
}
/*選單*/
.menu	{
				margin: 0;
				padding: 0;
				list-style-type: none;					/*指定刪除標準清單項目符號*/	
				font-size: 0.8em;
				font-family: 微軟正黑體, "Times New Roman", 新細明體;
}
.menu li	{
				margin: 0;
				padding: 0;								/*指定文字左邊的空白尺寸*/
				line-height: 1.1;						/*指定選單各項目的單行高度*/
				list-style-type: none;					/*指定刪除標準清單項目符號*/	
}
.menu li h3	{
				background-image: url('../images/icon_menu.png');
				background-repeat: no-repeat;
				padding: 0 0 0 24px;
				margin-bottom: 5px;
}
.menu li h3 a{
				display: block;
				text-decoration: none;					/*指定刪除顯示超連結時固定出現的標準底線*/
}
.menu li h3 a:visited{
				display: block;
				text-decoration: none;					/*指定刪除顯示超連結時固定出現的標準底線*/
}
.menu li a	{
				color: #134098;							/*指定超連結的文字顏色*/
				text-decoration: none;					/*指定刪除顯示超連結時固定出現的標準底線*/
}
.menu li a:hover{
				color: #000000;							/*指定超連結的文字顏色*/
				text-decoration: none;					/*指定刪除顯示超連結時固定出現的標準底線*/
}
.menu ul	{
				margin: 0;
				padding: 0;
				margin-bottom: 0px;		
}
/*子功能表設定*/
.menu ul ul	{
				margin-top: 0px;
				margin-bottom: 0px;						/*指定下階層上方的空白尺寸*/
}
/*隱藏子功能表*/
.menu li li	{
				display: none;							/*關閉子功能表*/
				background-image: url('../images/tree.png');
				background-repeat: no-repeat;				
				margin-top: 0px;
				margin-bottom: 0px;	
				margin-left: 15px;
				padding-bottom: 3px;
				
}
.menu li li li{
				display: none;							/*關閉子功能表*/
				background-image: url('../images/tree.png');
				background-repeat: no-repeat;			
				margin-top: 3px;
				margin-bottom: 0px;	
				margin-left: 15px;
				padding-bottom: 5px;

}
.menu li li a{
				display: block;
				text-decoration: none;					/*指定刪除顯示超連結時固定出現的標準底線*/
				padding: 0 0 0 20px;
}

.menu li li li a{
				display: none;	
				display: block;
				text-decoration: none;					/*指定刪除顯示超連結時固定出現的標準底線*/
				padding: 0 0 0 20px;
}

.menu li li a:visited{
				display: block;
				text-decoration: none;					/*指定刪除顯示超連結時固定出現的標準底線*/
}
.menu li li a:hover{
				color: #000000;
}
/*對li使用:hover虛擬類別，接受滑鼠經過事件，然後打開打功能表*/
.menu li:hover li{
				display: block;							/*設置滑鼠回應*/
}
.mune li li:hover li{
				display: block;
}
.menu li li.last{
				background-position: 0 -35px;				/*讓icon往上移40像素*/
				margin-top: 0px;
				margin-bottom: 0px;	
}

.menu li li li a:visited{
				display: block;
				text-decoration: none;					/*指定刪除顯示超連結時固定出現的標準底線*/
}
.menu li li li a:hover{
				color: #000000;
}
/*對li使用:hover虛擬類別，接受滑鼠經過事件，然後打開打功能表*/

.mune li li li:hover li{
				display: block;
}
.menu li li li.last{
	
				background-position: 0 -40px;				/*讓icon往上移40像素*/
				margin-top: 0px;
				margin-bottom: 0px;	
}

/* ==================== content 內容 ==================== */
/*內容*/
#content	{	
				width: 900px;
				float: right;
				margin: 0;
}
#content h2	{
				font-family: 微軟正黑體, "Times New Roman", 新細明體;
				font-size: 1.2em;
				border-bottom: 3px #7484C1 dotted;
				padding-bottom: 3px;
				margin-bottom: 15px;		
}
#content p	{
				font-family: 微軟正黑體, "Times New Roman", 新細明體;
				font-size: 12pt;
}
/*表格*/
.table		{
				border-collapse: collapse;
}
.table th	{
				font-family: 微軟正黑體, "Times New Roman", 新細明體;
				font-size: 0.85em;
				text-align: center;
				line-height: 1.5;
				color: #ffffff;
				background-color: #7484C1;
				border: 1px #7484C1 solid;
}
.table th2	{
				font-family: 微軟正黑體, "Times New Roman", 新細明體;
				font-size: 0.85em;
				text-align: right;
				line-height: 1.5;
				color: #134098;
				background-color: #B0C0E3;
				border: 1px #7484C1 solid;
}
.table td	{
				font-family: 微軟正黑體, "Times New Roman", 新細明體;
				font-size: 0.85em;
				text-align: left;
				line-height: 1.5;
				color: #134098;
				border: 1px #7484C1 solid;
}

/*登入會員表格*/
.loginform		{
				WIDTH: 300px;
				border-collapse: collapse;
				float: none;
}
.loginform table{
				width: 100%;
				margin-left: 200px;
}
.loginform	td	{
				padding: 5px;
				font-family: 微軟正黑體, "Times New Roman", 新細明體;
				font-size: 1.2em;
				text-align: center;
				line-height: 1.5;
				color: #134098;
}
.loginform	a	{
				color: #7484C1;
				font-size: 0.85em;
				text-align: center;
}
.loginform	a:hover	{
				text-decoration: none;					/*指定刪除顯示超連結時固定出現的標準底線*/
				color: #134098;
}
/* ==================== foot 頁尾 ==================== */
#foot		{
				clear: both;							/*解除頁尾的文繞圖配置*/
				margin: 0;
}
#foot_inner p		{
				font-family:微軟正黑體, "Times New Roman", 新細明體;
				font-size: 0.75em;
				color: #7484C1;
				text-align: center;
				border-top: 2px #B0C0E3 solid;
				padding: 5px ;
}

/* ==================== color色系 ==================== */
/*【color色系】主#134098/次#7484C1/次#B0C0E3*/