document.write("<style>");

//■グローバルナビの表示

document.write("#live {position:absolute; left:142px; top:48px; width:78px; height:20px; z-index:2;}");
document.write("#utilize {position:absolute; left:224px; top:48px; width:78px; height:20; z-index:3;}");
document.write("#relax {position:absolute; left:305px; top:48px; width:78px; height:20; z-index:4;}");
document.write("#business {position:absolute; left:386px; top:48px; width:78px; height:20; z-index:5;}");

//■住むメインプルダウンテーブルの表示
document.write("#live_d {position:absolute; left:142px; top:68px; width:150px; z-index:6; visibility: hidden;}");

//■活かす
document.write("#utilize_d {position:absolute; left:224px; top:68px; width:150px; z-index:8; visibility: hidden;}");

//■くつろぐ
document.write("#relax_d {position:absolute; left:305px; top:68px; width:150px; z-index:12; visibility: hidden;}");

//■法人
document.write("#business_d {position:absolute; left:386px; top:68px; width:150px; z-index:13; visibility: hidden;}");

//■レイヤーを隠す
document.write("#menucloser {position:absolute; left:0px; top:0px; width:800px; height:450px; z-index:1; visibility: hidden;}");

//■フッタのコピーライト表示に適用されるスタイル
document.write("#footer {font-size: 11px; line-height:13px}");

//■フッタで使用するスタイル
document.write("	.SM { font-size: 11px }");

document.write("#f11 {font-size: 12px; line-height:16px}");


document.write("</style>");
