@charset 'utf-8';

body {
  margin: 0;
  padding: 0;
  font-family:arial, tahoma, Helvetica, Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Geneva;
  font-size:14px;
  line-height: 140%;
  text-align: left;
  color:#3f3f3f;
}

img{
  display:block;
  border:none;
  vertical-align: middle;
}

object {
  text-align: center;
}

.acenter {text-align: center;}
.dcenter {margin: 0 auto;}
.aright {text-align: right;}
.inline {display: inline;}
.small {font-size: x-small;}

a {color: #4f74f5; text-decoration: none;}
a:hover {color: #4f74f5; text-decoration: underline;}

/* Layout
 ----------------------------------- */

div#frame{
  text-align: center;
}
div#container{
  background: url(../images/body_bg.png) left 80px repeat-x; 
}

div#container div {
  text-align: left;
}
/* Main 
 ----------------------------------- */

#header {
  background: #ff7c00 url(../images/header_bg.png) repeat-x;
  height: 80px;
  padding: 0;
  margin: 0;
  text-align: center;
}

#header-inner {
  text-align: left;
  max-width: 800px;
  height: 80px;
  margin: 0 auto;
  position: relative;
}

#header h1 {
  padding: 0;
  margin: 0;
  line-height: 100%;
  height: 80px;
  float:left;
  width: 200px;
}

#header h1 a {
  display: block;
  height: 80px;
}

#header ul.global-menu{
  height: 80px;
  float:left;
  text-align: left;
  margin: 0;
  padding: 0;
}

#header ul.global-menu li {
  display: inline;
  height: 80px;
  list-style: none;
}

#header ul.global-menu li a {
  font-weight: bold;
  float:left;
  font-size: 14px;
  display: block;
  padding: 35px 20px 0;
  height: 45px;
  text-decoration: none;
  color: #f0f0f0;
}

#header ul.global-menu li a:hover {
  background: #ff7c00 url(../images/header_bg_on.png) repeat-x;
  color: #fff;
}

/* main 
 ----------------------------------- */
#main {
  clear:both;
  /*
  */
  width: 800px;
  height: 400px;
  margin: 50px auto 0;
}

.main-top {
  background: url(../images/mockingbird.png) no-repeat;
}


#main #section {
  padding-top: 140px;
  padding-left: 400px;
}

#main #section2 {
  padding: 0 20px;
}

#main #section2 div.center {
  text-align: center;
}

/* Footer
 ----------------------------------- */
#footer {
  font-size: 14px;
  width: 800px;
  margin: 50px auto 0;
  border-top: solid 2px #ccc;
}

#footer p {
  text-align: center;

}
