// 文字コード: UTF-8
$(document).ready(function() {
	$('h2 > span').append(
		$('<a href="#tsukasa" alt="ツカサ" title="ツカサ"></a>')
			.css('background-color', 'transparent')
			.css('height', '393px')
			.css('left', '0')
			.css('position', 'absolute')
			.css('top', '0')
			.css('width', '155px')
			.css('z-index', '99')
	).append(
		$('<a href="#iwachan" alt="イワチャン" title="イワチャン"></a>')
			.css('background-color', 'transparent')
			.css('height', '393px')
			.css('left', '157px')
			.css('position', 'absolute')
			.css('top', '0')
			.css('width', '154px')
			.css('z-index', '99')
	).append(
		$('<a href="#furusan" alt="フルサン" title="フルサン"></a>')
			.css('background-color', 'transparent')
			.css('height', '393px')
			.css('left', '313px')
			.css('position', 'absolute')
			.css('top', '0')
			.css('width', '156px')
			.css('z-index', '99')
	).append(
		$('<a href="#osamu" alt="オサム" title="オサム"></a>')
			.css('background-color', 'transparent')
			.css('height', '393px')
			.css('left', '470px')
			.css('position', 'absolute')
			.css('top', '0')
			.css('width', '155px')
			.css('z-index', '99')
	).append(
		$('<a href="#masashi" alt="マサシ" title="マサシ"></a>')
			.css('background-color', 'transparent')
			.css('height', '393px')
			.css('left', '626px')
			.css('position', 'absolute')
			.css('top', '0')
			.css('width', '157px')
			.css('z-index', '99')
	).append(
		$('<a href="#haru" alt="ハル" title="ハル"></a>')
			.css('background-color', 'transparent')
			.css('height', '393px')
			.css('left', '784px')
			.css('position', 'absolute')
			.css('top', '0')
			.css('width', '154px')
			.css('z-index', '99')
	);
});
