@charset "Shift_JIS";

html,body {
	background-color:#FFFFFF;
	text-align:center;
	color:#777777;
	font-size:small;
}
a {
	color:#5959FF;
}
a:hover {
	color:#5151A2;
}
img {
	border:none;
	vertical-align:middle;
}
hr {
	height:4px;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
h1 {
	margin:auto;
	text-align:center;
}
h2 {
	padding:0.5em;
	text-align:center;
	color:#333333;
	font-size:small;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
h3 {
	margin:1em;
	font-size:small;
}
li {
	margin:1.3em;
}

/* page */
div.display {
	width:596px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1em;
	border:4px solid #333333;
	text-align:left;
}
div.display p {
	margin:1em;
}

/* out */
p.out {
	text-align:left;
}

/* parts */
div.capture {
	text-align:center;
}
p.submit {
	text-align:center;
}

@media print {
	input {
		display:none;
	}
	div.display {
		width:100%;
		text-align:left;
	}
	p.out {
		display:none;
	}
}
