/* CSS Document */

/**************************************************************************
* index-style.style 2007/06/06
===========================================================================
* 首頁CSS
===========================================================================
* Edited by Edward in GOGOTDI
* Copyright (C) 2006 Tang Digital Integration
***************************************************************************/

/******基本設定******/

* {
	margin:0px;
	padding:0px;
}
body{
	background-color:#fff;/*背景顏色*/
	background-image:url(../images/home/index/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-family:"細明體", "新細明體", Arial;/*字型宣告*/
	font-size:13px;/*字體大小宣告*/
	color:#3D1D18;/*文字顏色宣告*/
	line-height:20px;/*文字每行高度, 文字將以此置中*/
	letter-spacing:1px;/*文字間距*/
}

#container{
	margin:0 auto;/*將div置中定位*/
	width:950px;
	background-color:#FFFFFF;
}
	#top{
		background-image:url(../images/home/index/01.jpg);
		background-position:top;
		background-repeat:no-repeat;
		height:85px;
	}
		#menu{
			width:950px;
			margin:0 auto;
			vertical-align:top;
			}
	#left{
		float:left;
		width:306px;
		height:437px;
		background-image:url(../images/home/index/02.jpg);
		background-position:top;
		background-repeat:no-repeat;
	}
	#right{
		width:644px;
		height:437px;
		float:right;
	}
		#fla-div{
			background-image:url(../images/home/index/03.jpg);
			background-position:top;
			background-repeat:no-repeat;
			width:644px;
			height:377px;
			}
			#flash{
				width:570px;
				height:347px;
				margin-top:15px;
				margin-left:15px;
			}
		#right-m{
			background-image:url(../images/home/index/04.jpg);
			background-position:top;
			background-repeat:no-repeat;
			width:644px;
			height:60px;
		}
	#footer{
		background-image:url(../images/home/index/05.jpg);
		background-position:top;
		background-repeat:no-repeat;
		width:950px;
		height:148px;
		clear:both;
	}