// グローバルナビ

document.write("<div class='outlineGlobal'>");
document.write("<div class='clearfix' id='gmenu'>");
document.write("<ol>");


if ( document.URL.indexOf("http://www.dreamgate.gr.jp/entrya", 0) != -1 ){
document.write("<li class=selected>");
}else{
document.write("<li>");
}
document.write("<a href='http://www.dreamgate.gr.jp/entrya/'>はじめての方</a></li>");


if ( document.URL.indexOf("http://case.dreamgate.gr.jp", 0) != -1 ){
document.write("<li class=selected>");
}else{
document.write("<li>");
}
document.write("<a href='http://case.dreamgate.gr.jp/'>事例集</a></li>");


if ( document.URL.indexOf("http://knowhow.dreamgate.gr.jp", 0) != -1 ){
document.write("<li class=selected>");
}else{
document.write("<li>");
}
document.write("<a href='http://knowhow.dreamgate.gr.jp/'>ノウハウ</a></li>");


if ( document.URL.indexOf("http://seminar.dreamgate.gr.jp", 0) != -1 ){
document.write("<li class=selected>");
}else{
document.write("<li>");
}
document.write("<a href='http://seminar.dreamgate.gr.jp/'>支援情報</a></li>");


if ( document.URL.indexOf("http://www.dreamgate.gr.jp/shiensaku/", 0) != -1 ){
document.write("<li class=selected>");
}else{
document.write("<li>");
}
document.write("<a href='http://www.dreamgate.gr.jp/shiensaku/'>起業セミナー</a></li>");


if ( document.URL.indexOf("http://www.dreamgate.gr.jp/consul", 0) != -1 ){
document.write("<li class=selected>");
}else{
document.write("<li>");
}
document.write("<a href='http://www.dreamgate.gr.jp/consul/'>起業・経営 相談</a></li>");


if ( document.URL.indexOf("http://event.dreamgate.gr.jp", 0) != -1 ){
document.write("<li class=selected>");
}else{
document.write("<li>");
}
document.write("<a href='http://event.dreamgate.gr.jp/'>イベント</a></li>");


if ( document.URL.indexOf("http://dgblog.dreamgate.gr.jp", 0) != -1 ){
document.write("<li class=selected>");
}else{
document.write("<li>");
}
document.write("<a href='http://dgblog.dreamgate.gr.jp/'>社長ブログ</a></li>");


if ( document.URL.indexOf("http://financing.dreamgate.gr.jp", 0) != -1 ){
document.write("<li class=selected>");
}else{
document.write("<li>");
}
document.write("<a href='http://financing.dreamgate.gr.jp/'>融資の相談</a></li>");


if ( document.URL.indexOf("http://www.dreamgate.gr.jp/seminar/sogyojuku", 0) != -1 ){
document.write("<li class=selected>");
}else{
document.write("<li>");
}
document.write("<a href='http://www.dreamgate.gr.jp/seminar/sogyojuku/'>創業塾</a></li>");


document.write("</ol>");
document.write("</div>");
document.write("</div>");