/* footerのレイアウトを実現 */

$(document).ready(function(){
	$("#comment input[@type=\"submit\"]").css("margin-left","20px")
	$("#wpcf7_1 input[@type=\"submit\"]").css("margin-left","20px")
	$("p.photoLeft + h3").css("clear","none")
	$("h2 + h3").css("margin-top","0.5em")
})
