@charset "utf-8";
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #d7d4c1;
	margin: 1;
	padding: 0;
	color: #000000;
}
/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding-right: 15px;
	padding-left: 15px; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: ##663300;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}

/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
.container {
	width: 850px;
	background: #ffffff;
	margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
}

/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */
.header {
	background: #ffffff;
	height:150px;
	width:850px;
}

/* ~~ これはレイアウト情報です。~~ 

1) 余白は、div の上部または下部にのみ配置されます。この div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

*/

.content {

	padding: 10px 0;
	height:800px
}

/* ~~ フッター ~~ */
.footer {
	padding: 10px 0;
	background: #ffffff;
	height:120px
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.left_text {
	font-size: 12px;
	display: inline;
	background-image: url(http://www.tleaf.org/image0/lines.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	width: 200px;
	height: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 40px;
	margin-bottom: 0px;
	padding-left: 0px;
}
.left_text_b {
	font-size: 14px;
	font-weight: bold;
	float: left;
	background-color: #e5e6e7;
	width: 380px;
	height: 18px;
	margin-top: 0px;
	margin-right: 8px;
	margin-left: 35px;
	margin-bottom: 1px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	hanging-punctuation: none;
}
#top {
	font-size: 13px;
}
#apDiv0 {
	position:absolute;
	width:0px;
	height:0px;
	z-index:1;
}
#apDiv1 {
	position:absolute;
	width:250px;
	height:95px;
	z-index:1;
	top: 24px;
	left: 584px;
}
#apDiv2 {
	position:absolute;
	width:20px;
	height:20px;
	z-index:2;
	left: 0px;
	top: 0px;
	background-image: url(http://www.tleaf.org/image/t1.jpg);
}
#apDiv3 {
	position:absolute;
	width:20px;
	height:20px;
	z-index:3;
	left: 830px;
	top: 3px;
	background-image: url(http://tleaf.org/image/t3.jpg);
}
#apDiv4 {
	position:absolute;
	width:20px;
	height:20px;
	z-index:4;
	left: 0px;
	top: 1090px;
	background-image: url(http://www.tleaf.org/image/t2.jpg);
}
#apDiv5 {
	position:absolute;
	width:20px;
	height:20px;
	z-index:4;
	left: 830px;
	top: 1090px;
	background-image: url(http://www.tleaf.org/image/t4.jpg);
}


