$page_name = $_SERVER['PHP_SELF'];
if (preg_match('|^/vps/|', $page_name) ) { ?>
} else { ?>
} ?>
//サイドナビ どのメニューHTMLを表示するか指定//////////////////////////////////////
if (preg_match('|^/cloud-hosting/pricing/|', $page_name) ) { ?>
} elseif (preg_match('|^/cloud-hosting/add-on-services/|', $page_name) ) { ?>
} elseif (preg_match('|^/solutions/case-studies/|', $page_name) ) { ?>
} elseif (preg_match('|^/solutions/|', $page_name) ) { ?>
} elseif (preg_match('|^/about/|', $page_name) ) { ?>
} elseif (preg_match('|^/dedicated-servers/|', $page_name) ) { ?>
} elseif (preg_match('|^/vps/|', $page_name) ) { ?>
} else { ?>
} ?>