/* CSS Document */
body, table, p, div, span, textarea, select, pre, button ,dt ,dd { font:15px/23px "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", AppleGothic, Dotum, Lucida Grande, Verdana Sans-serif; }

body {}

/*img, object{ border:0; display:block; margin:0 0;}*/

/* Remove the link outline 按扭不會出現虛線語法 */
/* For IE */
a {noFocusLine:expression(this.onFocus=this.blur());} 
/* For Firefox */
:focus {
  -moz-outline-style: none;
}

img, object{ border:0; display:block; margin:0;}

h1{display:none;}

#warp{width:100%;}

#main{width:100%; height:1000px;background: url(images/index.jpg) top no-repeat ;}

#contents{position:absolute;margin:0 auto;width:100%;}

#content{
	position:relative; background:url(images/index_02.jpg) center top no-repeat;
	margin:0 auto;	
	width:980px;
	height:1000px;z-index:9;}

#header{height:100%; height:600px;}

#mv{position:absolute; width:352px; height:255px; left:428px; top:192px; z-index:99;}

#logo a{
	position: absolute;
	display:block;
	width:250px;
	height:120px;
	left:180px;
	top:50px;
	z-index:999;
}

#contentsbottom{
	width:100%;
	position:fixed;
	bottom:0;
	background:url(images/index_fotter.png) center top no-repeat;
	height:144px;
	z-index:9999;
}

#btn1 a{position: absolute;width:155px; height:47px; left:327px; top:450px;z-index:999;}
#btn2 a{position: absolute;width:155px; height:47px; left:485px; top:450px;z-index:999;}
#btn3 a{position: absolute;width:138px; height:47px; left:643px; top:450px;z-index:999;}

p{ padding:5px;}
