function footmenu(){
	//フットメニュー
	html	=''
			+'	<ul class="foot">'
			+'		<li><a href="#top" style="color:#163175">▲このページのトップへ</a></li>'
			+'		<li><a href="http://www.musabi.ac.jp" style="display:inline;color: #777777">武蔵野美術大学</a> 芸術文化学科研究室  〒187-8505 東京都小平市小川町1-736  phone: 042-342-6712 / fax: 042-342-5191</li>'
			+'		<li>&copy; 2008 Musashino Art University, Department of Arts Policy & Management, ALL RIGHTS RESERVED</li>'
			+'	</ul>'
	document.write( html )
}

function lastupdate(){
	//最終更新日
	html	='100301'
	document.write( html )
}

function dp_logo(){
	//dpロゴマーク
		html	=''
			+'	<a href="/projects/document_project/index.html" class="right">'
			+'		<img src="/media/projects/document_project/dp_logo_s.gif" alt="dp" />'
			+'	</a>'
	document.write( html )
}
