@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: 200;
  color: #333;
  vertical-align: baseline;
  background: #fff;
}
a,
a:visited {
  color: #09c;
  text-decoration: none;
}
a:active,
a:hover {
  background: #cff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
a img,
a:link img,
a:visited img {
  border: none
}

h1 {
  font-size: 34px;
  font-weight: 100;
}

h2, h3, h4 {
  font-size: 140%;
  font-weight: 200;
  border-bottom: 5px #FF4500 solid;
  padding-bottom: 5px;
}

span{
   margin-left:20px;
   font-size:70%;
   color: #ccc;
   position: relative;
   top: -5px;
}

.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: 880px;
  padding: 20px 0;
  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: 10px;
}
#footer .footnote {
  font-size: 80%;
  color: #666;
}

/* page */
#page {
  margin: 0;
  padding: 20px 0;
}
#page .annotation {
  font-size: 80%;
  color: #ddd;
  font-weight: lighter;
}
#page p {
  margin: 20px 0;
}
#page ol {
  margin-left: 0;
  list-style: decimal;
}
#page ul {
  margin-left: 0;
  list-style: square;
}

#top_box {
	width: 880px;
	clear: both;
	margin-bottom: 20px;
}

#top_facebook_box {
  float: left;
  margin-left: 10px;
  width: 420px;
}

#top_twitter_box {
  float: right;
  margin-right: 10px;
  width: 440px;
}

