@charset "utf-8";

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

}

body{
	text-align:center;
	font-size:small;
}

#image_wrap{
	width:400px;
	height:350px;
}

div{
	padding:20px;
}

span{
	color:#009;
	font-weight:bold;
	font-size:medium;
	
}