@charset "Shift_JIS";

/*  全体の要素設定  */
html *{
  font-size:100%;
  text-align: left;
  margin: 0;
  padding: 0;
  /*box-sizing: border-box;*/
}

body{
  font-family: serif;
  font-weight: normal;
  /*color: #333333;*/
  line-height: 1.1em;
}
a:link{ color: blue; }
a:visited { color: #ff8888; }
a:active{ color: red; }
a:focus{ color:green; }

li{
  list-style-type: none;
}

p{
  margin-bottom: 1em;
}

em{
  font-weight: bold;
}

/*  全般の論理ブロック設定 */
div.header{
  border-bottom: #9999ff 1px solid;
  margin-bottom: 2em;
}
div.contents{
  border-left: #9999ff 1px solid;
  margin-left: 5em;
  margin-right: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
}


/* インデックスページ用 */
#home {
  background-image: url( "images/title.jpg" );
  background-repeat: no-repeat;
  margin-left: 300px;
  margin-top: 300px;
}
#maintitle{
  display: none;
}
#mainmenu{
  margin-right: 2em;
  border-right: #333399 1px solid;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
}
#mainmenu h2{
  padding-bottom: 0.5em;
  text-align: right;
}
#mainmenu li{
  text-align: right;
}
#mainfooter{
  border-top: #333399 1px solid;
  margin-top: 2em;
}
#mainfooter address{
  text-align: right;
}
#mainfooter p{
  text-align: right;
}



/* 日記ページ用設定  */
#diary {
  background-image: url( "images/diary.jpg" );
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0% 100%;
  margin-top: 1em;
  margin-right: 2em;
  margin-left: 36px;
}

/* 日記ヘッダ */
#diaryTitle{
  width: 50%;
  float: left;
}

#diaryTitle h1{
  border-bottom: #9999ff 1px solid;
}

/* 日付の表題 */
#diaryTopics{
  width: 50%;
  margin-bottom: 1em;
  float: right;
}
#diaryTopics li{
  text-align: right;
}
#diaryTopics h2{
  border-bottom: #9999ff 1px solid;
  text-align: right;
}

/* 日記本体 */
#diaryBlock{
  margin-left: 2em;
  clear: both;
}

div.day{
  margin-bottom: 1em;
  padding: 0.5em;
}
div.paragraph{
  border-bottom: #cccccc 1px solid;
  margin-left: 5em;
}
div.day h3{
  margin-bottom: 0.5em;
  padding-left: 1em;
  border-bottom: #9999ff 1px solid;
}

div.paragraph dd{
  margin-left: 2em;
}
div.paragraph dl{
  margin-bottom: 1em;
}
div.paragraph ol li{
  list-style-type: decimal;
}


/* 過去日記リンク用 */
#PastDiary{
  margin-top: 1em;
  margin-bottom: 1em;
  float: right;
}
#PastDiary h2{
  border-bottom: #9999ff 1px solid;
  text-align: right;
}
#PastDiary li{
  display: inline;
}



/* about用設定 */
#about{
  background-image: url( "images/about.jpg" );
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0% 100%;
  margin-top: 1em;
  margin-right: 2em;
  margin-left: 36px;
}
#aboutSite, #aboutAdministrator{
  margin-bottom: 1em;
}


/* リンクページ用設定 */
#linkpage{
  background-image: url( "images/link.jpg" );
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0% 100%;
  margin-top: 1em;
  margin-right: 2em;
  margin-left: 36px;
}
#linkpage li{
  margin-bottom: 1em;
  background-image: url( "images/border.jpg" );
  background-position: 0 1em;
  background-repeat: no-repeat;
}
#linkpage dl{
  margin-top: 0.5em;
}
#linkpage dd{
  margin-left: 1em;
  margin-bottom: 0.5em;
}


/* プログラミングページ用設定 */
#programming{
  background-image: url( "images/programming.jpg" );
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0% 100%;
  margin-top: 1em;
  margin-right: 2em;
  margin-left: 36px;
}

/* テキストページ用設定 */
#textpage{
  background-image: url( "images/text.jpg" );
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0% 100%;
  margin-top: 1em;
  margin-right: 2em;
  margin-left: 36px;
}

/* シューティング */
#shooting h1{
  margin: 0.5em 0 0.5em 0.5em;
  font-size: 1.2em;
}

#shooting h2{
  border-top: #9999ff 1px solid;
  font-size: 1.1em;
  padding: 0.2em 0 0.2em 0;
}

#shooting #menu{
  margin-bottom: 1em;
}

#shooting #menu dd{
  margin-left: 1em;
}

#shootingSystem,#shootingAttack,#shootingDefence,#shootingPattern{
  margin-left: 1em;
}

#shootingSystem li{
  list-style-type: disc;
}
#shootingSystem ul{
  margin-bottom: 1em;
}
