
body,html {
	width: 100%;
	height: 100%;
}


body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	text-decoration: none;
	background-color: #4764BA;
	background-image: url(../images/index-bg.png);
	background-repeat: repeat-x;
}


/* ~~ 元素/標籤選取器 ~~ */
ul, ol, dl { /* 由於瀏覽器之間的差異，最佳作法是在清單中使用零寬度的欄位間隔及邊界。為了保持一致，您可以在這裡指定所要的量，或在清單包含的清單項目 (LI、DT、DD) 上指定所要的量。請記住，除非您寫入較為特定的選取器，否則在此執行的作業將重疊顯示到 .nav 清單。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 移除上方邊界可以解決邊界可能從其包含的 Div 逸出的問題。剩餘的下方邊界可以保持 Div 不與接在後面的元素接觸。 */
	padding-right: 15px;
	padding-left: 15px; /* 將欄位間隔加入至 Div 內元素的兩側 (而不是 Div 本身)，即可不需執行任何方塊模型的計算作業。具有側邊欄位間隔的巢狀 Div 也可當做替代方法。 */
}
a img { /* 這個選取器會移除某些瀏覽器在影像由連結所圍繞時，影像周圍所顯示的預設藍色邊框 */
	border: none;
}

/* ~~ 網站連結的樣式設定必須保持此順序，包括建立滑過 (Hover) 效果的選取器群組在內。~~ */


/* ~~ 這個容器環繞著所有其他的 Div，並依百分比設定其寬度 ~~ */
.container {
	width: 100%;
	margin: 0 auto; /* 兩側的自動值與寬度結合後，版面便會置中對齊。如果將 .container 的寬度設為 100%，就不需要這麼做。 */
}

/* ~~頁首沒有指定的寬度，而會橫跨版面的整個寬度。頁首包含影像預留位置，必須由您自己的連結商標加以取代~~ */
.header {
	background-color: #ededed;
	width: 100%;
	height: 44px;
	text-align: center;
	background-image: url(../images/index-top-bg.png);
	background-repeat: repeat-x;
	-webkit-border-radius: 0px 0px 0px 0px;
	font-size: 25px;
	line-height: 38px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	padding-left: 0px;
	top: 0px;
	text-shadow:0 1px 0 #fff;
	float: left;
}
.header-bar {
	width: 100%;
	height: 44px;
	display: block;
}	

.login-container {
	width: 100%;
	text-align: center;
	display: block;
	float: left;	
	padding-top: 30px;
	padding-bottom: 0px;
}
.login-w100 {
	width: 100%;
	text-align: center;
}
.logo-img {
	width: 100%;
	text-align: center;
}

.title-text-big {
	font-size: 200%;
	color: #eee;
	text-shadow: 1px 0px 0px #333;
	font-weight: normal;
	text-decoration: none;
}	

/****************************************2014 09 11*********************************************/




#in-menu{
	width: 100%;
	text-align: center;
	display: block;
	float: left;
	padding-bottom: 30px;
}


#in-menu-form {
	width: 400px;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.in-button-a {
	width: 160px;
	height: 160px;
	text-align: center;
	display: block;
	font-size: 0px;
	background-image: url(../images/index-bu-a.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 20px;
	float: left;
}
.in-button-a:hover {
	background-position: left bottom;
}

.in-button-b {
	width: 160px;
	height: 160px;
	text-align: center;
	display: block;
	font-size: 0px;
	background-image: url(../images/index-bu-b.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 20px;
	float: left;
}
.in-button-b:hover {
	background-position: left bottom;
}















