body {
	font-family: 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
	font-size: 14px; 
}

select {
	margin: 0.8em;				/* 枠外余白指定		*/
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-size: 1.0em; 
}

input {
	margin: 0.8em;				/* 枠外余白指定		*/
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-size: 1.0em; 
}


table {
	border-collapse: collapse;	/* セルの線を重ねる	*/
}

table th {/*table内のthに対して*/
	padding: 10px;/*上下左右10pxずつ*/
}

table td {/*table内のtdに対して*/
	padding: 3px 10px;/*上下3pxで左右10px*/
	align: center;
}