﻿// JavaScript Document

var bread = "<a href='/'>HOME</a>　&gt;　会社概要　";

function drowBread() {
	document.write(bread);
}
