body{
	font-size:16px;
	background-color:#FFFFFF;
	color:#444;
	margin:0;
	padding: 0;
	font-family:"メイリオ", "Meiryo","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	line-height: 1.6;
	text-align: center;
}
h1{
	font-size: 32px;;
}
button{
	cursor:pointer;
}

.drop button{
	border-radius: 6px;
	background-color: #1EB025;
	color: #FFF;
	font-size: 16px;
	height: 30px;
	margin-top: 5px;

	border: solid 2px #1B9F21;
	line-height: 1;
	width: 160px;
}
#body{
	width:840px;
	margin:10px auto;
}
img {
	max-width: 100%;
	height: auto;
}