@charset "Shift_JIS";

/* ---------------------------------------------------
[全体構造]
body
|
|--#wrapper               w:690
|    |
|    |-- #unav            w:690,h:18
|    |
|    |-- #header          w:690,h:60
|    |
|    |-- #mainimage       w:690,h:200
|    |
|    |-- #nav            w:690,h:27
|    |
|    |-- #cw             *印刷崩れを防止(削除不可)
|    |    |
|    |    |-- #c         *主要コンテンツ
|    |
|    |-- #footer

[カラースキーム]
#3755A3 ブルー(濃)
---------------------------------------------------- */


/* 基本スタイル
---------------------------------------------------- */
* {
    padding: 0;
    margin: 0; }

body {
    color: black;
    background: white;
    font-size: 12px;
    text-align: center;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; }

img {
    border: none;
    vertical-align: bottom; }

a img {
    border: none; }

/* ラッパー
---------------------------------------------------- */
#wrapper {
    width:690px;
    margin: 15px auto;
    text-align: left;
    border: 1px solid #666666;
}

/* 上部ナビゲーション
---------------------------------------------------- */
/* 文字サイズ */
div#fontSize {
    float: right;
    height: 20px;
    margin-top: 10px;
}
#fontSize ul {
    list-style: none;
}
#fontSize li {
    float: left;
    margin-right: 10px;
	cursor: pointer;
}
/* ナビゲーション
---------------------------------------------------- */
#nav {
    width: 690px; }

#nav ul {
    color: #000000;
    background: #B9121B;
    list-style: none; }

#nav li {
    float: left;
    width: 115px; }
#nav li a {
    display: block;
    margin: 5px 0;
    color: white;
    text-align: center; }

/* content
---------------------------------------------------- */
div#content {
    clear: both;
    width: 690px; }

#content p {
    margin: 12px 55px;
    line-height: 150%; }

/* Clearfix
---------------------------------------------------- */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-table;
min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
