@charset "Shift_Jis";


/* Based on a free template from net.her.jp. */


/***** ページの設定 ******/
body{                                                               /* ページ全体の設定 */
   background-image:url(img/lips_back_1_black.gif);                               /* 背景画像の設定 */
   background-color:#000000;				
   background-repeat:no-repeat;                                     /* 背景画像を繰り返さない */
   background-position:0 0;                                         /* 背景画像の位置 */
   background-attachment: fixed;                                    /* 背景画像をスクロールさせない */
   color: #FFFF99;                                                      /* 文字色 */
   font-family:Verdana,Chicago,osaka,"ＭＳ Ｐゴシック",sans-serif;  /* 文字の指定 */
   font-size:74%;                                                   /* 文字サイズ */
   line-height:150%;                                                /* 行間の設定 */
   }

p{margin:3px 0 20px;}    /* p要素の設定 */

/* 標準のリンク */
A:link {
  color:#00CCCC; /* リンクの色 */
  text-decoration: none; /* 文字装飾 */
}
/* 訪問済みリンク */
A:visited {   
color: #00CCCC; /* リンクの色 */
  text-decoration: none; /* 文字装飾 */
   }
/* 現在開いているリンク */
A:active { 
  color: #00CCCC; /* リンクの色 */
  text-decoration: none; /* 文字装飾 */ }
/* マウスカーソルが上に来た時のリンク */
A:hover {
  border-top:dotted 2px #ff6600 ; /* 上線 */
  border-bottom:dotted 2px #ff6600 ; /* 下線 */
  text-decoration: none; /* 文字装飾 */
}

/***** h要素に関する設定 ******/
h1{                                /* h1に関する設定 */
   font-size:110%;                 /* 文字サイズ */
   color:#FFFF99;                     /* 文字色 */
   margin-left:-27%;               /* 左マージン */
   padding:0 0 10px 1%;            /* パディング */
   border-bottom:solid 1px #333;   /* 下罫線 */
   text-align:left;                /* 文字を左寄せ */
   }

h2{                                /* h2に関する設定 */
   font-size:100%;                 /* 文字サイズ */
   color:#900;                     /* 文字色 */
   margin-left:-7%;                /* 左マージン */
   padding:0 0 10px 1%;            /* パディング */
   border-bottom:solid 1px #333;   /* 下罫線 */
}

h3{                                /* h3に関する設定 */
   font-size:100%;                 /* 文字サイズ */
   color:#900;                     /* 文字色 */
   margin-left:-5%;                /* 左マージン */
   padding:0 0 4px 5%;            /* パディング */
   border-bottom:solid 0px #333;   /* 下罫線 */
}

/***** その他の設定 ******/
#content{                /* ページ設定 */
   margin:5% 3% 0 30%;   /* マージン */
   padding-bottom:5%;    /* パディング */
   }

#modori{                        /* 戻りのリンク */
   margin-left:-27%;            /* 左マージン */
   padding:10px 1% 0 0;         /* パディング */
   border-top:solid 1px #333;   /* 上罫線 */
   text-align:right;            /* 文字を右寄せ */
   }



/***** indexページの設定 *****/
#index #content{        /* index */
   text-align:right;   /* 文字を右寄せ */
   }

#index ul{             /* indexメニューに関する設定01 */
   list-style:none;    /* リストタイプ */
   margin:0 0 0 -7%;   /* マージン */
   padding:0;          /* パディング */
   }

#index li{                         /* indexメニューに関する設定02 */
   margin-bottom:10px;             /* 下マージン */
   padding:0 0 10px 1%;            /* パディング */
   border-bottom:solid 1px #333;   /* 下罫線 */
   text-align:left;                /* 文字を左寄せ */
   font-weight:bold;               /* 文字を太くする */
}

#index li a:link   {color:#900;}                  /* indexメニューリンク色 */
#index li a:visited{color:#900;}                  /* indexメニュー既読リンク色 */
#index li a:hover  {text-decoration:underline;}   /* indexメニューポインタが乗ったら下線を出す */
#index li a{text-decoration:none;}                /* indexメニュー下線を消す */





/***** 以下、当サイトで配布しているスキン用の設定。使わない方は削除推奨。 *****/
#skin form #toukou{      /* 投稿フォーム */
   margin:20px 0 30px;   /* マージン */
   }

#skin dl{           /* 記事部分全体 */
   margin:40px 0;   /* マージン */
   padding:0;       /* パディング */
   }

#skin dt{                          /* 日付と題名 */
   color:#900;                     /* 文字色 */
   margin-left:-7%;                /* 左マージン */
   padding:0 0 10px 1%;            /* パディング */
   border-bottom:solid 1px #333;   /* 下罫線 */
   }

#skin dd{       /* 記事部分 */
   margin:10px 0 0;    /* マージン */
   padding:0;   /* パディング */
   }

#skin dd.message_res{           /* レス部分 */
   margin-left:5%;
   padding-top:5px;
   border-top:solid 1px #333;
   }

#skin ul{             /* 下、ナビ部分01 */
   margin:40px 0 0;   /* マージン */
   padding:0;         /* パディング */
   }

#skin li{              /* 下、ナビ部分02 */
   margin:0 8px 0 0;   /* マージン */
   padding:0;          /* パディング */
   display:inline;     /* インライン */
   list-style:none;    /* リストスタイル */
   }

