<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">BODY{
  background-image : url(rmo-body-bg.jpg);
  background-repeat : repeat;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  color : #ccddcc;
  font-size : 80%;
}

TABLE.main{	/* 枠 */
  width : 860px;
  text-align : center;
  font-size : 90%;
}

TD.header{	/* ヘッダー */
  background-image : url(rail-meister-logo.jpg);
  background-repeat : no-repeat;
  background-position : right top;
  height : 120px;
  vertical-align : top;
  text-align : right;
  width : 100%;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
}

h1{	/* ヘッダー内見出し */
  text-align : left;
  font-size: 100%;
  color: #aaaaaa;
  top: 5px;
}

TD.rmo-title{	/* 商品タイトル行(上段) */
  background-image : url(rmo-title1-bg.gif);
  background-repeat : no-repeat;
  width : 860px;
  height : 48px;
  padding-top : 10px;
  padding-bottom : 16px;
}

h2{	/* 商品タイトル(上段) */
  color : #dddddd;
  padding-left : 30px;
  font-size : 24px;
  text-align : left;
}

TD.rmo-image{	/* 商品画像 */
  vertical-align : middle;
  text-align : center;
  width : 33%;
  padding-bottom : 16px;
  background-image : url(rmo-title2-bg.gif);
  background-repeat : no-repeat;
  background-position : center bottom;
}

TD.rmo-text01{	/* 商品説明(発売中) */
  background-image : url(RMSO-box11-bg.jpg);
  background-repeat : no-repeat;
  padding-top : 16px;
  background-position : right bottom;
}

TD.rmo-text02{	/* 商品説明(売約済) */
  background-image : url(RMSO-box12-bg.jpg);
  background-repeat : no-repeat;
  padding-top : 16px;
  background-position : right bottom;
}

TD.rmo-text03{	/* 商品説明(SOLD OUT) */
  background-image : url(RMSO-box13-bg.jpg);
  background-repeat : no-repeat;
  padding-top : 16px;
  background-position : right bottom;
  
}

TD.rmo-text04{	/* 商品説明(発売予定) */
  background-image : url(RMSO-box14-bg.jpg);
  background-repeat : no-repeat;
  padding-top : 16px;
  background-position : right bottom;
}

UL{	/* 商品説明リスト */
  text-align : left;
  line-height : 200%;
}

TD.rmo-title2{	/* 商品タイトル行(下段) */
  padding-top : 16px;
  padding-right : 30px;
  background-image : url(rmo-title2-bg.gif);
  background-repeat : no-repeat;
  background-position : center top;
}

H3{	/* 商品タイトル(下段) */
  color : #ffffff;
  font-size : 150%;
  text-align : right;
}

TD.rmo-value{	/* 商品価格 */
  color : #ffffff;
  text-align : right;
  padding-bottom : 32px;
  background-image : url(rmo-title2-bg.gif);
  background-repeat : no-repeat;
  background-position : center 36px;
}
</pre></body></html>