#apDiv6 {
	position:absolute;
	width:251px;
	height:60px;
	z-index:2;
	background-image: url(http://www.radio-studio.org/image/newimage3.gif);
	left: 494px;
	top: 1978px;
}
#apDiv7 {
	position:absolute;
	width:898px;
	height:2px;
	z-index:2;
	background-image: url(http://www.radio-studio.org/image/sen1-Opt.gif);
	left: 0px;
	top: 1990px;
}
#apDiv8 {
	position:absolute;
	width:790px;
	height:20px;
	z-index:2;
	top: 1110px;
	font-size: 13px;
	left: 37px;
	text-align: right;
}
#apDiv9 {
	position:absolute;
	width:850px;
	height:2px;
	z-index:2;
	background-color: #FF3300;
	overflow: auto;
	top: 967px;
	left: 0px;
}
#apDiv10 {
	position:absolute;
	width:200px;
	height:auto;
	z-index:2;
	left: 375px;
	top: 1768px;
}
#apDiv11 {
	position:absolute;
	width:auto;
	height:auto;
	z-index:2;
	left: 697px;
	top: 1030px;
}
#apDiv12 {
	position:absolute;
	font-size: 13px;
	width:800px;
	height:auto;
	z-index:2;
	left: 25px;
	top: 269px;
}
#apDiv13 {
	position:absolute;
	width:850px;
	height:auto;
	z-index:2;
	left: 1px;
	top: 971px;
	background-color: #FFFFFF;
}
#apDiv14 {
	position:absolute;
	width:200px;
	height:auto;
	color:#fd3703;
	z-index:2;
	left: 23px;
	top: 1018px;
}
#apDiv15 {
	position:absolute;
	width:20px;
	height:267px;
	z-index:2;
	left: 34px;
	top: 212px;
	background-image: url(http://www.radio-studio.org/image/sen.jpg);
}
#apDiv16 {
	position:absolute;
	width:20px;
	height:267px;
	z-index:2;
	left: 452px;
	top: 212px;
	background-image: url(http://www.radio-studio.org/image/sen.jpg);
}
#apDiv17 {
	position:absolute;
	width:60px;
	height:auto;
	font-size: 13px;
	z-index:2;
	top: 989px;
	left: 22px;
	text-align: center;
}
#apDiv18 {
	position:absolute;
	width:44px;
	height:41px;
	font-size: 12px;
	z-index:2;
	left: 783px;
	top: 225px;
}
#apDiv19 {
	position:absolute;
	width:850px;
	height:2px;
	z-index:2;
	background-color: #FF3300;
	overflow: auto;
	top: 148px;
	left: -1px;
}
#apDiv20 {
	position:absolute;
	width:284px;
	height:auto;
	font-size: 12px;
	z-index:2;
	left: 563px;
	top: 1px;
}
#apDiv21 {
	position:absolute;
	width:auto;
	height:auto;
	z-index:2;
	left: 39px;
	top: 122px;
}
#apDiv22 {
	position:absolute;
	width:468px;
	height:60px;
	z-index:2;
	left: 37px;
	top: 39px;
}
#apDiv23 {
	position:absolute;
	width:auto;
	height:auto;
	z-index:2;
	left: 452px;
	top: 212px;
}
#apDiv24 {
	position:absolute;
	width:200px;
	height:auto;
	font-size: 12px;
	z-index:5;
	left: 22px;
	top: 242px;
	text-align: left;
}
#apDiv25 {
	position:absolute;
	width:auto;
	height:1398px;
	z-index:2;
	left: 1px;
	top: 553px;
}
#apDiv26 {
	position:absolute;
	width:200px;
	height:auto;
	font-size: 12px;
	z-index:6;
	left: 22px;
	top: 162px;
	text-align: left;
}
#apDiv27 {
	position:absolute;
	width:auto;
	height:auto;
	z-index:2;
	left: -100px;
	top: 997px;
	background-image: url(image/621804_457862424271704_884197500_o.jpg);
}
#apDiv28 {
	position:absolute;
	width:800px;
	font-size: 12px;
	z-index:7;
	left: -110px;
	top: 1301px;
	height: auto;
	text-align: center;
}
#apDiv29 {
	position:absolute;
	width:850px;
	height:2px;
	z-index:2;
	background-color: #FF3300;
	overflow: auto;
	top: 985px;
	left: -1px;
}
#apDiv30 {
	position:absolute;
	width:auto;
	height:auto;
	z-index:2;
	overflow: auto;
	top: 929px;
	left: 429px;
}
<SCRIPT language="JavaScript">
HPB_SCRIPT_ROV_50
//
//  Licensed Materials - Property of IBM
//  5724G06
//  (C) Copyright IBM Corp. 1995, 2003 All Rights Reserved.
//

// HpbImgPreload:
//
function HpbImgPreload()
{
  var appVer=parseInt(navigator.appVersion);
  var isNC=false,isN6=false,isIE=false;
  if (document.all && appVer >= 4) isIE=true; else
    if (document.getElementById && appVer > 4) isN6=true; else
      if (document.layers && appVer >= 4) isNC=true;
  if (isNC||isN6||isIE)
  {
    if (document.images)
    {
      var imgName = HpbImgPreload.arguments[0];
      var cnt;
      swImg[imgName] = new Array;
      for (cnt = 1; cnt < HpbImgPreload.arguments.length; cnt++)
      {
        swImg[imgName][HpbImgPreload.arguments[cnt]] = new Image();
        swImg[imgName][HpbImgPreload.arguments[cnt]].src = HpbImgPreload.arguments[cnt];
      }
    }
  }
}
// HpbImgFind:
//
function HpbImgFind(doc, imgName)
{
  for (var i=0; i < doc.layers.length; i++)
  {
    var img = doc.layers[i].document.images[imgName];
    if (!img) img = HpbImgFind(doc.layers[i], imgName);
    if (img) return img;
  }
  return null;
}
// HpbImgSwap:
//
function HpbImgSwap(imgName, imgSrc)
{
  var appVer=parseInt(navigator.appVersion);
  var isNC=false,isN6=false,isIE=false;
  if (document.all && appVer >= 4) isIE=true; else
    if (document.getElementById && appVer > 4) isN6=true; else
      if (document.layers && appVer >= 4) isNC=true;
  if (isNC||isN6||isIE)
  {
    if (document.images)
    {
      var img = document.images[imgName];
      if (!img) img = HpbImgFind(document, imgName);
      if (img) img.src = imgSrc;
    }
  }
}
var swImg; swImg=new Array;
//
</SCRIPT>
