
function headerLogo()
{
	//htmlテンプレート
	html = '<a href="http://www.mizoguchiryoko.com/contents/index.html"><img src="http://www.mizoguchiryoko.com/common/header_logo.gif" alt="mizoguchiryoko.com" /></a>'
	//書き出し
	document.write( html )
}


function headerNavi()
{
	//htmlテンプレート
	html = '<a href="http://www.mizoguchiryoko.com/contents/about/index.html"><img src="http://www.mizoguchiryoko.com/common/header_btn_atout.gif" alt="atout" /></a>'
			 + '<a href="http://www.mizoguchiryoko.com/news/index.html"><img src="http://www.mizoguchiryoko.com/common/header_btn_news.gif" alt="news" /></a>'
			 + '<a href="http://www.mizoguchiryoko.com/contents/private/profile/index.html"><img src="http://www.mizoguchiryoko.com/common/header_btn_profile.gif" alt="profile" /></a>'
			 + '<a href="http://www.mizoguchiryoko.com/contents/works/comics/index.html"><img src="http://www.mizoguchiryoko.com/common/header_btn_comics.gif" alt="comics" /></a>'
			 + '<a href="http://www.mizoguchiryoko.com/contents/works/music/index.html"><img src="http://www.mizoguchiryoko.com/common/header_btn_music.gif" alt="music" /></a>'
			 + '<a href="http://www.mizoguchiryoko.com/diary/index.html"><img src="http://www.mizoguchiryoko.com/common/header_btn_diary.gif" alt="diary" /></a>'
			 + '<a href="http://www.mizoguchiryoko.com/kaji/index.html"><img src="http://www.mizoguchiryoko.com/common/header_btn_kaji.gif" alt="kaji" /></a>'
			 + '<a href="http://www.mizoguchiryoko.com/contents/private/links/index.html"><img src="http://www.mizoguchiryoko.com/common/header_btn_links.gif" alt="links" /></a>'
			 + '<a href="javascript:printwindow();"><img src="http://www.mizoguchiryoko.com/common/header_btn_mobile.gif" alt="for mobile" /></a>'
	//書き出し
	document.write( html )
}

function printwindow(url){
window.open('http://www.mizoguchiryoko.com/mobile/links.html','','width=500,height=420,status=no,scrollbars=no,resizable=no,toolbar=no');
}

function footerCopy()
{
	//htmlテンプレート
	html = '<img src="http://www.mizoguchiryoko.com/common/footer_copy.gif" alt="copyright" />'
	//書き出し
	document.write( html )
}

function newsSideLink()
{
	//htmlテンプレート
	html = '<a href="http://www.mizoguchiryoko.com/contents/works/comics/index.html"><img src="http://www.mizoguchiryoko.com/mt/mt-static/themes/news/images/side_bnn_comics.gif" alt="溝口涼子作品リスト" /></a><br /><br />'
			 + '<a href="http://www.mizoguchiryoko.com/contents/works/music/index.html"><img src="http://www.mizoguchiryoko.com/mt/mt-static/themes/news/images/side_bnn_music.gif" alt="ミゾグチリョーコディスコグラフィー" /></a>'
	//書き出し
	document.write( html )
}

function kajiSideLink()
{
	//htmlテンプレート
	html = '<a href="http://www.mizoguchiryoko.com/contents/about/index.html"><img src="http://www.mizoguchiryoko.com/mt/mt-static/themes/kaji/images/side_bnn_about.gif" alt="このサイトとについて" /></a>'
	//書き出し
	document.write( html )
}
