@charset 'UTF-8';
/** ************************************************************
    SYSTEM   : 開業支援楽々ホームページ
    TITLE    : サイト共通スタイルシートの定義
    SHEET    : style.css
    VERSION  : Ver1.3.3
    LANGUAGE : CSS level2
    CODESET  : UTF-8
    EXPLAIN  : サイト共通の色や形状を定義する。
    AUTHOR   : yap
    CREATED  : 2009/01/10  //as Ver1.2.1
    UPDATED  : 2011/07/24  //as Ver1.3.3
    CREDIT   : Copyright 2010 studio yap (http://yap.jp)
***************************************************************/

/***************************************************************
    ページ全体の定義
***************************************************************/

/* 文字色・フォントの定義 */
body, table, input, button, textarea, select {
    margin: 0px;
    padding: 0px;
    color: #000000;
    font-size: 10pt;
    font-family: 'Meiryo UI', 'MS UI Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS P Gothic', 'Verdana';
    line-height: 1.4em;
}

/* 背景色の定義 */
body {
    background-color: #FFFFFF;
}

/* スクロールバーの定義 */
html {
    scrollbar-face-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #5C67E5;
    scrollbar-shadow-color: #5C67E5;
    scrollbar-highlight-color: #5C67E5;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
}

/* 画像の定義 */
img {
    border: none;
}

/* テーブルの定義 */
table {
    font-size: 100%;
}

/* フォームの定義 */
form {
    margin: 0px;
    padding: 0px;
}

/* 強調文字の定義 */
em {
    color: #FF4C79;
    font-style: normal;
}

/* リンクの定義 */
a {
    color: #0000CC;
    text-decoration: none;
    outline: none;
}

/* リンク選択の定義 */
a:hover {
    color: #CC0000;
}

/***************************************************************
    ヘッダ部の定義
***************************************************************/

/* ページ部の定義 */
#page {
    margin: 8px auto 0px;
    width: 952px;
}

/* ヘッダ部の定義 */
#head {
    float: left;
}

/* ロゴ部の定義 */
#logo {
    float: left;
    height: 128px;
}

/* ロゴ部画像の定義 */
#logomark {
    float: left;
    width: 144px;
}

/* 管理者部の定義 */
#admin {
    float: left;
    width: 512px;
}

/* 管理者部見出し１の定義 */
#admin h1 {
    margin: 8px 0px 0px;
    height: 32px;
    color: #29991F;
    font-size: 15pt;
    font-weight: normal;
}

/* 管理者部見出し２／３の定義 */
#admin h2, #admin h3 {
    margin: 0px;
    height: 40px;
    font-size: 9pt;
    font-weight: normal;
}

/* 管理者部見出し３の定義 */
#admin h3 {
    margin-top: 24px;
}

/* トレース部の定義 */
#trace {
    padding-right: 16px;
    width: 496px;
    height: 24px;
    color: #5C67E5;
    text-align: right;
}

/* トレース部リスト項目の定義 */
#trace a {
    padding: 0px 8px;
}

/* 連絡先部の定義 */
#contact {
    float: left;
    margin-top: 76px;
    width: 256px;
    height: 52px;
    text-align: right;
}

/* インフォメーション部の定義 */
#inform {
    clear: both;
    margin-bottom: 8px;
    width: 952px;
    height: 216px;
    background: url('../images/head.gif') no-repeat;
}

/* インフォメーション部文字の定義 */
#inform h2, #inform h3 {
    margin: 0px;
    font-size: 9pt;
    text-indent: -9999px;
}

/* ナビ部の定義 */
#navi {
    clear: both;
    margin: 0px 0px 16px;
    padding: 0px 8px;
    width: 936px;
    height: 28px;
    list-style-type: none;
    background: url('../images/navi.gif') no-repeat;
}

/* ナビ部リスト項目の定義 */
#navi li {
    float: left;
    padding: 4px 8px 0px;
    color: #FFFFFF;
    font-weight: bold;
}

/* ナビ部リスト項目リンクの定義 */
#navi li a {
    color: #FFFFFF;
}

/* ナビ部リスト項目リンク選択の定義 */
#navi li a:hover {
    color: #FFFF00;
}

/***************************************************************
    ボディ部の定義
***************************************************************/

/* ボディ部の定義 */
#body {
    float: left;
    display: inline; /* IE6用 */
}

/* コンテンツ部の定義 */
#cont {
    margin: 0px 96px;
    padding: 8px 16px;
    width: 728px;
    border: solid 1px #5C67E5;
    background-color: #FFFFFF;
}

/* コンテンツ部タイトルの定義 */
#cont .title {
    clear: both;
    margin: 0px auto 16px;
    width: 480px;
    height: 40px;
    background: url('../images/title.gif') no-repeat;
}

/* コンテンツ部タイトル文字の定義 */
#cont .title h2 {
    margin: 0px;
    padding: 12px 0px 0px;
    color: #FFFFFF;
    font-size: larger;
    text-align: center;
}

