/*リセット*/
*{
	margin:0px;
	padding:0px;
	list-style-type:none;
	border:none;
	text-decoration:none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*コンテンツ*/

h1 {
	font-size:22px; 
	font-weight:normal; 
	color:#FF6699; 
	line-height:2em; 
	text-align:center; 
	margin:50px auto;
}

div img {
	width: 100%
}