/* repo21 css */
body {
	margin: 0;
	padding: 0;

	background-color: white;
	background-image: url(./r21img/back01.png);
	background-repeat: repeat-y;
	background-position: right top;

	font-size: 12pt;
}

#contents {
	clear: both;
	width: 800px;
	margin: 0 auto;
	padding-top: 100px;
	background-color: transparent;
}

header {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
	padding-left: 40px;

	border-bottom: solid 2px #1C345A;
	border-top: solid 2px #1C345A;
	background-image: url(./r21img/scrback.jpg);
	background-repeat: repeat;
}
header > img {
	float: left;
}
header div.entry {
	float: left;
	margin-left: 20px;
	padding-top: 10px;
}
header div.entry label {
	font-size: 10pt;
}
header div.entry input[name="sEmail"] {
	width: 150px;
	vertical-align: middle;
}
header div.entry input[name="queue"] {
	vertical-align: middle;
}

h1 {
	margin: 0 auto;
	text-align: center;
}

a {
	text-decoration: none;
	color: #C82B41;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}


#contents section {
/*
	margin-top: 40px;
	padding-top: 60px;
	background-image: url(./r21img/separator.png);
	background-repeat: no-repeat;
	background-position: center top;
*/
}

section p {
	width: 80%;
	margin: auto;
	line-height: 165%;
}
section p.pale {
	width: 100%;
	color: #827EAB;
}

section p strong {
	font-weight: bold;
	color: #1D1B30;
}

#to-detail {
	text-align: center;
}

.flushright {
	text-align: right;
}
.centering {
	text-align: center;
}

div.dialog p {
	font-size: 14pt;
}
div.dialog div.signature {
	text-align: right;
	color: #827EAB;
}

#request-form .submit-area {
	width: 600px;
	padding: 40px;
	border: solid 2px #F88;
	margin: 20px auto;
	background-color: #FED8D0;
}
.submit-area label {
	font-weight: bold;
}
.submit-area input[type="text"] {
	width: 250px;
	padding: 12px 8px;
	border: solid 1px #827EAB;
	font-size: 14pt;
}
.submit-area p {
	margin-top: 20px;
	font-size: 10pt;
	color: #44C;
}

footer {
	clear: both;
	margin-top: 40px;
/*	margin-bottom: 40px; */
	margin-bottom: -40px;
	padding: 40px;
	bottom: 0;
	border-top: solid 2px #1C345A;
	background: -moz-linear-gradient(bottom, #CCC, #FFF);
	background: -webkit-gradient(linear, center bottom, center top, from(#CCC), to(#FFF));
}
footer p {
	width: 600px;
	font-size: 10pt;
}
footer .menu li {
	list-style-type: none;
	float: left;
	margin-right: 32px;
}
footer .menu li:before {
	content: '◆ ';
}
footer .copyright {
	clear: both;
	padding-top: 20px;
	font-family: sans-serif;
	font-size: 12pt;
	text-align: right;
	color: #666;
	text-shadow: 0px 2px 3px #AAA;
}
