

#wrapper,
#main_image_wrapper{
  width: 100%;
}

#headwrapper,
#main,
#footerwrapper{
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}

#headwrapper{
}

#globalnav{
}

#globalnav ul{
  text-align: center;
}

#globalnav li{
  float: left;
  display: table;
  width: 24.8%;
  height: 50px;
  border-right: 1px solid #ccc;
}
#globalnav li:first-child{
  border-left: 1px solid #ccc;
}

#globalnav li:hover{
  opacity: 0.7;
}

#globalnav li a{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

#main_image_wrapper{
  position: relative;
  height: 450px;
}
#main_image_wrapper img{
  max-width: 100%;
}
#main_image{
  top: 0;
  left: 0;
  position: absolute;
  width: 1000px;
  height: 100%;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: table;
}
#main_image a{
  display: table-cell;
  vertical-align: middle;
  font-size: 100px;
  text-decoration: none;
  color: #333;
}
#main_image a{
}

#main{
}

#contentleft{
  float: left;
  width: 70%;
}
#contentleft h3{
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-size: 25px;
  line-height: 30px;
}
#contentleft article{
  margin-top: 20px;
}
#contentleft li{
  display: inline-block;
  width: 48%;
  height: 100px;
  float: left;
  margin-bottom: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
}
#contentleft li:nth-child(2n){
  float: right;
}
#contentleft p{
  font-size: 20px;
}
#contentleft .image_blank{
  background-color: #ccc;
  border: 1px solid #666;
  width: 40%;
  height: 140px;
}

#contentright{
  float: right;
  width: 25%;
}
#contentright li{
  display: inline-block;
  width: 95%;
  height: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#footerwrapper{
  margin-top: 20px;
  background-color: #999;
  width: 100%;
}
#footerwrapper footer{
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}

.sectionItem_odd{
    background-color: #ffcd9b;
}

.sectionItem_even{
    background-color: #fed;
}

/* intro */
/*****************************************************/
.intro {
    text-align: center;
    width: 100%;
    color: #ff5a35;
    font-size: 30px;
}

.intro section{
    height: 400px;
    display: table;
    width: 100%;
}

.intro section li{
    list-style: none;
    margin-left: -30px;
}
.intro h1,
.intro h2,
.intro article{
    display: table-cell;
    vertical-align: middle;
}
.intro h1{
    font-size: 45px;
}
.intro article{
    height: 100%;
    line-height: 40px;
}
.intro a{
    text-decoration: none;
    color: #ff5a35;
}
