@charset "Shift_JIS";

/* ================================================
 *
 *	 全体設定
 *
 * ================================================ */

/* 全称セレクタでリセット           */
* {
  margin: 0;
  padding: 0;
  font-style : normal;
  font-weight : normal;
  font-size: 100%;
}

/* 全体設定              */
body {
  color: #A6A6A6;
  background : #000000 url(.././image/back.jpg) center center;no-repeat;
  text-align: center;
  line-height: 1.5;
  font-family: Verdana,Arial,"ＭＳ Ｐ明朝","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3",Helvetica,sans-serif;
}

/* ================================================
 *
 *	 主なブロック要素設定
 *
 * ================================================ */
/* ------------------------------------------------ */
/* スクロールバー           */
BODY {SCROLLBAR-FACE-COLOR: #EA0000; SCROLLBAR-HIGHLIGHT-COLOR: #821C1C; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #821C1C; SCROLLBAR-ARROW-COLOR: #821C1C; SCROLLBAR-TRACK-COLOR: #000000;SCROLLBAR-DARKSHADOW-COLOR: #821C1C; SCROLLBAR-BASE-COLOR: #000000;BACKGROUND-REPEAT: no-repeat; BACKGROUND-ATTACHMENT:FIXED;}

html {SCROLLBAR-FACE-COLOR: #EA0000; SCROLLBAR-HIGHLIGHT-COLOR: #821C1C; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #821C1C; SCROLLBAR-ARROW-COLOR: #821C1C; SCROLLBAR-TRACK-COLOR: #000000;SCROLLBAR-DARKSHADOW-COLOR: #821C1C; SCROLLBAR-BASE-COLOR: #000000;BACKGROUND-REPEAT: no-repeat; BACKGROUND-ATTACHMENT:FIXED;}

/* ------------------------------------------------ */
/* 見出し           */
h1,h2,h3 {
  font-weight: bold;
  letter-spacing: 0.2em;
}

/* ------------------------------------------------ */
/* 段落（テキスト）           */
p {
  padding: 0.25em;
}

/* ------------------------------------------------ */
/* リスト           */
ul li,
ol li {
  list-style-type: none;
}

/* ------------------------------------------------ */
/* 著作権表示       */
address {
  margin: 0;
  padding: 3px 0 5px 10px;
  text-align: center;
}

/* ------------------------------------------------ */
/* 文字表示       */
p,
ul,
ol,
dl,
address {
  font-family: Verdana,Arial,"ＭＳ Ｐ明朝","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3",Helvetica,sans-serif;
  font-size : 80%;
}

/* ================================================
 *
 *	 主なインライン要素設定
 *
 * ================================================ */

/* ------------------------------------------------ */
/* 文字強調             */
em {
  color: #da7efc;
}
strong {
  font-weight: bold;
  color: #ff0000;
}

/* ------------------------------------------------ */
/* 画像              */
img {
  border-width: 0;
  border-style: none;
}

/* ------------------------------------------------ */
/* ハイパーテキストリンク       */
a {
  text-decoration: underline;
}
a:link {
  color: #867efc;
}
a:visited {
  color: #da7efc;
}
a:hover,a:active {
  color: #fc867e;
  text-decoration: none;
}
A:hover {
	TEXT-DECORATION: underline overline; CURSOR: url('http://www.emptybox-jpn.net/sun.ani'); 
}
/* ================================================
 *
 *	 ページレイアウト（各ページ共通）
 *
 * ================================================ */

/* ------------------------------------------------ */
/* ページの整形              */
#container {
  text-align: left;
  background : url(.././image/container.gif) repeat-y;
  margin: 0 auto;
  padding: 0;
  width: 720px;
}

/* ------------------------------------------------ */
/* ヘッダー              */
#header {
  width: 700px;
  height: 200px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  left: 5px;
  background : url(.././image/header.jpg) no-repeat;

}

/* サイト名              */
h1 {
  font-size: 180%;
  font-family: Arial,Osaka,"ＭＳ Ｐ明朝",sans-serif;
  margin: 0;
  padding: 130px 15px 5px;
  text-align: right;
}
#header h1 a {
  color: #333;
  text-decoration: none;
}

/* ------------------------------------------------ */
/* リスト  */
#navi {
  width: 700px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  left: 5px;
}
#navi ol {
  margin: 0;
  padding: 5px 0 5px 0.3em;
}
#navi ol li {
  margin: 0;
  padding: 0;
  display: inline;
}
#navi ol li a {
  text-decoration: none;
}

/* ------------------------------------------------ */
/* メイン              */
#main {
  width: 500px;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  left: 5px;
}
/* 見出し・タイトル              */
#main h2 {
  font-size: 100%;
  color: #FF00A2;
  margin: 0 0 5px;
  padding: 10px 10px 15px 60px;
  background : url(.././image/h2.gif) no-repeat left bottom;
  text-align: right;
  _width: 85%;
}
#main h3 {
  font-size: 90%;
  margin: 0 0 5px;
  padding: 7px;
  background : url(.././image/bar.gif) repeat-x left bottom;
  text-align: right;
  width: 96%;
}

/* メイン部分のリスト              */
#main ul {
  margin: 0.5em 0.25em;
  padding: 0;
}
#main ul li {
  list-style-type: square;
  list-style-position: inside;
}
#main dl {
  margin: 10px 10px 5px;
  padding: 0;
}
#main dt {
  margin: 0;
  padding: 0;
}
#main dd {
  padding: 0.1em 0;
}

/* 記事ごとのブロック設定
------------------------------------------------------------ */
#main div.section {
  margin: 10px 5px 15px;
}

/* ページの上へ戻る
------------------------------------------------------------ */
#main p.reverse {
  margin: 0 15px 5px 5px;
  text-align: right;
}
#main p.reverse a {
  padding: 0 0 0 15px;
  background : url(.././image/pagetop.gif) no-repeat left center;
}

/* ------------------------------------------------ */
/* メニュー部分              */
#menu {
  margin: 0 0 3em;
  padding: 0;
  width: 200px;
  float: left;
  position: relative;
  top: 0;
  left: 5px;
}

/* メニュー見出し              */
#menu dt {
  margin: 10px 5px 5px;
  padding: 7px 3px 2px;
  border-bottom: 1px solid #9F048A;
  font-size: 90%;
  font-weight: bold;
  width: 90%;
  letter-spacing: 0.1em;
}

/* メニューリスト              */
#menu ul {
  margin: 0 10px;
  padding: 0;
  width: 157px;
  font-size: 100%;
}
#menu li {
  margin: 0;
  padding: 3px 0 2px 13px;
  background : url(.././image/cross.gif) no-repeat left center;
}
#menu li2 {
  margin: 0;
}

/* ------------------------------------------------ */
/* フッター              */
#footer {
  clear: both;
  width: 700px;
  margin: 0;
  padding: 0;
  position: relative;
  top: 0;
  left: 5px;
  border-top: 1px dashed #ccc;
}
#footer h3 {
  font-size : 80%;
  margin: 0;
  padding: 3px 0 5px 10px;
  text-align: center;
  font-weight: normal;
}
