@charset "shift-jis";
/* CSS Document */

/* font size */
body {
  font-size:13px;
}

/* 1 column */
.layout-w #container-inner{
  width:770px;
}
.layout-w #alpha {
  width:770px;
}

/* 2 column */
.layout-wt #container-inner, .layout-tw #container-inner{
  width:800px;
}
.layout-wt #alpha, .layout-tw #alpha {
  width:580px;
}

.layout-wt #beta, .layout-tw #beta {
  width:220px;
}


/* 3 column */
.layout-wtt #container-inner, .layout-ttw #container-inner, .layout-twt #container-inner{
  width:940px;
}
.layout-wtt #alpha, .layout-ttw #alpha, .layout-twt #alpha{
  width:560px;
}

.layout-wtt #beta, .layout-ttw #beta, .layout-twt #beta{
  width:190px;
}

.layout-wtt #gamma, .layout-ttw #gamma,.layout-twt #gamma{
  width:190px;
}

/* header */
#header-content {
  margin: 30px 0 20px 20px;
}

#header-name {
  font-size: 2em;
  font-weight: bold;
}

#header-description {
  font-size:14px;
}

/* content */
#content {
  margin:20px 0 20px;
}

/* footer */
#footer-content {
  margin: 20px 0;
}