@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
@import url(http://fonts.googleapis.com/css?family=Patua+One);
@import url(http://fonts.googleapis.com/css?family=Armata);

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  background-color:#000000
}

p {
  margin-bottom: 2em;
}

.textShadow {
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}

.boxShadow {
  -webkit-box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow:  0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

/*p1*/
.home {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 700px;
  background: url("../image/index01.jpg") 50% 0 no-repeat;
}

/*rain*/
.ph2nd{
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 700px;
  background: url("../image/new1-2.png") 50% 0 no-repeat;
}

/*p2*/
.p2 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 700px;
  background: url("../image/4.jpg") 50% 0 no-repeat;
}


/*p3*/
.p3 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 700px;
  background: url("../image/5.jpg") 50% 0 no-repeat;
}

/*p4*/
.p4 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 700px;
  background: url("../image/6.jpg") 50% 0 no-repeat;
}


/*p5*/
.p5 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 700px;
  background: url("../image/7.jpg") 50% 0 no-repeat;
}


/*p6*/
.p6 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 700px;
  background: url("../image/8.jpg") 50% 0 no-repeat;
}

/*unknow*/
.p1button {
    height:100px;
	width:500px;
	background-image:url("../image/1a.png") 50% 0 no-repeat;
}

/*p7*/
.p7 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 700px;
  background: url("../image/9.jpg") 50% 0 no-repeat;
}

/*p8*/
.p8 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 550px;
  background: url("../image/3.jpg") 50% 0 repeat;
}

.content {
  position: absolute;
  top: 50px;
  width: 80%;
  height: 700px;
  padding: 0 10%;
}

.articleTitle {
  margin-bottom: 0em;
  font-family: 'Patua One', cursive;
  font-size: 1.5em;
  line-height: 3em;
  color: #fff;
}

  .articleTitle .dark {
    color: #333;
  }

.articleSubTitle {
  font-family: 'Armata', sans-serif;
  font-size: 1em;
  line-height: 0em;
  color: #fff;
}

/*06意見回饋*/
.button {
margin: 0px 0px 15px 97px;
border-color: #fff;
color: #fff;
padding: 8px 0;
width: 300px;
cursor: pointer;
font-size: 11px;
letter-spacing: 2px;
text-transform: uppercase;
background: transparent;
border: 1px solid #fff;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-transition: all .6s ease-in;
-moz-transition: all .6s ease-in;
-ms-transition: all .6s ease-in;
-o-transition: all .6s ease-in;
transition: all .6s ease-in;
}


/*中間的內容*/
div#content {
	width:960px;
	height: 700px;
	margin-left:auto;
	margin-right:auto;
}

div#my_favorite {
	position: absolute;
	width: 190px;
	text-align:center;
}

div#logo {
	position: absolute;
	width: 545px;
	height: 80px;
	padding:0px 0px 0px 190px;
}

div#article {
	width: 545px;
	height: 400px;
	padding: 120px 0px 0px 190px;
}

div#event {
	width: 200px;
	height: 700px;
	float: right;
	text-align:right;
}

div#down {
	width: 545px;
	height: 120px;
	padding:0px 0px 0px 190px;
	text-align:center;
}


ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
 
a img {
	border: none;
}
 
#abgne-block-20110408 {
	overflow: hidden;
	position: relative;
	width: 480px;	/* 圖片的寬 */
	height: 280px;	/* 圖片的高 */
	border: 1px solid #fff;
	margin:5px 0px 10px 15px;
}
 
#abgne-block-20110408 ul {
	width: 99999px;
	position: absolute;
}
 
#abgne-block-20110408 ul li {
	float: left;
}
 
#abgne-block-20110408 ul li a {
	display: block;
	width: 480px;	/* 圖片的寬 */
}