/* CSS Document */
body {
  margin:0;
  padding:0;
  background-color:#F3EEDB;
  font-family:"微軟正黑體", "新細明體";
  font-size:14px;
}
a:visited {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#container{
  margin:0 auto;
  width:1000px;
  -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px; background:#FFFFFF;
  -moz-box-shadow:0px 4px 2px 4px #ACACAC; -webkit-box-shadow:0px 4px 2px 4px #ACACAC; box-shadow:0px 4px 2px 4px #ACACAC;/*背影*/
  behavior: url(pie.htc);
}
#logo{
  width:200px;
  height:65px;
  float:left;
  margin:30px 0 0 30px;
}
#main{
  width:1000px;
  height:417px;
  background-image:url(../images/page_head.png);
  -moz-border-radius: 8px 8px 0 0; -webkit-border-radius: 8px 8px 0 0; border-radius: 8px 8px 0 0;
  behavior: url(pie.htc);
  background-repeat:no-repeat;
  font-weight:bold;
}
#menu{
  float:right;
  margin:365px 20px 0 0;
  padding:0;
}
#text{
  background:url(../images/back-100.png) no-repeat bottom;
  background-color:#f5edcc;
  height:auto !important;
  overflow:auto;
}
#left{
  width:280px;
  min-height:600px;
  float:left;
  text-align:center;
}
#left ul{
  list-style-type:none;
}
.constant{
  background-image:url(../images/button-up.png);
  height:70px;
  width:205px;
  margin-bottom:10px;
  line-height:70px;
  font-size:26px;
  font-weight:bold;
}
.constant a{
  color:#2E3192;
}
.active{
  background-image:url(../images/button-click.png);
  height:70px;
  width:205px;
  margin-bottom:10px;
  line-height:70px;
  font-size:26px;
  font-weight:bold;
  color:F7931E;
}
.active a{
  color:#F7931E;
}
.albumlink{
  height:25px;
  width:205px;
  margin-bottom:10px;
  line-height:25px;
  font-size:18px;
  font-weight:bold;
  text-align:left;
}
.albumlink a{
  color:#999999;
}
.albumlink a:hover{
  color:#FF0000;
}
.albumlinka{
  height:25px;
  width:205px;
  margin-bottom:10px;
  line-height:25px;
  font-size:18px;
  font-weight:bold;
  text-align:left;
}
.albumlinka a{
  color:#FF0000;
}
#right{
  width:720px;
  min-height:600px;
  float:left;
  background:url(../images/page-table.png) no-repeat;
}
.link{
  margin:20px 0 0 30px;
  height:20px;
}
.title{
  margin:15px 0 0 30px;
  font-size:26px;
  height:35px;
  font-weight:bold;
  color:#603813;
}
.message{
  margin:15px 0 0 30px;
  width:640px;
  min-height:430px;
}
.photo{
  width:320px;
  height:100%;
  margin-right:20px;
  float:left;
  cursor:pointer;
}
.phototext{
  width:300px;
  height:100%;
  float:left;
}
.previous{
  background-image:url(../images/button-up.png);
  background-repeat:no-repeat;
  height:100px;
  width:205px;
  float:right;
  text-align:center;
  line-height:70px;
  font-size:26px;
  font-weight:bold;
  color:#2E3192;
  margin: 20px 20px 0 0;
}
.previous a{
  color:#2E3192;
}
#foot{
  width:1000px;
  height:29px;
  background-color:#1D2B58;
  -moz-border-radius: 0 0 8px 8px; -webkit-border-radius: 0 0 8px 8px; border-radius: 0 0 8px 8px;
  behavior: url(pie.htc);
}