@charset "UTF-8";

/* -------------------------------------------------------------------
■TNVN framework.css
since 2008/08/14 Made by TNVN
------------------------------------------------------------------- */

/*  ─────────────────────────────────
■ 共通
─────────────────────────────────  */
* {
    margin               : 0;
    padding              : 0;
}

body {
    font-family          : "arial", "helvetica", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
    text-align           : center;
}

div#container {
    text-align           : left;
}

div#contents {
    margin               : .5em 0 0 0;
}

div#container, div#footer {
    width                : 780px;
    position             : relative;
}

img {
    border-style         : none;
}

/* -------------------------------------------------------------------
sticky footer
-------------------------------------------------------------------- */
html, body {
    height               : 100%;
}

div#container {
    min-height           : 100%;
    height               : auto !important;
    height               : 100%;
    margin               : 0 auto -3em;
}

.push, div#footer {
    clear                : both;
    height               : 3em;
}

/* -------------------------------------------------------------------
Mac IE テキストエリア文字化け対策
-------------------------------------------------------------------- */
select,input,textarea {
    font-family          : "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

textarea {
    font-size            : 100%;
}

/* ─────────────────────────────────
■ ヘッダ
────────────────────────────────── */
div#header {
    height               : 100px;
}

div#header div#description {
    letter-spacing       : 0.05em;
    font-size            : 0.7em;
}

/* -------------------------------------------------------------------
■ グローバルナビ
------------------------------------------------------------------- */
div#navi {
    position             : absolute;
    top                  : 110px;
    left                 : 0;
    height               : 1.5em;
    padding              : 0;
    margin               : 0; /* need for IE Mac */
    text-align           : left; /* need for IE Mac */
    white-space          : nowrap; /* for Opera */
    width                : 780px;
}

/* -------------------------------------------------------------------
■ 検索
------------------------------------------------------------------- */
div#search-box {
    visibility           : hidden;
    position             : absolute;
    top                  : 3em;
    right                : 10px;
    text-align           : right; /* need for IE Mac */
    white-space          : nowrap; /* for Opera */
}

/* -------------------------------------------------------------------
■ 言語切り替え
------------------------------------------------------------------- */
div#lang {
    position             : absolute;
    top                  : 1.5em;
    right                : 10px;
    text-align           : right; /* need for IE Mac */
    white-space          : nowrap; /* for Opera */
}

/* ──────────────────────────────────
■ コンテンツ
────────────────────────────────── */
div#contents div.pad {
    margin               : 20px;
}

/* --------------------------------------------------------------------
■ メイン（トップページのみ）
-------------------------------------------------------------------- */
div#main {
    width                : 550px;
    float                : right;
    line-height          : 1.5em;
    letter-spacing       : 0.05em;
}

div#main div.pad {
    margin               : 20px;
}

/* --------------------------------------------------------------------
■ サブコンテンツ（トップページのみ）
-------------------------------------------------------------------- */
div#sub-contents {
    width                : 220px;
    float                : left;
    line-height          : 140%;
}

div#sub-contents div.pad {
    margin               : 1em 10px;
}

/*  ─────────────────────────────────
■ フッタ
─────────────────────────────────  */
div#footer {
    margin               : 0 auto;
}

div#sub-navi, 
div#copyright {
    width                : 100%;
    font-size            : 0.8em;
    font-style           : normal;
}

div#sub-navi ul {
    margin               : 0x;
    padding              : 5px 3px 5px 3px;
}

body#bbs div#sub-navi ul {
    margin               : 0;
}

div#sub-navi li {
    display              : inline;
    padding              : 0 .5em;
}