@charset "euc-jp";
/*********************************************************************************************
 *                           JSUG Cascading Style Sheet Standard                             *
 *********************************************************************************************
 * [Change Log]                                                                              *
 *                                                                                           *
 *    Version     : 1.9                                                                      *
 *    Maintainer  : Ryo Nakano                                                               *
 *    Date        : 2004/01/22                                                               *
 *    Comments    : 全体のデザイン変更                                                       *
 *                                                                                           *
 *    Version     : 1.8                                                                      *
 *    Maintainer  : Ryo Nakano                                                               *
 *    Date        : 2003/12/16                                                               *
 *    Comments    : namazu css 取り込み                                                      *
 *                                                                                           *
 *    Version     : 1.7                                                                      *
 *    Maintainer  : Ryo Nakano                                                               *
 *    Date        : 2003/12/10                                                               *
 *    Comments    : ドキュメントリンク・注意 追加                                            *
 *                                                                                           *
 *    Version     : 1.6                                                                      *
 *    Maintainer  : Ryo Nakano                                                               *
 *    Date        : 2003/12/06                                                               *
 *    Comments    : 現在ページ・未リンク 文字色                                              *
 *                                                                                           *
 *    Version     : 1.5                                                                      *
 *    Maintainer  : Hiromi Murakami                                                          *
 *    Date        : 2003/12/05                                                               *
 *    Comments    : メニュー 部分のフォントサイズを変更（100% → 80%）                       *
 *                                                                                           *
 *    Version     : 1.4                                                                      *
 *    Maintainer  : Ryo Nakano                                                               *
 *    Date        : 2003/12/05                                                               *
 *    Comments    : ナビゲーション追加                                                       *
 *                                                                                           *
 *    Version     : 1.3                                                                      *
 *    Maintainer  : Yuta Hayakawa                                                            *
 *    Date        : 2003/12/05                                                               *
 *    Comments    : h1〜h2 タグ、table 関連タグ用定義追加                                    *
 *                                                                                           *
 *    Version     : 1.2                                                                      *
 *    Maintainer  : Yuta Hayakawa                                                            *
 *    Date        : 2003/12/02                                                               *
 *    Comments    : Copyright 部分のフォントサイズを変更（100% → 80%）                      *
 *                                                                                           *
 *    Version     : 1.1                                                                      *
 *    Maintainer  : Yuta Hayakawa                                                            *
 *    Date        : 2003/12/02                                                               *
 *    Comments    : 定義型リストタグ用定義を追加（左側マージン設定）                         *
 *                                                                                           *
 *    Version     : 1.0                                                                      *
 *    Maintainer  : Yuta Hayakawa                                                            *
 *    Date        : 2003/11/29                                                               *
 *    Comments    : Initial Release                                                          *
 *********************************************************************************************
 * Copyright (C) 2003 JSUG / All rights reserved.                                            *
 *********************************************************************************************/

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

/* hr タグ用定義 */
hr {
    clear               : both;                         /* 回り込み解除                     */
}

/* h1〜h2 タグ用定義 */
h1,h2 {
    font-weight         : bolder;                       /* 文字の太さ                       */
    font-size           : 160%;                         /* 文字の大きさ                     */
    font-style          : italic;                       /* イタリック指定                   */
    color               : gray;                         /* 文字の色                         */
    border-left         : #003399 10px solid;           /* 左側のボーダー                   */
    border-bottom       : #003399 2px solid;            /* 下側のボーダー                   */
}

/* h1 タグ先頭文字用定義 */
h1:first-letter {
    font-size           : 120%;                         /* 文字の大きさ                     */
    color               : black;                        /* 文字の色                         */
}

/* h2 タグ先頭文字用定義 */
h2:first-letter {
    font-size           : 120%;                         /* 文字の大きさ                     */
    color               : black;                        /* 文字の色                         */
}
/* table,tr タグ用定義 */
table,tr {
    border              : #000000 1px solid;            /* 枠線指定                         */
    background-image    : url("../images/menu-bg.gif"); /* 背景画像                         */
}

/* tr,th,td タグ用定義 */
tr,th,td {
    border              : #666666 1px solid;            /* 枠線指定                         */
    padding             : 3px ;                         /*余白（内側）指定                  */
}

/* 定義型リストタグ用定義 */
/* <dl>〜</dl>タグ内の<dd>タグ用*/
dl {
    margin-top          : 5px;                          /* 左側のマージン設定（左側に依存） */
    margin-bottom       : 5px;                          /* 下側のマージン設定（下側に依存） */
}
dl dd {
    margin-left         : 10px;                         /* 左側のマージン設定（左側に依存） */
}
ul li {
    margin-left         : 0px;                          /* 左側のマージン設定（左側に依存） */
}
/* リンク（<a>）タグ用定義 */
/* 通常時 */
a:link {
    color               : #003399;                      /* 文字色                           */
}