/* コンテンツ部概要の定義 */
#cont .summ {
    padding: 0px 0px 16px 0px;
}

/* コンテンツ部見出しの定義 */
#cont .capt {
    clear: both;
    margin-bottom: 8px;
    height: 23px;
    border-left: solid 8px #FF7F00;
    border-bottom: solid 1px #FF7F00;
}

/* コンテンツ部見出し文字の定義 */
#cont .capt h3 {
    margin: 0px;
    padding: 4px 8px 0px;
    font-weight: normal;
    line-height: 18px;
}

/* コンテンツ部説明の定義 */
#cont .expl {
    padding: 0px 0px 8px 16px;
}

/* コンテンツ部アタッチの定義 */
#cont .attach {
    float: right;
    margin: 0px 0px 8px 16px;
}

/* ギャラリー部の定義 */
#cont .gallery .attach {
    width: 576px;
}

/* ギャラリー部の定義 */
#cont .gallery .atts {
    float: left;
    width: 136px;
    display: inline; /* IE6用 */
}

/* コンテンツ部ページトップへの定義 */
#cont .ptop {
    clear: both;
    margin-left: auto;
    margin-bottom: 8px;
    text-align: right;
    background: url('../images/ptop.gif') no-repeat top right;
}

/* コンテンツ部ページトップへの定義 */
#cont .ptop a {
    margin-left: auto;
    width: 100px;
    height: 16px;
    display: block;
}

/* バナー部の定義 */
#banner {
    clear: both;
    margin: 0px;
    padding: 8px 16px 0px;
    list-style: none;
}

/* バナー部リスト項目の定義 */
#banner li {
    padding-right: 8px;
    display: inline;
}

/* ソーシャルメディアボタン部の定義  */
#smb {
    margin: 12px 16px 0px;
}

/***************************************************************
    フッタ部の定義
***************************************************************/

/* フッタ部の定義 */
#foot {
    clear: both;
    margin: 0px auto;
    width: 952px;
}

/* リンク部の定義 */
#link {
    float: left;
    margin: 0px;
    padding: 8px;
    width: 936px;
    list-style-type: none;
}

/* リンク部リスト項目の定義 */
#link li {
    float: left;
    padding: 0px 8px;
    color: #5C67E5;
}

/* 著作権表記部の定義 */
#copy {
    clear: both;
    padding-top: 6px;
    height: 26px;
    color: #5C67E5;
    text-align: center;
    background-color: #DBEBFF;
}

/***************************************************************
    フォームクラスの定義
***************************************************************/

/* エラー部の定義 */
.err {
    margin-bottom: 12px;
    padding: 8px;
    color: #FF0000;
    border: solid 1px #5C67E5;
    background-color: #F2F9FF;
}

/* プロンプト部の定義 */
.prompt {
}

/* 表の定義 */
table.list {
    margin: 0px auto 8px;
    width: 560px;
    border-collapse: collapse;
}

/* 表見出しの定義 */
th.list {
    padding: 4px;
    font-weight: normal;
    border: solid 1px #5C67E5;
    background-color: #D9ECFF;
}

/* 表明細の定義 */
td.list {
    padding: 4px;
    border: solid 1px #5C67E5;
}

/* 入力枠の定義 */
.input {
    padding: 2px;
    border: solid 1px #5C67E5;
    background-color: #F2F9FF;
}

/* テキスト入力の定義 */
.form {
    padding: 2px;
    border: solid 1px #FF7F00;
}

/* セレクト入力の定義 */
select.form {
    padding: 1px;
}

/* ボックス入力の定義 */
.box {
    padding: 2px 0px 2px 2px;
    border: solid 1px #FF7F00;
}

/* オプション部の定義 */
.opt {
    text-align: center;
}

/* ボタン部の定義 */
.btnarea {
    margin: 12px 0px;
    text-align: center;
}

/* 前進ボタンの定義 */
.btn_fwd {
    margin: 0px 8px;
    padding: 0px 16px;
    height: 32px;
    cursor: pointer;
    outline: none;
    border: solid 1px #995C5C;
    background-color: #FFCCCC;
}

/* 後退ボタンの定義 */
.btn_rew {
    margin: 0px 8px;
    padding: 0px 16px;
    height: 32px;
    cursor: pointer;
    outline: none;
    border: solid 1px #999999;
    background-color: #E5E5E5;
}

/* 注釈部の定義 */
.notes {
    margin: 16px 8px 0px;
}

/* 謝辞部の定義 */
.thanx {
    text-align: center;
}

/***************************************************************
    その他クラスの定義
***************************************************************/

/* 左寄せの定義 */
.left {
    text-align: left;
}

/* 中央寄せの定義 */
.center {
    text-align: center;
}

/* 右寄せの定義 */
.right {
    text-align: right;
}

/* 大きめの文字 */
.large {
    font-size: larger;
}

/* 小さめの文字 */
.small {
    font-size: smaller;
}

/* 段組みクリアの定義 */
.clear {
    clear: both;
}

