@charset "utf-8";
/* $Id: style.css,v 1.3 2008/12/11 0829 Exp $ */

/**
 * --------------------------------------------------
 * Theme common style settings.
 * このテーマ共通のスタイル設定です。
 * --------------------------------------------------
 */

@import "css/base.css";
@import "css/layout.css";
@import "css/module.css";
@import "css/navi.css";
@import "css/block.css";

/**
 * Header （ヘッダ）
 * --------------------------------------------------
 */

img#logo {
  margin-right: 10px;
}

h1#site-name,
div#site-slogan {
  display: inline;
  line-height: 1;
  margin: 0;
  margin-right: 10px;
  padding: 0;
}

h1#site-name a {
  font-size: 180%;
  text-decoration: none;
}

div#site-slogan {
  font-size: 107%;
}

/**
 * Main （メイン）
 * --------------------------------------------------
 */

div#mission {
  margin-bottom: 2em;
}

div.node-box {
  margin-bottom: 1em;
}

div.node {
  margin-bottom: 2em;
}

div.teaser {
  padding: 1em 0;
}

div.node-body table {
  width: 100%;
}

div.node-body,
div.node div.box-body {
  margin: 1.5em 0;
}

ul.links li {
  margin: 0;
  padding: 0;
}

div.meta span.date,
ul.links li {
  margin-right: 5px;
}

div.comment {
  margin-bottom: 1em;
  padding: 1em 0;
}

/**
 * Footer （フッタ）
 * --------------------------------------------------
 */

div#footer-message {
  text-align: center;
}

div#theme-info {
  font-size: 85%;
  text-align: right;
}

div#theme-info,
div#theme-info a {
  color: #aaa;
}
