/* -------------------------------------------
 * Style Sheet for bunryu.co.jp
 * Last modified 2003/12/10 by ksbeat.com
 * ------------------------------------------*/
@media screen,tv,projection {
/* ====== body_style ====== */
body {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  color: #000000;
  background-color: #FF9933;
}
/* ====== header_style ====== */
div#header {
  margin: 0% 10% 0% 0%;
  padding: 0px;
  height: 81px;
  background-image: url("../square/img/sq-title.gif");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-attachment: scroll;
}
div#header h1 {
  display: none;
}
/* ====== navigation_area ====== */
div#navi {
  margin: 0px;
  padding: 0px;
}
div#navi p {
  margin: 0% 10% 0% 0%;
  padding: 2px 0px 0px 20px;
  font-size: 90%;
  text-align: left;
  border-top: dotted 2px #333333;
}
/* ====== footer_area ====== */
div#footer {
  margin: 0% 0% 0% 10%;
  padding: 5px 0px 0px 133px;
  color: #000000;
  background-color: #FF9933;
  background-image: url("../image/logo-js.gif");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-attachment: scroll;
}
address {
  margin: 0px;
  padding: 5px 0px 2px 10px;
  font-size: 90%;
  font-style: normal;
  text-align: left;
}
/* ====== common_style ====== */
a:link {
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: underline;
}
a:visited {
  color: #F5F5F5;
  background-color: transparent;
  text-decoration: underline;
}
a:hover, a:active {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}
hr.none {
  display: none;
}
hr.hide {
  display: none;
}
img {
  border-width: 0px;
}
kbd {
  font-family: "Times New Roman",Times,serif;
}
em {
  font-weight: bold;
  font-style: normal;
}
strong {
  font-weight: bold;
  color: #000000;
  border-bottom: 2px dotted #336699;
}
.en {
  font-family: "Times New Roman",Times,serif;
}
.ent {
  text-transform: uppercase;
  font-family: "Times New Roman",Times,serif;
}
.jp {
  font-family: "‚l‚r ‚oƒSƒVƒbƒN",Osaka,sans-serif;
}
img.ileft {
  float: left;
  margin-right: 10px;
}
img.iright {
  float: right;
  margin-left: 10px;
}
h2 {
  font-weight: 400;
  font-size: 150%;
}
h3 {
  font-weight: bold;
}
h4 {
  font-size: 100%;
  font-weight: bold;
}
p {
  font-size: 100%;
  line-height: 150%;
  font-weight: normal;
  font-style: normal;
}
dl {
  display: block;
  line-height: 150%;
}
ul {
  line-height: 150%;
}
ol {
  line-height: 150%;
}
acronym {
  font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
}
p.pageup {
  clear: both;
  margin: 5% 0% 0% 10%;
  padding: 0px 20px 2px 0px;
  text-align: right !important;
  font-family: "Times New Roman",Times,serif;
  border-bottom: 2px dotted #666666;
}
p.door {
  margin: 4% 0% 0% 0%;
  padding: 0px;
  text-align: center;
  line-height: 40px;
  color: #990000;
  background-color: transparent;
  font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
}
ul.contentslist {
  margin: 2% 10% 0% 10%;
  padding: 0px;
  text-align: center;
  font-family: Tahoma, Verdana, Myriad Web, Syntax, sans-serif;
}
ul.contentslist li {
  list-style-type: none;
}
.new {
  list-style-image: url('../img/up.gif') !important;
}
}
@media screen {
a.contents {
  cursor: s-resize;
}
a.pageup {
  cursor: n-resize;
}
.submitb {
  cursor: pointer;
}
.resetb {
  cursor: pointer;
}
acronym {
  cursor: help;
}
}