html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{font-size:100%;}
a {outline: none;} /* Gets rid of Firefox's dotted borders */
a img {border: none;} /* Gets rid of IE's blue borders */


html {
  min-height: 100%;
  background: -moz-linear-gradient(45deg, #2674bb 0%, #2ede70 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#2674bb), color-stop(100%,#2ede70));
  background: -webkit-linear-gradient(left bottom, right top, #2674bb 0%,#2ede70 100%);
  background: -o-linear-gradient(left, #2674bb 0%,#2ede70 100%);
  background: -ms-linear-gradient(left, #2674bb 0%,#2ede70 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2674bb', endColorstr='#2ede70',GradientType=1 );
  background: linear-gradient(left, #2674bb 0%,#2ede70 100%);
  font-family: "Segoe UI", Helvetica, Arial;
  font-size: 20px;
  color: #fff;
}

#main {
  width: 780px;
  margin: 0 auto;
}

#block {
  width: 191px;
  float: left;
  height: 80px;
  background-color: rgba(0,0,0,0.2);
}

.link {
  margin-top: 9px;
  float: left;
  height: 30px;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  cursor: pointer;
  opacity: 1;
}

.link:hover, .link-selected {
  opacity: 0;
}

#logo {
  float: left;
  width: 191px;
  background-color: rgba(0,0,0,0.2);
  text-align: center;
  height: 120px;
  margin-right: 41px;
}

.linkimg {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 1;
}

.linkimg:hover {
  opacity: 0;
}

#bar {
  padding-right: 5px;
}

#top, img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

p {
  -webkit-user-select: all;
  -khtml-user-select: all;
  -moz-user-select: all;
  -o-user-select: all;
  user-select: all;
  font-size: 16px;
}

h1, h2, h3 {
  font-weight: normal;
  padding-top: 0;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  color: #fff;
  border-bottom: 3px solid rgba(0,0,0,0.2);
  text-shadow: 0 0 1px #0d5256;
  display: inline-block;

}

h3 {
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 22px;
}

.box {
  padding: 15px;
  background-color: rgba(0,0,0,0.2);
  margin-bottom: 15px;
  position: relative;
}

.box-year {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 0.3;
}

.box-ss {
  float: left;
  width: 120px;
}

.box-ss img {
  box-shadow: 0px 0px 10px #666;
}

.box-right {
  margin-left: 15px;
  float: left;
  width: 615px;
}

a {
  color: #333;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  text-decoration: none;
}

a:hover {
  color: #000;
}

#l1 {
  width: 99px;
  background: url('images/menu.png') no-repeat;
}

#l2 {
  width: 158px;
  background: url('images/menu.png') -99px 0 no-repeat;
}

#l3 {
  width: 155px;
  background: url('images/menu.png') -257px 0 no-repeat;
}

#kb {
  box-shadow: 0px 0px 10px #333;
}


#top {
  height: 44px;
  background: url('images/menuh.png') right 9px no-repeat;
}

#body {
  padding-top: 70px;
}

#bar {
  margin-right: 30px;
  float: left;
}

#foot {
  position: fixed;
  width: 100%;
  bottom: 0;
  opacity: 0.9;
  background-color: rgba(0,0,0,0.1);
  height: 35px;
  color: #15484d;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.content {
  width: 780px;
  padding-top: 15px;
  margin: 0 auto;
}

.clear {
  clear: both;
}

