/* 背景関係の設定（bodyタグに設定） */

body {background-position:center; background-image:url('../image/wall.gif');
      background-color:rgb(220,220,220); background-attachment:fixed; margin:0px;
      background-repeat:repeat-y; text-align:center;}


/* センタリング（Firefox用） */

#container {margin:0 auto; width:720px;}


/* テキストリンク装飾 */

a.linkdec:link    {color:#2222aa;}
a.linkdec:visited {color:#2222aa;}
a.linkdec:active  {color:#2222aa;}
a.linkdec:hover   {color:#6666dd;}


/* テキスト関係 */

.six  {font-size:16px;}
.five {font-size:15px;}
.text_color {color:#555555;}


/* インラインフレームの大きさと枠線の設定 */

iframe.Small {width:250px; height:200px; border:solid 1px #aa8888; }
iframe.Large {width:700px; height:450px; border:solid 1px #aa8888; }


/* 高さ指定の改行用 */

.label {padding:0px; margin:0px;}


/* メニューの色とかメニューのリンクの設定 */

.link_menu:link    {text-decoration:none; color:#888888;}
.link_menu:visited {text-decoration:none; color:#888888;}
.link_menu:active  {text-decoration:none; color:#888888;}

.box_menu {background-color:#ffffff; border:dashed 1px #888888;
           width:170px; height:17px; margin:1px; padding:3px;}

.link1:hover {text-decoration:none; color:#ff0000;}
.link2:hover {text-decoration:none; color:#00aa00;}
.link3:hover {text-decoration:none; color:#aaaa00;}
.link4:hover {text-decoration:none; color:#8800dd;}
.link5:hover {text-decoration:none; color:#00cc77;}
.link6:hover {text-decoration:none; color:#0000ff;}
.link7:hover {text-decoration:none; color:#dd0088;}
.link8:hover {text-decoration:none; color:#0077cc;}

.box1 {width:170px; height:17px; margin:1px; padding:3px;
       background-color:#fffafa; border:dashed 1px #ff0000;}
.box2 {width:170px; height:17px; margin:1px; padding:3px;
       background-color:#fafffa; border:dashed 1px #00dd00;}
.box3 {width:170px; height:17px; margin:1px; padding:3px;
       background-color:#fffff0; border:dashed 1px #dddd00;}
.box4 {width:170px; height:17px; margin:1px; padding:3px;
       background-color:#fcf6ff; border:dashed 1px #8800dd;}
.box5 {width:170px; height:17px; margin:1px; padding:3px;
       background-color:#f6fffc; border:dashed 1px #00dd88;}
.box6 {width:170px; height:17px; margin:1px; padding:3px;
       background-color:#fafaff; border:dashed 1px #0000ff;}
.box7 {width:170px; height:17px; margin:1px; padding:3px;
       background-color:#fff6fc; border:dashed 1px #dd0088;}
.box8 {width:170px; height:17px; margin:1px; padding:3px;
       background-color:#f6fcff; border:dashed 1px #0088dd;}

.page1 {text-decoration:none; color:#ff0000;
        width:170px; height:17px; margin:1px;
        padding:3px; background-color:#fffafa;
        border:dashed 1px #ff0000;}

.page2 {text-decoration:none; color:#00aa00;
        width:170px; height:17px; margin:1px;
        padding:3px; background-color:#fafffa;
        border:dashed 1px #00dd00;}

.page3 {text-decoration:none; color:#aaaa00;
        width:170px; height:17px; margin:1px;
        padding:3px; background-color:#fffff0;
        border:dashed 1px #dddd00;}

.page4 {text-decoration:none; color:#8800dd;
        width:170px; height:17px; margin:1px;
        padding:3px; background-color:#fcf6ff;
        border:dashed 1px #8800dd;}

.page5 {text-decoration:none; color:#00cc77;
        padding:3px; background-color:#f6fffc;
        border:dashed 1px #00dd88;}

.page6 {text-decoration:none; color:#0000ff;
        width:170px; height:17px; margin:1px;
        padding:3px; background-color:#fafaff;
        border:dashed 1px #0000ff;}

.page7 {text-decoration:none; color:#dd0088;
        width:170px; height:17px; margin:1px;
        padding:3px; background-color:#fff6fc;
        border:dashed 1px #dd0088;}

.page8 {text-decoration:none; color:#0077cc;
        width:170px; height:17px; margin:1px;
        padding:3px; background-color:#f6fcff;
        border:dashed 1px #0088dd;}
