@import url("reset.css");
/* CSS Document */

body{
	background-color:#624c42;}
	
img{ border:none;}

table.mytable{
	display:block;
	border-spacing:5px;
	margin:10px 0 10px 0;
}
table.mytable tr {
padding:5px;
}
table.mytable td {
	padding:5px;
}
	
#content{
	margin: 0 auto;
	width: 1000px;
	background-color:#fdece2;
	overflow:hidden;
}
	
	
#content #header{
	width:1000px;
	height:440px;
	overflow:hidden;}
	
#content #nav{
	width:1000px;
	height:105px;}
	
#content #nav ul{
	list-style:none;
	display:block;}
	
#content #nav li{
	float:left;}
	
#content #nav li a{
	display:block;
	height:105px;
	background-image:url(../nav.jpg);
	text-indent:-9999px;}
	
#content #nav li.b1 a{ background-position:0px 0px; width:170px;}
#content #nav li.b2 a{ background-position:-170px 0px; width:110px;}
#content #nav li.b3 a{ background-position:-280px 0px; width:105px;}
#content #nav li.b4 a{ background-position:-385px 0px; width:125px;}
#content #nav li.b5 a{ background-position:-510px 0px; width:490px;}

	
	

	
#content .box{
	width:1000px;
	margin-bottom:10px;
	moverflow:hidden;}
	
#content .box .inbox{
	width:830px;
	margin:0 0 0 110px;
	padding-right:20px;
	overflow:hidden;}		


	
#content #footer{
	clear:both;
	width:1000px;
	margin:0 auto;
	padding:0 0 10px 0;
	background-color: #000;
	overflow:hidden;
	}




	
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif,新細明體;
    font-size:15px;
	font-weight:normal;
    line-height:22px;
    color:#000000;}

h2{
	font-family:Verdana, Arial, Helvetica, sans-serif,新細明體;
    font-size:10px;
	font-weight:normal;
    line-height:24px;
    color:#000000;}

h3{
	font-family:Verdana, Arial, Helvetica, sans-serif,新細明體;
    font-size:20px;
	font-weight:normal;
    line-height:24px;
    color:#000000;}


h4{
	font-family:Verdana, Arial, Helvetica, sans-serif,新細明體;
    font-size:15px;
	font-weight:normal;
    line-height:24px;
	text-indent:35px;
    color:#024c97;}
	
h5{
	font-family:Verdana, Arial, Helvetica, sans-serif,新細明體;
    font-size:18px;
	font-weight:normal;
    line-height:24px;
    color:#000000;}
	
h6{
	font-family:Verdana, Arial, Helvetica, sans-serif,微軟正黑體;
    font-size:13px;
	font-weight:normal;
    line-height:22px;
    color:#fff;
	text-decoration:none;}
	
	
.font01{
	font-family:Verdana, Arial, Helvetica, sans-serif,新細明體;
    font-size:28px;
	font-weight:bold;
    line-height:28px;
    color: #b60005;}
	
.font02{
	font-family:Verdana, Arial, Helvetica, sans-serif,新細明體;
    font-size:20px;
	font-weight:bold;
    line-height:28px;
    color: #b60005;}
	
.style1 {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}


/*TOP*/
#back-top {
	width:60px;
	height:60px;
	position: fixed;
	bottom: 30px;
	margin:0 5px 10px 0;}



#back-top a {
	width:60px;
	display: block;
	text-align: center;
	font: 10px/100% Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #ea7c49;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #ca4102;
}

/* arrow icon (span tag) */
#back-top span {
	width:60px;
	height:60px;
	display: block;
	margin-bottom: 7px;
	background: #ea7c49 url(../up-arrow.png) no-repeat center center;

	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #ca4102;
}
	

	
	
	
	
