/* body */
h1 {
	background: #d7ebff;
	font-size : large;
	font-weight : bold;
	text-align : left;
	margin: 20px 0 5px 0;
	padding: 5px 10px;
	border-left: solid 10px #a7bbcf;
}

h2 {
	font-size: medium;
	font-weight: bold;
	margin: 20px 0 5px 3px;
	padding: 2px 5px;
	border-bottom: solid 2px #a7bbcf;
}

p.article {
	margin: 0.7em 0px;
	padding: 0 5px;
	line-height: 1.5em;
	text-indent: 1em;
}

div.submit {
	margin: 20px 250px;
	padding: 8px;
	width: 200px;
	text-align: center;
	background-color: #d0f0ff;
}

div.img_solo {
	position:relative;
	float: left;
	margin: 3px 8px 3px 3px;
}

div.img_twin_left {
	position:relative;
	float: left;
	margin: 3px 2px 3px 3px;
}

div.img_twin_right {
	position:relative;
	float: left;
	margin: 3px 8px 3px 2px;
}

table.stamp_kind {
	margin: auto;
	border: 0;
	padding: 13px;
}

td.img {
	width: 160px;
	/* background-color: #d0f0ff; */
	text-align: center;
	vertical-align: middle;
}

td.text {
	width: 120px;
	background-color: #d7ebff;
	vertical-align: middle;
}

td.empty {
	width: 50px;
	background-color: #f4ffff;
}

span.except {
	color: red;
	font-size: small;
	font-weight: bold;
}

ul {
	line-height: 1.5em;
}

span.field {
	font-weight: bold;
}

span.essential {
	color: red;
	font-weight: bold;
}

/* navi */
div.navi_a {
	margin: 10px 0px;
	text-align: center;
}

div.navi_b {
	text-align: left;
	float: left
}

div.navi_c {
	text-align: right;
	margin: 10px 0px;
}
