@charset "utf-8";

/* layout */

body {
	background-color: #000000;
}


div#siteMain {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

/* id, class, specific styles */


div#siteHeader ul#siteNav li {
  display: inline;
  float: left;
  width: auto;
  height: auto;
  margin-right: 2em;
  color: #0066cc;
  font-family: "ＭＳ ゴシック", "Osaka－等幅";
  font-size: 1.8em;
  font-weight: normal;
}

div#siteAbout h2 {
  margin-top: 2em;
  color: #666666;
  font-size: 1.2em;
}
div#siteAbout p {
  color: #999999;
  font-size: 1.2em;
}

div#siteMain h2 {
  margin: 2em 0 1.5em;
  color: #0066cc;
}
div#siteMain li.phBox {
  position: relative;
  float: left;
  width:410px;
  height: 280px;
  margin-right: 10px;
  padding: 10px 10px 10px 10px;
  background-image: url(../images/phboxBg.gif);
  background-repeat: no-repeat;
  background-position: top left;
  line-height: 1em;
  color: #333333;
}
div#siteMain li h3 {
  margin-top: 14px;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  margin: 15px;
  color: #CCCCCC;
  font-family: "ＭＳ ゴシック", "Osaka－等幅";
}


