@charset "utf-8";

/* CSS Document */
body {
	background-color: #FFFFFF;
	text-align: center;
}

#printtxt {
	margin: 15px auto;
	/* 上下15px、左右自動で中央配置 */
	padding-bottom: 10px;
	width: 700px;
	border-bottom: 1px solid #CCCCCC;
}

#printtxt p.red {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold；
}

#printtxt input {
	padding-top: 10px;
}

#monshin {
	width: 700px;
	margin: 0 auto;
	text-align: center;
}

.right {
	text-align: right;
}