﻿/**{
	border-style:solid;

	border:0px;
	padding:0;
	margin:0px;
}*/
a
{
	text-decoration:none;/*設定成無底線*/

}
img{
	border:0px;/*消除圖片超連結外框*/
}

body{
	margin:0;
	background-color:white;
}

.分頁背景{
	
	background-image:url('file/background.bmp');
	background-attachment:fixed;/*背景固定不動*/
	background-repeat:repeat-x;
}



/**********************************************************************************/
.頂部區塊
{
    height:36px;
    text-align:right;
    background-image:url('file/top-background.bmp');
    background-repeat:repeat-x;
    background-color:blue;
}
.頂部按鈕
{
	color:white;
	font-size:20px;
	font-family:Calibri;/*字型*/
	text-align:center;
	
	display:inline-block;
	width:90px;
	padding-top:10px;
	padding-bottom:6px;
	line-height:20px;
	
	vertical-align:top;
}
.頂部按鈕:hover/*滑鼠在上面*/
{	
	font-weight:bold;
	padding-top:8px;
	padding-bottom:8px;
	
	background-image:url('file/top-background-invert.bmp');
}
/***************************************************************************************/
.商標
{	
	text-align:center;
	padding-top:10px;
	padding-bottom:5px;
	border-width:0px;
	background-color:white;
}

.公司名稱
{
	color:red;
	font-size:64px;
	font-family:標楷體;
	text-align:center;
	padding-bottom:1px;
	font-weight:bold;/*粗體*/
	white-space:nowrap;/*不斷行*/
	background-color:white;
}
.公司名稱 a{
	color:red;
}
/**********************************************************************************************/
.主選單區塊
{
	text-align:center;
	height:66px;
	background-image:url('file/menu-background.bmp');
	background-color:white;
	background-repeat:repeat-x;
}
.主選單列{
	font-size:18px;
	font-family:Calibri;
	
	display:inline-block;
	/*width:724px;*/
	height:38px;
	background-color:navy;
}
.主選單列 a
{	
	color:white;
	vertical-align:top;
	background-image:url('file/menu-button.bmp');
	background-color:blue;
	display:inline-block;
	padding-top:3px;
	line-height:35px;
	height:35px;
	width:100px;
}
.主選單列 a:hover
{
	padding-top:1px;
	padding-bottom:2px;
	background-image:url('file/menu-button-invert.bmp');
}
.主選按鈕間格
{
	display:inline-block;
	width:3px;
}
.主選單鎖定按鈕
{	
	color:red;	
	font-weight:bold;

	vertical-align:top;
	display:inline-block;
	padding-top:3px;
	line-height:35px;
	height:35px;
	width:100px;

	background-image:url('file/menu-button.bmp');background-color:blue;
}

/****************************************************************************************************************/
.內容區塊
{
	text-align: center;
}
.內容方塊
{	
	margin:auto;/*+了才能把表格置中*/	
	width: 66%;
	padding:24px 24px 24px 24px;/*上 右 下 左*/
	
	background-color: rgb(100,150,255);
	color:white;
	
	text-align: left;
	font-size:24px;
	letter-spacing:2px;
	line-height:36px;
}
.內容方塊2
{

	background-color: rgb(100,150,255);
	width:484px;
	height:299px;
	display:inline-block;
	margin:auto;
	vertical-align:top;
	font-size:18px;
	text-align:left;
	padding:18px 24px 24px 24px;
	
}
.內容方塊2 h1{
	margin:5px 0px 5px 0px;

}
.內容方塊 h1/*公司名稱*/
{	
	white-space:nowrap;/*不斷行*/
	display:inline;
	font-size: 36px;
	line-height:60px;
	margin:0px;/*google用*/
}
.內容方塊 h2/*政策標題*/
{
	display:inline;
	font-size: 36px;
	line-height:48px;
	color:rgb(128,32,48);
	font-family:標楷體;

}
.內容方塊 h3{
	font-size:20px;
	display:inline;
	color:yellow;
	font-weight:normal;
}
.內容方塊 h4{
	font-size:20px;
	display:inline;
	color:white;
	font-weight:normal;
}

.內容方塊 p{
	display:inline;
	
	font-weight:lighter;
	
	white-space:normal;/*斷行*/
}
.內容方塊 a{white-space:nowrap;/*不斷行*/
	color:white;
}

/****************************************************************************************************************/
.產品表格{
	margin:auto;	
	font-size:18px;
	
	color:white;
	
	border:3px;
	border-style:double;
	border-color:rgb(0,50,98);
	border-top-color:rgb(128,150,255);
	
	background-color:rgb(0,100,200);

	text-align:center;

	white-space:nowrap;
}
.表格背景 th
{
	padding:10px;
	
	background-color:rgb(0,0,32);
	background-image:url('file/table-head.bmp');
	background-repeat:repeat-x;
	border-width:2px 1px 1px 1px;/*上 右 下 左*/
	border-color:white;
	border-style:solid;
}
.表格背景 td
{
	padding:10px;
	background-color:transparent;
	border:1px;
	border-color:white;
	border-style:solid;
}
.表格背景 a
{
	color:white;/*ie 火狐*/
}
/****************************************************************************************************************/
#留言表{
margin:auto;
	border:3px;
	border-style:solid;
	text-align:left;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
#留言表 th{
	border:1px solid;
	text-align:center;
}
#留言表 td{
	border:1px solid;
}
