a {
  color: #3256B6;
}
a:visited {
  color: #3256B6;
}
a:hover, a:visited:hover {
  color: #e00;
  text-decoration: none;
}
body {
  background-color: #ffffff;
  padding: 0px;
  margin: 0px;
  text-align: center;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'MS Pゴシック',sans-serif;
  font-size: 90%;
}

h2 {
  margin-top: 40px;
}

img {border: 0;}

pre {
  background-color: #FFCCCC;
  padding: 5px;
  font-size: 90%;
  line-height: 120%;
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: pre-wrap;      /* CSS3 */
  word-wrap: break-word;      /* IE 5.5+ */
}

table {
  border-collapse: collapse;
}
td {
  border: 1px solid #666;
  padding: 4px;
}
th {
  border: 1px solid #666;
  padding: 4px;
  font-style: bold;
  background-color: #ccc;
}

.hidden {
  display: none;
}
.clear {
  clear: both;
}
#page {
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  text-align: left;
  width: 1024px;
}
#header {
  background-color: #990000;
  color: white;
  padding: 5px;
  text-align: left;
}
#site-title {
  color: white;
  font-size: 200%;
}
#site-title a, #site-title a:visited {
  color: white;
  text-decoration: none;
}
#site-title a:hover, #site-title a:hover {
  color: white;
  text-decoration: underline;
}
#main {
  background-color: white;
  padding: 0px;  
}

#content-wrapper {
  float: left;
  width: 560px;
  padding-left: 10px;
  padding-right: 5px;
  border-left: 1px dotted #a3a39c;
}

#content {
  line-height: 1.5em;
}

#content h1 {
  margin-top: 0;
  line-height: 1.2em;
}

#sidebar-wrapper {
  float: left;
  width: 180px;
  padding-left: 10px;
  padding-right: 0px;
}

#sidebar {
  font-size: 90%;
}
#sidebar h3 {
  font-size: 160%;
}
#sidebar p {
  line-height: 140%;
}
#sidebar ul {
  padding: 0;
  margin-top: 0;
  margin-left: 0;
}
#sidebar li {
  margin-left: 1em;
}


#sidebar2-wrapper {
  float: left;
  width: 234px;
  padding-left: 5px;
  padding-right: 5px;
}


#footer {
  color: #818cb0;
  float: left;
  font-size: 90%;
  padding-top: 1px;
  padding-bottom: 20px;
  width: 100%;
}

.feature {
//  clear: both;
  float: left;
  margin-bottom: 2em;
  width: 100%;
}
.feature img {
  border: 1px solid #000000;
  float: left;
  margin-right: 1em;
}
