body {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  background-attachment: fixed;
  background-position: bottom;
  font-family:sans-serif;
  line-height:1.2em;
}

a:link{
  font-weight:bold;
}
a:visited{
  font-weight:bold;
}
a:hover{
  position:relative;
  left:1px;
  font-weight:bold;
}
a:active{
  position:relative;
  top:1px;
  left:1px;
  font-weight:bold;
}

div.popupspeak{
  position:absolute;
  top:100px;
  left:300px;
  width: 269px;
  height: 114px;
  z-index: 5;
}

div.popupspeak div{
  position: relative;
  left: 17px;
  top: 12px;
  width: 154px;
  height: 87px;
}

.stage{
  background-attachment: fixed;
  background-position:center;
  margin: 0 auto;
  padding: 0;
  border-style: none solid;
  border-width: 1px;
  width: 1000px;
}

div.head{
/*  font-size:14px; */
/*  background-image:url('./imgs/head_bg.png'); */
  background-position:center;
  height: 2em;
}

div.foot{
/*  font-size:14px; */
/*  background-image:url('./imgs/foot_bg.png'); */
  background-position:center;
}

div.menu{
  padding:5px;
  float:left;
  width:220px;
}

div.menu ul {
  padding-left: 15px;
}

div.contents ul{
  padding-left: 20px;
  padding-right: 20px;
}

div.contents{
  height:auto;
  padding-left:2px;
  padding-right:2px;
  margin-left:230px;
}

div.contents p{
  padding-left: 20px;
  padding-right: 20px;
}

div.contents table{
  padding-left: 20px;
  padding-right: 20px;
}

div.contents pre{
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0px;
  border: 1px solid black;
  font-size: 1.2em;
  white-space: pre-wrap;
  word-wrap: break-word;
}

div.contents pre hr{
  margin-top:15px;
  background-color: black;
}

div.contents .codeheader{
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 0px;
  background-color: black;
  font-size: 1.0em;
  line-height: 1.0em;
  color: white;
  border: 1px solid black;
}

div.clear{
  clear:both;
}

.center{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}      

.headmenu{
/*  font-size:12px; */
}

em{
  font-weight:bold;
  font-style:normal;
}

td{
/*  font-size:12px; */
  padding: 3px 10px;
  background-image:url('./imgs/table_bg.png');
  background-position:center;
  background-repeat:repeat;
}

h1{
  text-align:center;
  border-style:solid;
  border-width:1px;
  background-image:url('./imgs/table_bg.png');
  background-position:center;
  font-size: 140%;
  line-height: 140%;
/*  font-size:24px; */
}

h2{
  margin:3px;
  margin-top: 20px;
  font-family:sans-serif;
  border-style:solid;
  border-width:1px;
  padding: 4px 10px;
  line-height:18px;
/*  font-size:16px; */
  font-size: 120%;
  line-height: 120%;
  font-weight:normal;
  background-image:url('./imgs/table_bg.png');
  background-position:center;
}

div.bottomspace{
  width:200px;
  height:0%;
}

img{
  border:0;
}

/* 翔天街キャラのふきだし */
div.stgspeakleft{
  width:32px;
  height:70px;
  float:left;
  background-image:url('./g_stg/speakleft.png');
  background-position:center;
}

div.stgspeakcenter{
  color:black;
  height:70px;
  float:left;
  line-height:70px;
  background-image:url('./g_stg/speakcenter.png');
  background-position:center;
}

div.stgspeakright{
  width:15px;
  height:70px;
  float:left;
  background-image:url('./g_stg/speakright.png');
  background-position:center;
}

.contenttitle{
  font-size:50px;
  line-height:50px;
  font-family:Impact;
}

.nobg{
  background-image:none;
}

.nobg td{
  background-image:none;
}

.link_table{
  width: 100%;
}

.link_table tr th{
  width: 210px;
}

.link_table tr td p{
  border-bottom: 1px solid;
  margin: 3px;
  text-align: center;
}

hr{
  border: 1px;
  height: 1px;
}

.site_title_micuta{
  font-family: 'メイリオ';
}

/* トップページの更新履歴テーブル */
table.history{
  margin: 0;
  padding: 3px;
  text-align: left;
}

table.history th{
  width: 140px;
  text-align: center;
  background-image:url('./imgs/table_bg.png');
  background-position:center;
  background-repeat:repeat;
}

table.history td{
  background-image:url('./imgs/table_bg.png');
  background-position:center;
  background-repeat:repeat;
}

table.illust{
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 15px;
}

table.illust td{
  width: 64px;
  padding: 0px;
  margin: 0;
  border: solid white 1px;
}

table.illust tr td img{
  padding: 0;
  margin: 0;
  border: solid black 1px;
}

.b{
  font-weight: bold;
}

.u{
  text-decoration: underline;
}

