/*--------------------------
		pow -mobile-
--------------------------*/
body{
  position: relative;
  background: url("./hoge.png") no-repeat 0 0;
  float: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
a:link{
  color: #443966;
  text-decoration: none;
}
a:visited{
  color: #554966;
  text-decoration: none;
}
a:active{
  color: #553866;
  text-decoration: none;
}
a:hover{
  color: #b22222;
  text-decoration: none;
}
div.top{
  position: relative;
  font-size: 95%;
  /*background-color: #fefefe;*/
  padding: 0 0 7px 0;
  margin: 0 auto;
  /*margin: 6% 6%;*/
  border: solid 1px #8e8e8e;
  width: 650px;
  top: 135px;
}
div.box{
  position: relative;
  background: url("./top.png") no-repeat;
  padding: 5px 0 0 0;
  margin: 0 auto;
  text-align: left;
}
div.contents{
  position: relative;
  background: url("./back.png") repeat-y;
  overflow: auto;
  padding: 0;
  margin: 0;
  /*margin: 0 auto;*/
  scrollbar-3dlight-color: #ababac;
  scrollbar-arrow-color: #515151;
  scrollbar-darkshadow-color: #fcfcfd;
  scrollbar-face-color: #f5f5f7;
  scrollbar-highlight-color: #fcfcfd;
  scrollbar-shadow-color: #ababac;
  scrollbar-track-color: #fcfcfd;
  height: 360px;
}
div.bottom{
  position: relative;
  background: url("./bottom.png") no-repeat left bottom;
  padding: 0 0 5px 0;
  margin: 0;
}
dl{
  position: relative;
  /*background: url("./xyz.png") no-repeat right bottom;*/
  padding: 0;
  margin: 0;
}
.contents dt{
  font-size: 90%;
  font-family: tahoma,arial,sans-serif;
  letter-spacing: 0.1em;
  padding: 0.2em 0.2em 0.2em 1.2em;
  margin: 1.2em 0 0.7em 6.0em;
  border-bottom: solid 2px #949498;
  background: url("./dt.png") no-repeat left;
  width: 90%;
}
.contents dd{
  font-size: 11pt;
  font-family: Verdana,arial,sans-serif;
  margin: 0.3em 0 0.8em 6.8em;
  padding: 0;
  border-bottom: solid 2px #f1f1f1;
  width: 90%;
}
div.foot{
  background: url("./menu.png") repeat-x 0;
  float: none;
  font-size: 10pt;
  font-family: verdana,tahoma,sans-serif;
  letter-spacing: 0.1em;
  background-color: #fcfcfc;
  padding: 5px 0 0 0;
  margin: 0;
  /*border-bottom: solid 0px #959595;*/
  text-align: left;
}
.spacer{
  background: url("./spacer.png") no-repeat;
  margin-left: 30px;
  display: block;
}
dd,dt{
  filter: dropshadow(color=#e6e6e6, offx=1, offy=2, positive=true);
  width: 100%;
}
#pan ul{
  font-size: 8pt;
  font-family: verdana,tahoma,sans-serif;
  letter-spacing: 0.1em;
  height: 32px;
  position: absolute;
  top: 43px;
  right: 45px;
  background-attachment: fixed;
}
#pan ul li{
  /*width: 78px;*/
  height: 32px;
  float: left;
}
#pan ul li a{
  width: 76px;
  height: 32px;
  display: block;
  background: url("./menu_h.png") 0 0 no-repeat;
  text-decoration: none;
  text-align: center;
  line-height: 32px;
  margin: 0;
  padding: 0;
}
#pan ul li a:hover{
  background: url("./menu_n.png") 0 0 no-repeat;
  text-decoration: none;
}
