@import url("reset.css");

body{
	background-color:#708090;
	font-family:Arial,"圓體";
}
.go-top{
	position:fixed;
	height:45px;
	width:50px;
	bottom:30px;
	right:50px;
	border-radius:15px;
	background-color:rgb(252,229,165);
	opactiy:0.5;
	cursor:pointer;
	text-align:center;
	font-size:50px;
	color:cadetblue;
	text-decoration:none;}
 
   .go-top:hover{
   background-color:rgb(170,170,170);
   color:blanchedalmod;}

   
  .go-top2{
	position:fixed;
	bottom:650px;
	left:25px;}
   

/*===頁首區===*/

#HEADER{
	width:960px;
	margin:0 auto;
}
#HEADER h1{
	display:block;
	width:960px;
	height:300px;
	background-image:url(img/doge.jpg);
	text-indent:-9999px;
}

/*===主選單區===*/

#NAV{
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
#NAV ul{}
#NAV li{
	float:left;
}
#NAV li a{
	display:block;
	width:480px;
	height:50px;
	line-height:50px;
	background-color:#262626;
	font-size:15px;
	color:#FFF;
	letter-spacing:2px;
	text-align:center;
	text-decoration:none;
}
#NAV li a:hover{
	background-color:#C678FF;
}

/*====內容區===*/


#CONTENT{
	clear:both;
	width:960px;
	margin:0 auto;
	background-color:#FFECF5;
	padding-top:30px;
	padding-bottom:30px; 
}

#CONTENT p{
	text-indent:50px;
	font-size:20px;
	line-height:1.7;
	padding:0 30px;
	padding-bottom:15px;
	font-family:圓體!important;
	border-radius:12%;}

#CONTENT p2{
		/* text-indent:50px; */
		font-size:30px;
		line-height:1.7;
		padding:0 30px;
		padding-bottom:15px;
		font-family:圓體!important;
		font-weight:bold;
		color:blue;

}

/*====頁尾區===*/

#FOOTER{
	width:960px;
	margin:0 auto;
	background-color:#262626;
}
#FOOTER h2{
	font-size:15px;
	text-align:center;
	line-height:60px;
	color:#FFF;
}








