@charset "UTF-8";

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:83%;
	line-height:1.4;
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
}


.header{
	margin: 0 auto;
	text-align:center;
	margin-top: 1%;
}

.header img{
	height:auto;
}

a:hover{
	opacity:0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
}

.ph {
	margin: 0 auto;
	text-align: center;
}


.footer{
	padding:2%;
	margin:4% 0 3%;
	text-align:center;
}