@charset "Shift_JIS";

/* ================================================
 *
 *	
 *	
 *      
 *
 *	
 *      
 *
 * ================================================ */

/* ================================================
 *
 *	 全体設定
 *
 * ================================================ */

/* 全称セレクタでリセット           */
* {
  margin: 0;
  padding: 0;
  font-style : normal;
  font-weight : normal;
  font-size: 100%;
}

/* 全体設定              */
body {
  color: #FFF;
  background: #000;
  text-align: center;
  line-height: 1.5;
  font-family: Osaka,"ヒラギノ角ゴ Pro W3","HiraKakuPro-W3",Helvetica,"ＭＳ Ｐゴシック",sans-serif;
}

/* ================================================
 *
 *	 主なブロック要素設定
 *
 * ================================================ */

/* ------------------------------------------------ */
/* 見出し           */
h1,h2,h3 {
  font-weight: bold;
  letter-spacing: 0.2em;
}

/* ------------------------------------------------ */
/* 段落（テキスト）           */
p {
  padding: 0.25em 1em;
}

/* ------------------------------------------------ */
/* リスト           */
ul li,
ol li {
  list-style-type: none;
}

/* ------------------------------------------------ */
/* 著作権表示       */
address {
  margin: 0;
  padding: 2px 0;
}

/* ------------------------------------------------ */
/* 文字表示       */
p,
ul,
ol,
dl,
address {
  font-family: Osaka,"ヒラギノ角ゴ Pro W3","HiraKakuPro-W3",Helvetica,"ＭＳ Ｐゴシック",sans-serif;
  font-size : 75%;
}

/* ================================================
 *
 *	 主なインライン要素設定
 *
 * ================================================ */

/* ------------------------------------------------ */
/* 文字強調             */
em {
  color: #FFF963;
}
strong {
  font-weight: bold;
  color: #FF7763;
}

/* ------------------------------------------------ */
/* 画像              */
img {
  border-width: 0;
  border-style: none;
}

/* ------------------------------------------------ */
/* ハイパーテキストリンク       */
a {
  text-decoration: underline;
  font-weight: bold;
}
a:link {
  color: #FFF;
}
a:visited {
  color: #ccc;
}
a:hover,a:active {
  color: #4fdf4b;
  text-decoration: none;
}

/* ================================================
 *
 *	 ページレイアウト（各ページ共通）
 *
 * ================================================ */

/* ------------------------------------------------ */
/* ページの整形              */
#container {
  text-align: left;
  background: #000;
  width: 555px;
  margin: 0 auto;
  padding: 0;
}

/* ------------------------------------------------ */
/* ヘッダー              */
#header {
  width: 555px;
  height: 40px;
  margin: 0;
  padding: 0;
  background: #000;
}

/* サイト名              */
h1 {
  font-size: 75%;
  margin: 0;
  padding: 15px 5px 5px 0;
}
#header h1 a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

/* ------------------------------------------------ */
/* パンくずリスト              */
#navi {
  width: 350px;
  height: 30px;
  position: relative;
  top: 0;
  _top: 1px;	/* Win IE用 */
  left: 205px;
  margin: 0;
  padding: 0;
  background: #000 url("./image/navi_top.gif") no-repeat left bottom;
}
#navi ol {
  margin: 0;
  padding: 1.2em 1em 0;
}
#navi ol li {
  margin: 0;
  padding: 0;
  display: inline;
}

/* ------------------------------------------------ */
/* メイン              */
#main {
  width: 350px;
  position: relative;
  top: 0;
  left: 205px;
  margin: 0;
  padding: 0;
  background: #000;
}

/* 見出し・タイトル              */
#main h2 {
  font-size: 90%;
  margin: 0;
  padding: 45px 5px 5px 10px;
  width: 335px
  _width: 350px;	/* Win IE用 */
  height: 30px;
  background: #000 url("./image/h2.gif") no-repeat left top;
}
#main h3 {
  margin: 5px 10px 10px;
  padding: 8px 7px 5px 32px;
  font-size: 90%;
  background: url("./image/h3.gif") no-repeat left center;
  _width: 100%;	/* Win IE用 */
}

/* メイン部分のリスト              */
#main ul,
#main dl {
  margin: 0.5em 1em;
  padding: 0;
}
#main ul li {
  list-style-type: square;
  list-style-position: inside;
  padding: 0.15em 0;
}
#main dt {
  margin: 0;
  padding: 0;
}
#main dd {
  padding: 0.1em 0;
}

/* 記事ごとのブロック設定
------------------------------------------------------------ */
/* メイン部分              */
#main div.section {
  margin: 0;
  padding: 0 0 3px;
  background: #000 url("./image/bar.gif") repeat-y;
}

/* ページの上へ戻る
------------------------------------------------------------ */
#main p.reverse {
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  width: 350px;
  height: 46px;
  background: #000 url("./image/pagetop.gif") no-repeat left top;
}
#main p.reverse a {
  display: block;
  margin: 0 0 0 284px;
  padding: 35px 0 0;
  width: 66px;
  height: 11px;
  outline-width: 0;	/* Firefox用 */
  text-decoration: none;
}

/* ------------------------------------------------ */
/* メニュー部分              */
#menu {
  margin: 0 0 3em;
  padding: 0;
  background: #000;
  width: 200px;
  position: absolute;
  top: 40px;
  left: auto;
}
#first,
#second {
  width: 200px;
}
/* メニュー枠              */
#menu dl {
  margin: 0 0 5px;
  padding: 0 0 10px;
  background: #000 url("./image/menu_footer.gif") no-repeat left bottom;
}

/* メニュー見出し              */
#menu dt {
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  height: 15px;
  background: #000 url("./image/menu_header.gif") no-repeat left bottom;
}

/* メニュー本文              */
#menu dd {
  margin: 0;
  padding: 0;
  background: #000 url("./image/menu_bar.gif") repeat-y;
}

/* メニューリスト              */
#menu ul {
  margin: 0 10px;
  padding: 0;
  width: 180px;
  font-size: 100%;
}
#menu ul li {
  margin: 0;
  padding: 2px 5px 2px 15px;
  background: url("./image/arrow.gif") no-repeat left center;
  text-indent: -9999px;
}
#menu ul li a {
  display: block;
  outline-width: 0;	/* Firefox用 */
  text-decoration: none;
  _width: 165px;
}

/* --------------- メニュータイトルここから --------------- */
#home a {
  background: url("./image/z_home.gif") no-repeat left center;
}
#contents1 a {
  background: url("./image/z_prof.gif") no-repeat left center;
}
#contents2 a {
  background: url("./image/z_bbs.gif") no-repeat left center;
}
#contents3 a {
  background: url("./image/z_photo2.gif") no-repeat left center;
}
#contents4 a {
  background: url("./image/z_diary1.gif") no-repeat left center;
}
#contents5 a {
  background: url("./image/z_diary2.gif") no-repeat left center;
}
#contents6 a {
  background: url("./image/z_chat.gif") no-repeat left center;
}
#contents7 a {
  background: url("./image/z_link.gif") no-repeat left center;
}

/* --------------- メニュータイトルここまで --------------- */

/* ------------------------------------------------ */
/* フッター              */
#footer {
  clear: both;
  width: 350px;
  height: 60px;
  background: #000;
  position: relative;
  left: 205px;
  margin: 0;
  padding: 15px 0 0;
}
#footer h3 {
  margin: 0;
  padding: 2px 0;
  font-size: 75%;
  font-weight: bold;
}