@charset 'UTF-8';

/*
 * commons
 */
* {
}
html, body{
  border: 0;
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  font-size: 14px;
  font-family: "Helvetica Neue", "Lucida Grande", Arial, Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, sans-serif;
  font-weight: lighter;
  background: #fff;
  color: #333;
  vertical-align: baseline;
  background: #E8E3D5 url(/page_attachments/0000/0001/body-bg.png) repeat-x;
}
a,
a:visited {
  color: #666;
}
a:active,
a:hover {
  color: #000;
}
a img,
a:link img,
a:visited img {
  border: none
}
h1, h2, h3, h4 {
  font-size: 140%;
  font-weight: normal;
}
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix {display: inline-table;}
/* \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* */

/*
 * layout
 */
#wrapper {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -100px auto;
  width: 880px;
}

/* footer */
#footer {
  position: relative;
  height: 60px;
  margin: 0 auto;
  width: 720px;
  padding: 20px 80px;
  overflow: hidden;
}
#footer-push {
  clear: both;
  height: 100px;
}
#footer ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
#footer ul li {
  display: inline;
  margin-right: 6px;
}
#footer .footnote {
  font-size: 80%;
  color: #666;
}

/* header */
#header {
  position: relative;
  padding: 0;
  overflow: hidden;
  height: 140px;
}
#header h1 {
  position: absolute;
  font-size: 260%;
  left: 20px;
  top: 30px;
  margin: 0; 
  color: #000;
  height: 80px;
  width: 300px;
  background: url(/page_attachments/0000/0005/header-h1.png) no-repeat;
  _background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='/page_attachments/0000/0005/header-h1.png', sizingMethod='crop');
}
#header h1 span {
  display: none;
}

/* selectbar */
.selectbar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.selectbar ul li {
  display: inline;
}
.selectbar ul li a {
  float: left;
  width: 100px;
  height: 30px;
  padding: 5px 10px;
  margin: 0;
  overflow: hidden;
  color: #ccc;
  font-size: 80%;
  text-align: left;
  text-decoration: none;
  border-left: 1px solid #ddd;
}
.selectbar ul li.last a {
  border-right: 1px solid #ddd;
}
.selectbar ul li a strong {
  display: block;
  color: #999;
  text-shadow: #fff 0 1px 1px;
  font-weight: bold;
  font-size: 120%;
}
.selectbar ul li a:hover,
.selectbar ul li a:hover strong,
.selectbar ul li a.selected strong {
  color: #000;
}
#navibar {
  position: absolute;
  right: 40px;
  top: 80px;
}
#langbar {
  position: absolute;
  right: 40px;
  top: 0;
}
#langbar ul li a {
  width: 60px;
  height: 28px;
  border: none !important;
}
#langbar ul li a strong {
  font-size: 100%;
  text-shadow: none;
}
#langbar ul li a.selected {
  background: #eee;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
}

/* page */
#page {
  float: left;
  position: relative;
  width: 680px;
  margin-right: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}
#page h1, h2, h3, h4 {
  color: #666;
}
#page .annotation {
  font-size: 80%;
  color: #ddd;
  font-weight: lighter;
}
#page p {
  margin: 0 0;
}
#page ol {
  margin-left: 0;
  list-style: decimal;
}
#page ul {
  margin-left: 0;
  list-style: square;
}
#primary {
  position: relative;
  height: 30px;
  width: 600px;
  border-bottom: 1px solid #ddd;
  background: #333;
  top: 0px;
  padding: 10px 40px;
}
#primary h1 {
  text-shadow: #000 0 -1px 1px;
  color: #fff;
  margin: 4px 0;
  padding: 0;
}
#secondary {
  padding: 20px 40px 20px 200px;
  line-height: 180%;
}
#secondary h1 {
  font-size: 120%;
  margin-left: -160px;
}
#secondary .headlines {
  font-size: 220%;
  color: #222;
  line-height: 120%;
  margin: 10px 0 40px -160px;
}
#secondary .images {
  float: left;
  margin-left: -160px;
  margin-bottom: 20px;
}
#secondary .images ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#secondary .images ul li {
  margin: 5px 0;
  padding: 0;
}
#secondary .images img {
  border: 1px solid #ddd;
  padding: 3px;
  background: #fff;
  margin: 1px;
}
#secondary .images a:hover img {
  border: 1px solid #666;
}

#page,
#primary,
#secondary {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
}
#page,
#secondary {
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
}

/* sidebar */
#sidebar {
  float: right;
  width: 180px;
  font-size: 95%;
}
#sidebar h2 {
  font-size: 120%;
  text-shadow: #fff 0 1px 1px;
  margin: 40px 0 4px 0;
}
#sidebar ul {
  margin-left: 0;
  padding-left: 20px;
  list-style: square;
}
#sidebar ul li {
  margin: 4px 0;
}