/* 訪問済み */
a:visited {
    color               : #003366;                      /* 文字色                           */
}

/* オンマウスカーソル */
a:hover {
    color               : #FF0000;                      /* 文字色                           */
}

/* <a>〜</a> タグ中の <img> タグ用 */
div a img {
    float               : right;                        /* 表示位置                         */
    border              : #ffffff thin none;            /* 枠線                             */
}

/* 項目分割用 */
.br_separate {
    clear               : both;                         /* 回り込み解除                     */
}

/* タイトル（ヘッダ）部分（左側） */
.title_left {
    float               : left;                         /* 表示位置                         */
    width               : 150px;                        /* 横幅指定                         */
}

/* タイトル（ヘッダ）部分（右側） */
.title_right {
    color               : #ffffff;                      /* 文字色                           */
    background-color    : #003399;                      /* 背景色                           */
    font-size           : 150%;                         /* 文字サイズ                       */
    font-weight         : bolder;                       /* 文字の太さ                       */
    margin-left         : 160px;                        /* 左側のマージン設定（左側に依存） */
    padding             : 18px 10px 18px 10px ;         /* 上下左右の余白（内側）指定       */
    border              : #999999 2px solid;            /* 枠線指定                         */
}

/* ボディ（本文）部分（左側） */
.body_left {
    float               : left;                         /* 表示位置                         */
    width               : 200px;                        /* 横幅指定                         */
}

/* ボディ（本文）部分（右側） */
.body_right {
    margin-left         : 215px;                        /* 左側のマージン設定（左側に依存） */
}

/* ボディ（本文）部分（全体） */
.body_oneset {
    border              : #003399 1px solid;            /* 枠線指定                         */
    background-image    : url("../images/menu-bg.gif"); /* 背景画像                         */
}

/* ボディ（本文）部分（メニュータイトル） */
.body_menu {
    font-weight         : bolder;                       /* 文字の太さ                       */
    text-align          : center;                       /* 文字表示位置（水平）             */
    vertical-align      : middle;                       /* 文字表示位置（垂直）             */
    color               : #ffffff;                      /* 文字色                           */
    background-color    : #003399;                      /* 背景色                           */
}

/* ボディ（本文）部分（メニュー本文） */
.body_content {
    padding             : 5px 10px 5px 10px ;           /* 上下左右の余白                   */
    font-size           : 90%;                          /* 文字サイズ                       */
}

/* ボディ（本文）部分（ニュースタイトル） */
.body_news_header {
    background-color    : #cccccc;                      /* 背景色                           */
    color               : #000000;                      /* 文字色                           */
    font-weight         : bold;                         /* 文字の太さ                       */
    padding             : 1% 1% 1% 1%;                  /* 上下左右の余白                   */
}

/* ボディ（本文）部分（ニュース本文） */
.body_news_body {
    padding             : 1% 1% 1% 1%;                  /* 上下左右の余白                   */
}

/* 著作権表示 */
.copyright {
    float               : left;                         /* 表示位置                         */
    clear               : both;                         /* 回り込み解除                     */
    font-size           : 80%;                          /* 文字サイズ                       */
    color               : #808080;                      /* 文字色                           */
    font-weight         : lighter;                      /* 文字の太さ                       */
}

/* ナビゲーション */
.navigation {
    float               : left;                         /* 表示位置                         */
    font-size           : 90%;                          /* 文字サイズ                       */
    border-bottom       : #999999 1px solid;            /* 下側のボーダー                   */
    border-top          : #999999 1px solid;            /* 上側のボーダー                   */
    padding             : 5px 0px 5px 0px ;             /* 上下左右の余白                   */
    width               : 100%;                         /* 横幅                             */
}

/* 現在ページ */
.current {
    color               : #ff0000;                      /* 文字色                           */
}

/* 未リンク */
.nolink {
    color               : #666699;                      /* 文字色                           */
    text-decoration     : line-through;                 /* テキスト装飾                     */
}

/* ドキュメントリンク */
.doclink {
    float               : right;                        /* 表示位置                         */
}

/* 注意 */
.caution {
    color               : #dd0000;                      /* 文字色                           */
    font-weight         : bold;                         /* 文字の太さ                       */
}

/* namazu */
strong.keyword { 
    color               : Red; 
}

/* namazu */
p.example { 
    text-indent         : 1em; 
    color               : Navy;
    font-weight         : bold;
    font-family         : monospace; 
}

/* namazu */
code{ 
    color               : Navy;
    font-family         : monospace;
}

/* namazu */
code.example {
    color               : Navy;
    font-weight         : bold;
    font-family         : monospace;
}

/* namazu */
code.operator { 
    color               : Navy;
    font-family         : monospace; 
    font-weight         : bold; 
}