@charset "utf-8";

@import url(reset.css);

body {
	color: #333333;
  font-size: 62.5%;
  font-family: 'Lucida Grande','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	border-top: 5px solid #636a7e;
	background-color: #fcfcfc;
	min-width: 64em;
}
html > body {
  font-size: 10px;
}
body > *:not(#footer) {
  width: 60em;
  margin: 0 auto;
}
*html body {
  text-align: center;
}
*html #header, *html #article {
  width: 60em;
  margin: 0 auto;
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, sans-serif;
}
p {
  font-size: 1.4em;
  line-height: 1.8;
  margin-bottom: 1em;
}
em {
  font-style: normal;
}
ul, ol {
  font-size: 1.4em;
}
li {
  margin-bottom: 1em;
}
#header {
  text-align: right;
}
#header h1 {
  display: inline-block;
  font-size: 4.2em;
  line-height: 64px;
  margin: .5em 0 1em;
  padding-left: 70px;
  background: url(../images/home_logo.png) center left no-repeat;
}
.section h2 {
  color: #636a7e;
  font-size: 2.4em;
  margin: 1em 0 .5em;
}
#docs-index {
  color: #ccc;
  list-style-type: disc;
  margin-left: 1em;
  padding-left: 1.5em;
}
a:link {
	color: #333333;
	text-decoration:underline;
}
.twocolumns {
  border: 1px solid #bcbcbe;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #ebeced;
  margin: 50px 0;
  padding: 20px;
  overflow: hidden;
  _zoom: 1;
}
.twocolumns .column {
  float: left;
  width: 50%;
  text-shadow: 0 1px 0 white;
}
.column h2 {
  color: #636a7e;
  font-size: 1.6em;
  margin-bottom: 1em;
}
.column li:last-child {
  margin-bottom: 0;
}
#footer {
  clear: both;
  padding: 10px;
  border-top: 1px solid #636a7e;
  text-align: center;
}
#footer p {
  display: inline-block;
  font-size: 1.2em;
  font-style: normal;
}
