html {
  background: #fff;
  margin: 0;
  padding: 0;
}

body {
  width: 90%;
  margin: 0 5% 0 5%;
  background: #fff;
  font-family: 'Quicksand', 'Calibri', sans-serif;
  letter-spacing: 1pt;
  color: #555;
  font-size: 10pt;
  overflow: hidden;
}

body::-webkit-scrollbar-track
{
	background-color: #fff;
}

body::-webkit-scrollbar
{
	width: 5px;
	background-color: #fff;
}

body::-webkit-scrollbar-thumb
{
	background-color: #000;
}

#menu::-webkit-scrollbar-track
{
	background-color: #fff;
}

#menu::-webkit-scrollbar
{
	width: 5px;
	background-color: #fff;
}

#menu::-webkit-scrollbar-thumb
{
	background-color: #000;
}

#content::-webkit-scrollbar-track
{
	background-color: #fff;
}

#content::-webkit-scrollbar
{
	width: 5px;
	background-color: #fff;
}

#content::-webkit-scrollbar-thumb
{
	background-color: #000;
}


html, body { height: 100%; }

h1, h2, h3 {
  font-family: 'Quicksand', 'Calibri', sans-serif;
  letter-spacing: 2px;
}

h1 {
  padding-top: 1%;
  font-size: 12pt;
}

#container {
  background: #fff;
  padding-bottom: 0%;
  min-height: 10%;
  overflow: hidden;
}

#content {
  min-height: 10%;
  height: 69.5%;
  padding: 0 2% 0% 2%;
  width: 55%;
  float: right;
  background-color: #fff;
  overflow: auto;
  position: fixed;
  top: 13%;
  right: 10%;
}

header {
  font-size: 24px;
  font-family: 'Raleway', Times, 'Calibri', sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: fixed;
  top: 14.7%;
  left: 12%;
  overflow: hidden;
  min-height: 10%;
}

#menu {
  float: left;
  width: 19%;
  height: 56%;
  background-color: #fff;
  letter-spacing: 1px;
  line-height: 180%;
  position: fixed;
  top: 26.5%;
  left: 12%;
  overflow: auto;
}

#menu li {
  list-style-type: none;
}

.work-name {
  padding-left: 15px;
  font-style: italic;
}

#footer {
  min-height: 17%;
  width: 100%;
  bottom: 0;
  right: 0;
  background-color: #fff;
  position: fixed;
}

#top {
  min-height: 17%;
  width: 100%;
  top: 0;
  right: 0;
  background-color: #fff;
  position: fixed;
}

#link {
  padding-top: 15px;
  min-height: 100%;
  overflow-y: auto;
  position: absolute;
}

/*當前頁面強調*/
#link .selected {
  font-weight: bold;
  color: #333;
}

a {
  text-decoration: none;
  color: #555;
}

.clearfix {
    clear: both;
    text-align: justify;
    text-justify:inter-ideograph;
}

.zoom {
  display:inline-block;
  position: relative;
}

/* magnifying glass icon */
.zoom:after {
  content:'';
  display:block;
  width:33px;
  height:33px;
  position:absolute;
  top:0;
  right:0;
  background:url('img/icon.png');
  opacity: 0.5;
}

.zoom img {
  display: block;
}

.zoom img::selection { background-color: transparent; }

#zoom-hover img:hover, #zoom-hover img:active {
cursor: zoom-in;
}
